Load Style Model (Online)
The style-alignment loader, waiting on a catalog that isn't there
- STYLE_MODEL
Load Style Model (Online) wraps the most specialized loader in ComfyUI's lineup: the style model, a small network used by the core StyleModelApply node for the style-aligned technique - making a set of generations share one consistent style. It's the "make all these images feel like they came from the same artist" trick, applied across multiple latents rather than via a single reference image.
Mechanically it's the pack's usual pattern: pick from a catalog, the node downloads the file into models/style_models, and out pops a STYLE_MODEL object. One input (style_model_name, a dropdown), one output (STYLE_MODEL). If you've ever wired a StyleModelApply node - it takes the style model, reference latents, and conditioning, and returns restyled conditioning - you know where this output goes.
The honest state of it
Here's the problem: the style model catalog is currently empty. I checked the live API (api.aiart.doubtech.com/comfyui/style) and it returns an empty list. So the dropdown has nothing in it, the node can't load anything, and unlike the pack's HuggingFace-hosted entries (GLIGEN, unCLIP) there's no file behind it at all right now. It's a ghost node - the code is fine, the server side is bare. Nothing you do locally will change that, and there's no refresh button; the list only repopulates when DoubTech adds entries and you restart.
When you'd want it (if it worked)
Style-aligned workflows are niche but real. The classic use is brand/style consistency across a batch - generate a dozen images that share the same look without a hand-tuned prompt. StyleModelApply-based setups are also a component in some of the IP-adapter-adjacent tooling. But it's fair to say this is the least-requested loader in the pack, and the community's mainline approach to "keep the style consistent" these days leans on IP-Adapter and reference-conditioning instead.
Install
cd ComfyUI/custom_nodes
git clone https://github.com/yolanother/DTAIComfyLoaders
or search "DTAIComfyLoaders" ("Comfy UI Online Loaders") in ComfyUI Manager, then restart. Only dependency is requests.
Where people get burned
- Empty dropdown = empty catalog. This is the whole failure mode right now. Confirm at
https://api.aiart.doubtech.com/comfyui/style- if it's[], the node is inert until DoubTech changes that. - Expecting it to be like the other loaders. It isn't broken in a fixable way; it's just unbacked. Don't burn time reinstalling the pack.
- Style-aligned wiring is fiddly. When it does work, StyleModelApply needs reference latents set up correctly, and the output feeds conditioning - get that chain wrong and you'll see no style transfer at all.
My take: skip this one until the catalog actually has an entry. If you genuinely need style consistency today, the dependable path is a local style model file with ComfyUI's core StyleModelLoader node - same concept, no dependency on DoubTech's server. When the catalog fills in, this becomes a fine shortcut; until then it's a placeholder in the pack's menu.
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| style_model_name | COMBO | 0 options: |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STYLE_MODEL | STYLE_MODEL | — |