I've spent a lot of time learning from others and tweaking this workflow, and I thought someone might find it useful. it is very customized to my need and way of thinking / working, but hopefully some part will make sense / help you.
What it can do :
Save configuration of different checkpoints (recommended sampler, scheduler, cfg, positive and negative tags). I love to play with various models, and having a workflow per model was a pain, and keeping track of what settings worked for which model was cumbersome. This workflow adresses these issues.
Hint image will be resized to fit the picked resolution, will be used as latent if you set denoise below 1, and can be used by various control nets (depth, canny, scribble, openpose and tile)
FaceID IPA can be enabled (setup can be troublesome though, I've installed my comfy with miniforge and it worked like a charm). The workflow has a "FACE" prompt in the create group, that must match a folder in your input directory (change the path in the Face IPA group to match your setup). I usually put between 3 and 6 face photography of the subject, 512px square PNG.
PAG / Perturbed Attention Guidance, discovered this last week and I think I like it. In this workflow, it will run after the basic ksampler, on an 1.3 x upscaled image. It adds 14 steps to the render process, so it's a personal choice. It can be toggled on and off (but you also need to wire the routing manually).
Face Detailer is there, but It might not be optimal, if you have any advice....
Upscaler is there too, nothing fancy.
for prompting, you can :
have an llm write the prompt based on the Hint image (Florence2)
pick a random line from a text file
mix english with your natural language, via google translate
Image saved will have correct metadata for Civitai (models and loras)
Tricks used :
Fast Group Bypasser node, from rgthree, can be setup to match only Groups of a certain color :
This way I've got 2 distinct "toggles" block, one for the power-ups, one for the models.
Worth noting : if you click the arrow next to a toggle, if will center your view on the selected group.
Reroute node can have a label, right click on the output to add / change :

So my workflow uses this when a condition is not possible with Comfy, for the model choice above, and for perturbed attention :
Here it's off, to wire it you just have to move the connexion :

And a pretty obvious one, but I've only found it recently : you can drag an image from the viewer to the workflow ; it will re-create the workflow and seed used in this image generation.
What I tend to do is run a batch without anything fancy (PAG, face detailer or upscaler), then pick one picture I like and try to improve it.
Setup
Install missing custom nodes and pray ? It won't work for the save image node I use, you'll have to clone it.
cd <ComfyUI directory>/custom_nodes
git clone https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData.gitI've tried to add notes on the workflow, but my main advice is don't hesitate to trash parts of it for now, replace nodes or stuff you don't need, etc...
Most control net should be available on Comfy Model Manger.
Description
Big cleanup, using less nodes packs. No more need to manually wire anything, toggle everything thanks to the amazing rgthree pack. Added back notes to help getting started, and a new "light" version (no control net or faceid in this one)
FAQ
Comments (8)
Wow
If I wanted to insert a specific character lora, would i just swap it with one of the black box checkpoints at top?
No, the black groups on top = checkpoints.
Loras are just abovethe prompt,; power lora loader
@moutonrebelle thank you. I see it now. I've never seen a workflow like this and is definitely an eye opening learning experience. Great job.
Unfortunately with the latest version of ComyUI, it seems this workflow broke. Several nodes show up as red highlight/missing and KJNodes 'Set/Get' nodes missing error messages.
@thegoodmisfit182 I am on the latest Comfyui and still use this. You need to install the missing nodes, in Manager > Custom Nodes manager. And you need to opt-out from Modern Node Design (Nodes 2.0) in the settings
@moutonrebelle Thank you. Glad to hear it isn't a version issue. I've tried your suggestions but still same problem. For example the denoise node and the random number node, which names should I be searching for in the Manager? Maybe I have the wrong ones.
In the manager there is an "install missing nodes" button that should just work. You can also replace node with equivalent you already have most of the times. Random seed number is from rgthree, Random Number seems to be from WAS (but you don't need it unless you want the random prompt feature). I don't see what you mean with Denoise, there is a get_DENOISE that use KJ Nodes Get / Set maybe ?
@moutonrebelle thank you my friend. Perhaps it is something quirky with my environment. The manager shows no items under Missing. But I have seen compatibility warnings with Crystools and suspect that is the cause. I will look for workaround nodes to replace Crystools.


















