Muse Advanced (GGUF)
Lighting, eras, palettes, and the full sampler
- image
- video
- prompt
- json
"Muse Advanced (GGUF)" is the plain Muse brainstorming node with three more constraint dials and the full llama.cpp sampler panel. Same concept-inventing engine, same prompt + json outputs - just more control over what comes out and how it's sampled. You move to it when the five-dropdown version keeps landing in the same visual neighborhood and you need to force a look.
The three new creative dials are the reason to upgrade:
- lighting (25 options) - Golden Hour, Neon Glow, Bioluminescent, Fluorescent / Clinical…
- color_palette (22 options) - Teal & Orange Cinematic, Pastel Dreamlike, Monochrome Green (Night Vision)…
- era (19 options) - Contemporary, 1980s, 1950s Atomic Age, Victorian / 1880s, Far Future…
With those you can go from "moody photo" to "moody teal-and-orange bioluminescent 1980s photo" in two clicks, which is exactly the specificity a diffusion prompt wants.
The rest of the panel
It inherits genre, mood, shot_type, artist, subject, free_hint, aesthetic_bias, output_format, reference_mode, and the optional image/video style references from Muse. On top of that:
- device -
autoorcpu. - temperature / top_p / repetition_penalty - sampler defaults here are a bit looser than the prompt nodes (0.85 / 0.92 / 1.1), which fits the creative use: more temperature means more varied concepts. Drop temperature when you want consistency.
- gpu_layers -
-1puts everything on the GPU; lower it to trade speed for VRAM. - ctx / n_batch / top_k / pool_size - the performance and search knobs. Leave them alone unless you're chasing a specific problem.
- frame_count (1–32) and image_max_tokens - both for the video reference path: how many frames get analyzed and how big a token budget the vision side gets.
- max_tokens (default 1024), keep_model_loaded, seed.
Outputs stay the same: prompt (STRING) with the extracted generation prompt, and json (STRING) with the full concept.
Install
Pack-level install, same as everything in ComfyUI-VLMPrompt:
cd ComfyUI/custom_nodes
git clone https://github.com/mexxmillion/ComfyUI-VLMPrompt.git
pip install -r ComfyUI-VLMPrompt/requirements.txt
Restart ComfyUI, and remember the pack-wide GGUF caveat: llama-cpp-python needs a multimodal build with the VLM chat handlers or the GGUF nodes - Muse included - won't load. Models auto-download to ComfyUI/models/llm/GGUF, and the dropdown pools are data-driven from muse_data.json if you want to curate them.
Common issues
- Concepts still feel random - that's the design; the
eraandcolor_palettedials are what narrow it. Set them. - Repetitive concepts - raise
temperaturea notch or two (it's a creative node, 0.9+ is fine) instead of fighting the seed. - VRAM tight - lower
gpu_layersbefore you reduce quality; a 4B GGUF is small, but it adds up in a big workflow.
Inputs (29)
| Name | Type | Default | Description |
|---|---|---|---|
| model_name | COMBO | Gemma4-E4B-uncensored-Q4_K_M | 4 options: Gemma4-E4B-uncensored-Q4_K_M, Qwen3-VL-8B-abliterated-Q4_K_M, Qwen3.5-4B-Uncensored-HauhauCS-Q4_K_M, Qwen3.5-9B-Uncensored-HauhauCS-Q4_K_M |
| device | COMBO | auto | 2 options: auto, cpu |
| genre | COMBO | Random | 79 options: Random, Photo Realism, Cinematic Photography, Street Photography, Landscape Photography, Portrait Photography, +73 |
| mood | COMBO | Random | 50 options: Random, Melancholy, Nostalgia, Loneliness, Quiet Dread, Existential, +44 |
| shot_type | COMBO | Random | 22 options: Random, Wide Establishing Shot, Extreme Wide Shot, Full Shot, Medium Shot, Medium Close-Up, +16 |
| lighting | COMBO | Random | 25 options: Random, Golden Hour, Blue Hour, Midday Harsh Sun, Overcast Soft Light, Candlelight, +19 |
| color_palette | COMBO | Random | 22 options: Random, Desaturated Muted Tones, High Contrast Black & White, Warm Amber & Deep Shadow, Cool Steel Blues, Teal & Orange Cinematic, +16 |
| artist | COMBO | Random | 114 options: Random, None, ── Photographers ──, Gregory Crewdson, Cindy Sherman, Annie Leibovitz, +108 |
| subject | COMBO | Random | 63 options: Random, ── Heroines & Protagonists ──, Heroine — Iconic Hero Pose, Heroine — Battle-Worn Warrior, Heroine — Sci-Fi Captain / Pilot, Heroine — Mech Pilot, +57 |
| era | COMBO | Random | 19 options: Random, Contemporary / Present Day, Near Future (10-30 years), Far Future (centuries ahead), 1980s, 1970s, +13 |
| free_hint | STRING | Optional freeform guidance. Leave empty to dream freely. | |
| output_format | COMBO | JSON + Prompt | 3 options: JSON + Prompt, Prompt Only, JSON Only |
| aesthetic_bias | COMBO | None | 12 options: None, Midjourney v6/v7 — Painterly Realism, Midjourney Niji — Anime/Manga, Stable Diffusion / Tag Style, Photoreal Cinematic, Concept Art / Painterly, +6 |
| reference_mode | COMBO | Style Only | 2 options: Style Only, Style + Subject |
| frame_count | INT | 41–32 | — |
| image_max_tokens | INT | 4096256–1024000 | — |
| max_tokens | INT | 1024256–4096 | — |
| temperature | FLOAT | 0.850–2 | — |
| top_p | FLOAT | 0.920–1 | — |
| repetition_penalty | FLOAT | 1.100.5–2 | — |
| ctx | INT | 81921024–131072 | — |
| n_batch | INT | 51264–32768 | — |
| gpu_layers | INT | -1-1–200 | — |
| top_k | INT | 00–32768 | — |
| pool_size | INT | 41943041048576–10485760 | — |
| keep_model_loaded | BOOLEAN | false | — |
| seed | INT | 11–4294967295 | — |
| imageopt | IMAGE | Optional style reference image | |
| videoopt | IMAGE | Optional video frames as style reference |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| prompt | STRING | — |
| json | STRING | — |