ComfyUI Extension
comfyui_qwen3vl_uncensored
A ComfyUI custom node that generates/refines prompts using a local Qwen3-VL/llama.cpp backend with editable system prompts and per-preset max_tokens. (Description by CC)
neverlow-mo/comfyui_qwen3vl_uncensored
Nodes—
On cloudLocal install
Stars0
Updated6 months ago
Readme
ComfyUI Qwen3-VL Prompt Generator (Uncensored)
A ComfyUI custom node that generates/refines prompts using a local Qwen3-VL/llama.cpp backend (CLI or llama-server), with editable system prompts and per-preset max_tokens via JSON.
Features
- Prompt enhancement presets (system prompts stored in
system_prompts.json) - Per-preset
max_tokensdefaults (also from JSON) - Works offline with local inference
- CLI fallback if llama-server is not reachable
- Output cleanup (spinner/control chars)
Install (manual)
- Copy/clone into your ComfyUI
custom_nodes/folder:- Folder name:
comfyui_qwen3vl_uncensored
- Folder name:
- Restart ComfyUI.
Configure presets / personality
Edit:
system_prompts.json
You can define:
_preset_prompts(order shown in UI)qwen_text.styles.<preset>.system_promptqwen_text.styles.<preset>.max_tokensdefaults.max_tokens
Security / Privacy
- No API keys required.
- Runs locally.
- Check code before use (recommended).
Troubleshooting
- If you see
llama-server not reachable, the node will fall back to CLI automatically. - If a JSON edit breaks parsing, restore from the
.bak_*.jsonbackup or fix syntax.
License
MIT (see LICENSE).