ComfyUI Extension: ComfyUI-EZ_Prompts
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
A ComfyUI custom node extension that provides easy-to-use prompt templates and wildcards for AI image generation.
Looking for a different extension?
Custom Nodes (0)
README
ComfyUI-EZ_Prompts
A ComfyUI custom node extension that provides easy-to-use prompt templates and wildcards for AI image generation.
Features
- Prompt Templates: Pre-built templates for common image generation scenarios
- Wildcards: Dynamic prompt components that can be randomly selected
- Custom Nodes: Easy-to-use nodes for ComfyUI workflow integration
- JavaScript Integration: Frontend components for template management
Installation
- Clone this repository into your ComfyUI
custom_nodesdirectory:
cd ComfyUI/custom_nodes
git clone https://github.com/yourusername/ComfyUI-EZ_Prompts.git
- Install the required dependencies:
pip install -r requirements.txt
- Restart ComfyUI
Usage
Using the Nodes
- In ComfyUI, look for the "EZ_Prompts" category in the node menu
- Add the desired prompt template or wildcard nodes to your workflow
- Connect them to your text generation or prompt nodes
Templates
The templates/ directory contains various prompt templates organized by category:
- Character templates
- Style templates
- Scene templates
- And more...
Wildcards
The wildcards/ directory contains text files with lists of options that can be randomly selected:
- Character names
- Art styles
- Locations
- Actions
- And more...
Project Structure
ComfyUI-EZ_Prompts/
├── __init__.py # Node registration
├── nodes/ # Custom node implementations
│ ├── ez_prompt_node.py
│ └── outpaint_by_aspect_ratio.py
├── js/ # Frontend JavaScript components
│ └── prompt_templates.js
├── requirements.txt # Python dependencies
├── templates/ # Prompt template files
├── wildcards/ # Wildcard text files
└── README.md # This file
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
License
[Add your license here]
Support
If you encounter any issues or have questions, please open an issue on GitHub.
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.