A custom node for ComfyUI that expands text prompts using the SuperPrompt-v1 T5 model. This node helps generate more detailed and descriptive prompts from simple input text, which can be particularly useful for image generation workflows.
A custom node for ComfyUI that expands text prompts using the SuperPrompt-v1 T5 model. This node helps generate more detailed and descriptive prompts from simple input text, which can be particularly useful for image generation workflows.
cd ComfyUI/custom_nodes/
git clone https://github.com/your-username/ComfyUI-Prompt-Expander.git
pip install -r requirements.txt
Input prompt: "a beautiful girl" Output: [The model will generate a more detailed description of the scene]
This node uses the roborovski/superprompt-v1
model, which will be automatically downloaded on first use and cached in the user's home directory under .models/
.
[Your License Here]
Model: roborovski/superprompt-v1
https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial