I have some new and amazing upscale workflows available on my Patreon! Anyone joining the "Creators Lounge" tier also gets access to my Discord, for more workflows, images and ideas. Click here...
GalaxyTimeMachine AI Imagery | AI art in the form of digital images | Patreon
XLPlus_v3.5 is the latest version of my SDXL workflows.
This is the workflow used to create the example images for my latest "XLPlus_v3.5" model. It includes an LLM prompt enhancer, Portrait Master nodes, hands/face/eye detailers and a controlnet tile upscale.
In v4.0, the "KRestartSampler" node can be installed from:
https://github.com/ssitu/ComfyUI_restart_sampling
The dequality node is included in the zip file, and you just need to add it to your custom_nodes directory and restart ComfyUI.
v2.x now uses the new ComfyUI nodes for Cascade. Make sure you update it and install the models as recommended:
https://huggingface.co/stabilityai/stable-cascade/tree/main
stage_b.safetensors and stage_c.safetensors (you can use the bf16 versions) go in ComfyUI/models/unet
stage_a.safetensors goes in ComfyUI/models/vae
and this: https://huggingface.co/stabilityai/stable-cascade/blob/main/text_encoder/model.safetensors goes in the ComfyUI/models/clip/ folder to be loaded with the Load CLIP node in the workflow
The SDXL workflow includes wildcards, base+refiner stages, Ultimate SD Upscaler (using a 1.5 refined model) and a switchable face detailer.
Now with controlnet, hires fix and a switchable face detailer.
I'd recommend installing all the custom node packs shown in the resources, and also these:
https://github.com/chrisgoringe/cg-use-everywhere
https://github.com/bash-j/mikey_nodes
https://github.com/twri/sdxl_prompt_styler
https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes
https://github.com/BadCafeCode/masquerade-nodes-comfyui
https://github.com/space-nuko/ComfyUI-OpenPose-Editor
Description
This is for all of those spaghetti haters out there! ;)
Amongst others, it will require the custom nodes from https://github.com/chrisgoringe/cg-use-everywhere
FAQ
Comments (5)
Trying to run this workflow and it looks like several of the nodes aren't connected. I installed all the required custom nodes (at least I tried to).
Error occurred when executing KSampler: KSampler.sample() missing 4 required positional arguments: 'model', 'positive', 'negative', and 'latent_image' File "C:\Users\xx\Downloads\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "C:\Users\xx\Downloads\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 82, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "C:\Users\xx\Downloads\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 75, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
Have you installed these? https://github.com/chrisgoringe/cg-use-everywhere
They allow connections without actually needing to physically connect the nodes with "spaghetti".
@galaxytimemachine Yes. I tried installing it a couple of times by placing the git clone in my custom nodes directory which didn't really work. Then I installed it using the manager. They have a slightly different name for it I think: Use Everywhere (UE Nodes). It's installed now and still no go even after restarting comfyui.
@gilcd85 This seemed to be caused by changes made to the UE nodes. I've just release v1.1 which should now work for you.
@galaxytimemachine Thanks it works now! It's worth adding a note that AMD GPUs will need to change KSampler to a non GPU sampler and update the SAMLoader of the SEGS Simple Detector to CPU only for this to work. Thanks again!






