Flux Prompt Generator is a custom node set for ComfyUI that enhances prompt generation and image captioning capabilities. It integrates advanced language models and image captioning techniques to provide versatile and powerful prompt manipulation tools for your AI image generation workflows. NOTE:PORT OF a/https://huggingface.co/Aitrepreneur/FLUX-Prompt-Generator for COMFYUI
PORT OF https://huggingface.co/Aitrepreneur/FLUX-Prompt-Generator for COMFYUI
Flux Prompt Generator is a custom node set for ComfyUI that enhances prompt generation and image captioning capabilities. It integrates advanced language models and image captioning techniques to provide versatile and powerful prompt manipulation tools for your AI image generation workflows.
git clone https://github.com/your-username/ComfyUI_FluxPromptGen.git
pip install -r requirements.txt
flux_prompt_generator_node.py
: Contains the main Flux Prompt Generator node implementation.flux_image_caption_node.py
: Implements the Flux Image Caption node using the Florence-2 model.__init__.py
: Initializes the custom nodes for ComfyUI.requirements.txt
: Lists all the required Python packages.prompts/
: Directory containing saved prompts and examples.you need ollama running on ur pc u need some ollama model downloaded
Contributions to the Flux Prompt Generator are welcome! Please feel free to submit pull requests, create issues or suggest improvements.
[Specify your license here, e.g., MIT, GPL, etc.]