ComfyUI Extension: ComfyUI-IG4-Solo
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
A lightweight, optimized custom guider node for ComfyUI that enables single-model mode for Ideogram 4, reducing VRAM usage and computational overhead.
Looking for a different extension?
Custom Nodes (0)
README
ComfyUI IG4 Solo
A lightweight, optimized custom guider node for ComfyUI.
IG4 Solo provides precise control over conditioning modes, allowing you to switch between cond_only, minimal_cfg, and standard cfg modes. It is designed to be highly efficient and is perfect for advanced users looking to implement staged guidance workflows.
Features
- Three Optimized Modes: Easily toggle between
cond_only(pure positive),minimal_cfg(subtle guidance), andcfg(standard) modes. - Staged Guidance Ready: Designed to pair perfectly with
CFGOverridenodes for advanced "natural-to-sharp" sampling transitions. - Lightweight: Clean, efficient code with no unnecessary dependencies.
Why Use This Node?
Ideogram 4 is a powerful model that utilizes both a conditional and an unconditional model branch. While using both is ideal for quality, it can be computationally heavy.
IG4 Solo is designed specifically to allow you to run Ideogram 4 in a "Single-Model" mode. By using this node, you can bypass the need to load the secondary ID_deogram4_unconditional_fp8_scaled model, saving VRAM and increasing generation speed.
Note: While using a single model can reduce VRAM usage, expect a slight variation in stylistic output compared to the official dual-model setup. This node is perfect for rapid prototyping, experimentation, or low-VRAM environments.
Example Workflow
To get the most out of IG4 Solo, we recommend a staged guidance schedule:
- IG4 Solo: Set mode to
cond_only(orcfgat 1.0). - CFGOverride: Chain this after your model to force higher CFG values (e.g.,
5.0) only during the final 20% of sampling (80%–100%).
This setup provides the natural, creative structure of a low-CFG generation with the sharp, high-contrast detail finish of high-CFG.
Installation
Option 1: ComfyUI Manager (Recommended)
- Open ComfyUI Manager in your browser.
- Click Install via Git URL.
- Paste the following URL:
https://github.com/PartisanoHub/ComfyUI-IG4-Solo - Click OK and restart ComfyUI.
Option 2: Manual (CLI)
- Open your terminal or command prompt.
- Navigate to your ComfyUI
custom_nodesfolder:cd path/to/ComfyUI/custom_nodes - Clone this repository:
git clone https://github.com/PartisanoHub/ComfyUI-IG4-Solo - Restart ComfyUI.
Usage
- Add the IG4 Solo node to your workflow.
- Connect the
GUIDERoutput to your Sampler node. - For advanced results, use it in combination with a
CFGOverridenode to apply higher CFG values only during the final percentage of the sampling process (e.g., 80%–100%).
Created with ❤️ for the ComfyUI community.
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.