Nodes/ComfyUI-VLMPrompt/Muse Advanced (GGUF)
ComfyUI Node

Muse Advanced (GGUF)

Lighting, eras, palettes, and the full sampler

By mexxmillion·Created 4 months ago·Updated 4 months ago· 2
Muse Advanced (GGUF)
  • image
  • video
  • prompt
  • json
model_nameGemma4-E4B-uncensored-Q4_K_M
deviceauto
genreRandom
moodRandom
shot_typeRandom
lightingRandom
color_paletteRandom
artistRandom
subjectRandom
eraRandom
free_hint
output_formatJSON + Prompt
aesthetic_biasNone
reference_modeStyle Only
frame_count4
image_max_tokens4096
max_tokens1024
temperature0.85
top_p0.92
repetition_penalty1.10
ctx8192
n_batch512
gpu_layers-1
top_k0
pool_size4194304
keep_model_loadedfalse
seed1

"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 - auto or cpu.
  • 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 - -1 puts 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 era and color_palette dials are what narrow it. Set them.
  • Repetitive concepts - raise temperature a notch or two (it's a creative node, 0.9+ is fine) instead of fighting the seed.
  • VRAM tight - lower gpu_layers before you reduce quality; a 4B GGUF is small, but it adds up in a big workflow.
CategoryVLMPrompt

Inputs (29)

NameTypeDefaultDescription
model_nameCOMBOGemma4-E4B-uncensored-Q4_K_M4 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
deviceCOMBOauto2 options: auto, cpu
genreCOMBORandom79 options: Random, Photo Realism, Cinematic Photography, Street Photography, Landscape Photography, Portrait Photography, +73
moodCOMBORandom50 options: Random, Melancholy, Nostalgia, Loneliness, Quiet Dread, Existential, +44
shot_typeCOMBORandom22 options: Random, Wide Establishing Shot, Extreme Wide Shot, Full Shot, Medium Shot, Medium Close-Up, +16
lightingCOMBORandom25 options: Random, Golden Hour, Blue Hour, Midday Harsh Sun, Overcast Soft Light, Candlelight, +19
color_paletteCOMBORandom22 options: Random, Desaturated Muted Tones, High Contrast Black & White, Warm Amber & Deep Shadow, Cool Steel Blues, Teal & Orange Cinematic, +16
artistCOMBORandom114 options: Random, None, ── Photographers ──, Gregory Crewdson, Cindy Sherman, Annie Leibovitz, +108
subjectCOMBORandom63 options: Random, ── Heroines & Protagonists ──, Heroine — Iconic Hero Pose, Heroine — Battle-Worn Warrior, Heroine — Sci-Fi Captain / Pilot, Heroine — Mech Pilot, +57
eraCOMBORandom19 options: Random, Contemporary / Present Day, Near Future (10-30 years), Far Future (centuries ahead), 1980s, 1970s, +13
free_hintSTRINGOptional freeform guidance. Leave empty to dream freely.
output_formatCOMBOJSON + Prompt3 options: JSON + Prompt, Prompt Only, JSON Only
aesthetic_biasCOMBONone12 options: None, Midjourney v6/v7 — Painterly Realism, Midjourney Niji — Anime/Manga, Stable Diffusion / Tag Style, Photoreal Cinematic, Concept Art / Painterly, +6
reference_modeCOMBOStyle Only2 options: Style Only, Style + Subject
frame_countINT41–32
image_max_tokensINT4096256–1024000
max_tokensINT1024256–4096
temperatureFLOAT0.850–2
top_pFLOAT0.920–1
repetition_penaltyFLOAT1.100.5–2
ctxINT81921024–131072
n_batchINT51264–32768
gpu_layersINT-1-1–200
top_kINT00–32768
pool_sizeINT41943041048576–10485760
keep_model_loadedBOOLEANfalse
seedINT11–4294967295
imageoptIMAGEOptional style reference image
videooptIMAGEOptional video frames as style reference

Outputs (2)

NameTypeDescription
promptSTRING
jsonSTRING