Sign In

NoobAI / Illustrious - txt2img workflow

86

2k

62

Updated: Jun 14, 2025

toolcomfyuiworkflownoobai

Type

Workflows

Stats

446

0

Reviews

Published

May 30, 2025

Base Model

NoobAI

Usage Tips

Clip Skip: 2

Hash

AutoV2
1F1B805ADA

Donate here if you want: https://ko-fi.com/lopi999

This is a fairly straightforward workflow that I've made over my entirety of using vpred-based Noob models.

PLEASE MAKE SURE YOU TURN ON FAST TOGGLES FOR GROUPS IN THE SETTINGS OF RGTHREE COMFY! MAKES IT EASIER TO TURN ON/OFF GROUPS!

Main features:

  • An artist switcher to easily switch around different artists or randomize them.

  • Hires fix

  • Face detailer (as well as a hand detailer)

  • Upscaler using the EPS NAI Tile ControlNet

Changelog

V8 (AKA The Logic Update):

Entirely rebuilt the sampler group such that it is more streamlined and generally added more logic to the workflow. Make sure to update Comfy and all node families used to their latest versions.

  • HiresFix KSampler settings now feed into the extra settings in the SD Prompt Saver node.

  • Added logic to enable turning on and off the negative prompt, zeroing it out if it's turned off.

  • Added logic to allow for two CFGs to be specified: one for CFG++ samplers and one for standard samplers, which allows easy changing of samplers without needing to also change CFG.

  • Replaced all Crystools boolean switches with Easy-Use's if-else nodes, negating the need for Crystools as a whole in the workflow.

  • Added model setup group inside the loader group for a way to easily put in some model modification nodes.

  • Added AnythingEverywhere nodes to cut down on some spaghetti.

  • Added the ability to enter a different prompt for FaceDetailer/HandDetailer.

V7: Minor changes that still should mean a bit. Thankfully there was a pull request pushed to main that added many string node types, so effectively, RES4LYF is no longer used at all in this workflow, and a lot more native nodes are used.

  • Reorganized workflow slightly

  • Added a ControlNet section

  • Replaced custom nodes with native nodes wherever possible

V6: I have wiped everything clean and started fresh here. It is functionally similar to earlier versions but seeks to solve a lot of issues, namely with the sampler parameter node and the second FaceDetailer node being picked up as a different node for... whatever reason. This was accomplished using a new, fresh build of Comfy specifically for this purpose of working out a new workflow, then tested fully on my production build of Comfy.

Now I really wanted to publish a version in which I was able to use something else other than the SD Prompt Saver node suite to save images with metadata, but to no avail. If you have issues importing it, please just go to the GitHub repo for it and make an issue, or just use the save image nodes instead.

  • Added logic nodes to configure what output to use for the sampler/detailer groups, allowing easier bypassing of hiresfix and handdetailer.

  • Added a switch node to configure what group, sampler or detailer, that the upscaler should pull from

  • Negative prompt is now inserted into the metadata and has a token counter associated with it

V5: This brings in some new organization to the workflow, and now, enjoy not having to manually set ANYTHING for the SD Prompt Saver nodes (aside from extra info). Note: needs the latest version of comfyui-lopi999-nodes to work.

  • Added loader group

  • Fixed a few glaring issues with the upscale group

  • Added sampler and model parameters that get sent to the SD Prompt Saver node

  • Swapped out the latent size picker for a modified version with a resolution multiplier and a resolution swapper

  • Added a few more artist mixes I guess

V4: What happens when you decide to push updates before testing them? Well, normally nobody sane would even dare to pose this question, but ComfyUI sure did and it answered for itself. A lot of stuff broke when Comfy pushed out the new frontend update, so, this forced me to have to scramble together a new workflow.

  • Replaced Effeciency Nodes LoRA Stacker because it was heavily broken in the new update

  • Removed prompt composer because without being able to save space by turning widgets into inputs, it lost it's purpose

  • Added a token counter

  • Changed the spacing of nodes and groups because now the minimization of nodes has been decreased

V3: I began designing V3 because I wanted to add a bit more features to V2, while also trying to figure out how to make the overall workflow much cleaner.

  • Added a prompt saver section, that uses the SD Prompt Reader node family to function. This allows for images to be saved with a lot of metadata intact.

  • Efficiency nodes have been replaced with EasyUse nodes, and a global seed has been added. This prevents a lot of seed issues I was having with the Efficiency node family.

  • ModelSamplingDiscrete node has been removed, Comfy by default auto-detects the sampling method to use and already knows to use ZSNR for Vpred Noob models.

  • TextBox3 and a few other nodes have been gutted out, the node that originally fed into the positive input for the loader is now a Prompt Composer Node. The ugly mess of many individual textboxes with a switch for artist mixes has been gutted out and replaced with a node I made recently, compacting the area of the Artist Mixer group and allowing for a built-in way to index or randomize the mix used.

V2: Added a LoRA stack group.