ComfyUI node for simplified prompt input
Top 53.2% on sourcepulse
This project provides a ComfyUI node for managing and inputting Stable Diffusion prompts, specifically designed to address the usability challenges for non-English speakers. It offers a categorized library of thousands of prompts, enabling quick selection and input without requiring English proficiency, thereby streamlining the prompt engineering process for a broader user base.
How It Works
The core of the project is the SixGodPrompt
node for ComfyUI. It allows users to double-click an input field to open a searchable interface populated with a categorized library of prompts. The system supports custom prompt libraries, Chinese input, prompt weighting, positional adjustments, and dynamic random prompts using a specific syntax (e.g., #[red,blue,yellow]
). It also integrates with large language models (LLMs) in .gguf
format, such as Qwen, for translation and random inspiration.
Quick Start & Requirements
sh https://github.com/thisjam/comfyui-sixgod_prompt.git
llama_cpp_python
(with GPU support recommended, e.g., CUDA 12.1+)..gguf
format models (e.g., qwen1_5-4b-chat-q2_k.gguf
).Highlighted Details
#[red,blue,yellow]
.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project's license is not specified, which may impact commercial use. While it aims to be user-friendly for non-English speakers, the LLM integration for translation and inspiration requires separate setup and model downloads.
4 months ago
1 day