ComfyUI Extension: ComfyUI-Ichis-Pack
A collection of ComfyUI Nodes, most to make dynamic prompting a bit easier.
Custom Nodes (0)
README
ComfyUI Ichis Pack
A collection of utility nodes for ComfyUI.
Installation
-
Clone this repository to your ComfyUI's
custom_nodes
directory:cd /path/to/ComfyUI/custom_nodes git clone https://github.com/yourusername/ComfyUI_Ichis_Pack.git
-
Restart ComfyUI
-
(Optional) To set up a development environment, run the
setup_venv.sh
script (requires theuv
CLI tool for virtualenv and package management):./setup_venv.sh
Ensure you have
uv
installed before running this script.
Nodes
ICHIS Aspect Ratio Plus
A node that provides a selection of common SDXL-optimized aspect ratios with advanced control options.
Features:
- Preset aspect ratios optimized for SDXL
- Upscale multiplier
- Dynamic modes: normal, step, and random
- Size mode filtering (all, portrait, landscape, square)
- Individual toggles for each aspect ratio
- Step index reset
ICHIS Extract Tags
A node that extracts text segments from a comma-separated list based on matching concepts/tags.
Features:
- Extract segments containing specified tags/concepts
- Support for multiple concepts at once
- Concepts can be separated by commas and/or newlines
- Case-insensitive matching
- Custom delimiter for combining extracted segments
Example:
Input Text:
portrait of a woman, beautiful eyes, big blue eyes, wearing big red clown nose, red lips, face paint, tall, running toward viewer, photorealistic, 8k
Input Tags/Concepts:
eyes
nose
lips
face
Output with ", " delimiter:
beautiful eyes, big blue eyes, wearing big red clown nose, red lips, face paint
This node is particularly useful for extracting specific attributes from longer prompts or creating detail-focused prompts by filtering out certain elements.
ICHIS Text Selector
A node that allows selecting text segments from a multi-line input with various selection modes.
Features:
- Split text by @ markers
- Selection modes: normal, step, and random
- Index-based selection
- Excludable indices with range support (e.g., "1,3-6,8" excludes indices 1, 3, 4, 5, 6, and 8)
- Step mode with automatic progression
- Random selection with seed control
Example of Exclude Indices:
- Single indices:
1,3,5
(excludes items 1, 3, and 5) - Range notation:
2-5
(excludes items 2, 3, 4, and 5) - Mixed format:
1,3-6,8
(excludes items 1, 3, 4, 5, 6, and 8)
License
MIT