Virtual product, automatic delivery
{{ variable.name }}
A powerful ComfyUI custom node designed for batch processing text and image files. Automate your workflows by reading files from folders in sequential, random, or reverse order — perfect for batch image generation, prompt iteration, and dataset processing.
Product Type: ComfyUI Custom Node (Python plugin)
Core Features:
- Three reading modes: Sequential (alphabetical), Random, and Reverse order
- Smart encoding detection: Automatically handles UTF-8, GBK, Big5, UTF-16 encoded text files
- Multi-language support: Works seamlessly with Chinese, Japanese, Korean, and other non-ASCII text
- Lightweight design: Single Python file, no external dependencies
- Instant integration: Drop-in installation, works immediately after restart
Use Cases:
- Batch prompt processing: Iterate through hundreds of prompt files automatically
- Dataset management: Process training data in controlled or randomized order
- Image collection workflows: Load reference images sequentially for consistent outputs
- A/B testing: Randomize inputs for unbiased parameter comparisons
- Automation pipelines: Build hands-free batch generation systems
Technical Specifications:
- Node name: "Get Specific Text File Content"
- Category: "hhy"
- Input: File path (STRING), Encoding selection (optional)
- Output: Text content (STRING)
- Supported text formats: .txt files with auto-encoding detection
Package Contents:
- get_file_img_text.py (main node file)
Installation:
Place the node file (get_file_img_text.py) in your ComfyUI custom_nodes folder, restart ComfyUI, and search for "Get Specific Text File Content" in the nodes list.
Who This Is For:
- Workflow automation enthusiasts building batch processing systems
- Dataset creators needing systematic file iteration
- Commercial users processing large volumes of prompts or images
- Developers extending ComfyUI with custom batch logic