Comfyui Workflow (Image Generation)
required Custom Nodes:
Ollama Registry: https://registry.ollama.ai/huihui_ai
to run qwen3.5 update the ollama image (0.17.7): docker pull ollama/ollama:latest 2>&1
remove the eclipse-container: docker rm eclipse-ollama 2>&1
if you need help installing nunchaku or how to use the nodes check the readme files in the repo readme folder at github.
llama-cpp-python is needed for the loading_method: GGUF (llama-cpp-python) in the Smart LML Node
nunchaku wheels:
nunchaku model files:
Wildcards
Version 3 uses a new layout and replaces context pipes with KJ's Set/Get nodes plus 2 additional Eclipse nodes (GetFirst and GetAllActive).
Why the layout changed: In the old workflow, changing the model or LoRAs triggered a full re-run including SmartLML's image description, which is slow. The new layout decouples this — SmartLML runs once to describe the image, and that result is reused via Set/Get nodes. Subsequent runs skip the description step when the seed/index is fixed. When shuffling images (-4), SmartLML naturally re-runs since the image changes.
The basic guider is gone — the CFG guider is used for everything (set CFG to 1.0 for Flux, etc.).
Some rgthree nodes have been ported to Eclipse (Fast Bypasser/Muter, Fast Groups Bypasser/Muter, Repeater, Image Compare). They are converted to work with the V3 API and Nodes 2.0, using a different approach — no LiteGraph.registerNodeType interception or subclassing.
GetFirst & GetAllActive: Virtual frontend nodes that extend KJNodes' Set/Get system with priority-based variable resolution.
Get First resolves the first active (not muted/bypassed) SetNode from a prioritized list of variables — ideal for fallback chains (e.g., try LoRA model first, fall back to base model).
Get All Active outputs all active SetNode variables simultaneously, each on its own output slot — perfect for collecting multiple active components.
Both nodes feature:
Type filtering to show only matching SetNode variables
Automatic rename tracking when SetNodes are renamed
Reorder context menu (Move to Top / Up / Down / Bottom, Insert Above)
Green dot indicators showing which variables are currently active
Optional virtual link visualization

Description
reuploaded with the following change:
added smart loader plus to the detailers this allows you to load a template, set allow_overwrite in the sampler settings node to yes and use the saved values. its important to switch back the template action from load to none to keep the changes for e.g. step values when reloading or loading the workflow, there is also no need to use the configure_latent option in the detailers. if the model loader is disabled and allow_overwrite is still true the values from the initial render are used for the detailing (not recommended to do the full steps with a low denoise, except with lightspeed maybe^^).The name of the node was changed from “rvtools” to “eclipse” because problems arose when using ‘rvtools_v2’ at the same time, and the old name gave the impression that “rvtools_v2” was newer. I apologize for any inconvenience this may have caused.
update eclipse (1.0.30)
fixed some connections in the inital render
added qwen image diffsynth to the controlnet group
changed the detailer by adding a subgraph for the detection / sam2 to clean it up with only 1 stop button now