PromptCreatorNodetraumakom Prompt Generator
A powerful custom node for ComfyUI that generates rich, dynamic prompts based on modular JSON worlds — with color realm control (RGB / CMYK), LoRA triggers, and optional AI-based prompt enhancement.
Nodes (6)
A character generator that snaps together trait by trait
Same world engine, but you pick every slot
The prompt generator that thinks in 'worlds'
An LLM polish pass for whatever prompt you feed it
Your pack's own prompt history, ready to replay
Turn a finished prompt into upload-ready tags
traumakom Prompt Generator – ComfyUI Node
A powerful custom node for ComfyUI that generates rich, dynamic prompts based on modular JSON worlds — with color realm control (RGB / CMYK), LoRA triggers, optional AI-based prompt enhancement, and a modular Identity Mixer to build consistent characters from reusable traits.
Created with passion by traumakom
Powered by Dante 🐈⬛, Helly 🐺, and Lily 💻
Main Nodes
- Prompt Generator (main Node)
<img width="479" height="1075" alt="image" src="https://github.com/user-attachments/assets/51e5b580-f621-452c-938f-946cb633a577" />- Identity Mixer
<img width="479" height="808" alt="image" src="https://github.com/user-attachments/assets/466a2a43-8f49-46c7-b85e-698337b580de" />- Connection Example
<img width="1035" height="1105" alt="image" src="https://github.com/user-attachments/assets/113f3169-3a39-4f48-bc7f-f28aacff7b0e" />🌟 Features
PromptCreator Core
- 🔮 Dynamic prompt generation from modular JSON worlds
- 🎨
COLOR_REALMsupport for RGB / CMYK palette-driven aesthetics - 🧩 LoRA trigger integration (e.g.,
Realistic,Detailed Hands) - 🧠 Optional AI enhancer (OpenAI / Cohere / Gemini / Ollama / llama.cpp) to rewrite or enrich prompts
- 📁 Reads world data from
/JSON_DATA - 🧪 Debug messages + error handling for smoother workflows
- 🔄 Reload JSON worlds without restarting ComfyUI
✅ Identity Mixer (NEW)
- 🧬 Modular identity generation via reusable traits
- ♻️ Trait library (
TRAITS) + curated presets (PRESETS) - 🎲 Randomized or fixed identity attributes
- 📴 Optional ethnicity exclusion (
None) - 🧷 Identity signature output for dataset consistency
- 🧼 Explicit trait syntax (e.g.
lavender hair,emerald eyes) to avoid semantic bleed
📦 Installation
Using ComfyUI Manager
- Open ComfyUI → Manager
- Install from URL
- Paste the GitHub repository URL
Manual
cd ComfyUI/custom_nodes
git clone https://github.com/yourusername/PromptCreatorNode.git
📁 Folder Structure
ComfyUI/
├── custom_nodes/
│ └── PromptCreatorNode/
│ ├── PromptCreatorNode.py
│ ├── IdentityMixerNode.py
├── JSON_DATA/
│ └── *.json
├── identity.json
├── identities.json
├── api_keys.txt
⚙️ Usage
PromptCreator
- Select a JSON world
- Enable AI enhancer (optional)
- Generate prompt
- Connect to CLIPTextEncode
Identity Mixer
- Select traits or presets
- Use random or fixed values
- Output identity string + signature
- Append to prompt or dataset captions
🌈 identity.json Structure
TRAITS
Reusable identity components:
{
"TRAITS": {
"hair_color": ["lavender hair", "cobalt-blue hair"],
"eyes_color": ["emerald eyes", "icy gray eyes"],
"ethnicity": ["None", "Mediterranean", "East Asian"]
}
}
PRESETS
Optional curated identities:
{
"PRESETS": {
"Kira_Goth": {
"hair_color": ["cobalt-blue hair"],
"expression_base": ["quiet intensity"],
"ethnicity": ["None"]
}
}
}
🧪 AI Enhancement
Supports OpenAI, Cohere, and Gemini.
API keys must be placed in api_keys.txt.
☕ Support
If you enjoy this project, consider supporting it on Ko-Fi.
📜 License
Free to use and remix.
Star the repo if you like it ⭐