SDXL FLUX ULTIMATE Workflow
Everything you need to generate amazing images! Packed full of useful features that you can enable and disable on the fly. Contains multi-model / multi-LoRA support, Ultimate SD Upscaling, Segment Anything, and Face Detailer.
Version 5.0.3 has fixed the generation issue with 5.0.
Version 5.0 now has FLUX support and img2img upscaling, along with all previous features!
Community Discord
Come join me in my Discord server to ask any questions you may have, make suggestions for future versions of this workflow, or post your creations!
Ultimate SD Upscaler
With the Ultimate SD Upscaler, you can push your images to much higher resolution without needing a supercomputer to run it. 2x, 3x, 4x, you can do it all! This uses a tiled approach to upscaling, where each tile is the original txt2img resolution.
After Detailer
Ever generate an amazing image, only to have the face be sub-par? With the Face Detailer extension, you can swap that face out with a new one! This extension has it's own positive and negative prompts, as well as seed and sampler, so you can tweak it until it's just right. To add to the customizability, it also supports swapping between SDXL models and SD 1.5 models. With this, you can get the faces you've grown to love, while benefiting from the highly detailed SDXL model.
Face Restore
Similar to Automatic1111, you can now run face restore after each module. Toggle it on and off without having to regenerate the image! It only takes a few seconds to run.
Setup
Download ComfyUI Windows Portable
Skip this step if you already have it downloaded, unless you would like to do a fresh reinstall.
Go to: https://github.com/comfyanonymous/ComfyUI?tab=readme-ov-file#windows
Use the Direct link to download
Extract the zip file with 7-Zip or WinRar
- If you run into issues due to max path length, you can try WinRar instead of 7-Zip.
Update ComfyUI and Python Dependencies
You may run into errors due to outdated dependencies if you do not do this. This will update ComfyUI and the embedded Python environment modules to the latest version.
Goto
update\Run
update_comfyui_and_python_dependencies.bat
Update Model Paths
If you have a previous installation of ComfyUI with Models, or would like to use models stored in an external location, you can use this method to reference them instead of re-downloading them.
Goto
ComfyUI_windows_portable\ComfyUI\Rename
extra_model_paths.yaml.exampletoextra_model_paths.yamlOpen the YAML file in a code or text editor
Change the
base_pathvalue to the location of your models
Example
base_path: C:\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI\models\
checkpoints: checkpoints
configs: configs
vae: vae
loras: |
loras
upscale_models: |
upscale_models
embeddings: embeddings
hypernetworks: hypernetworks
controlnet: controlnet
ultralytics: ultralytics
Install ComfyUI Manager
Follow instructions to install ComfyUI Manager Installation Method 2
Install Custom Nodes
Launch ComfyUI using
run_nvidia_gpu.bat(preferred) orrun_cpu.batOpen ComfyUI Manager
Goto Install Custom Nodes (not Install Missing Nodes)
Use the Custom Nodes List below to install each of the missing nodes
Install Missing Models
Open ComfyUI Manager
Goto Install Models
Use the Models List below to install each of the missing models
Relaunch ComfyUI to test installation
Close ComfyUI and kill the terminal process running it
Launch ComfyUI again to verify all nodes are now available and you can select your checkpoint(s)
Usage Instructions
This is under construction... I will leave you with a few high-priority usage notes for now.
Ensure that a valid model is selected for each enabled loader (ie. checkpoint loaders, lora loaders, ultralytics loaders, etc.)
- If there is an invalid one selected, you will get an error. This error will show you where it has failed.
- Even if you see the name of a model, click on the dropdown to select one yourself.There are some basic usage instructions in the workflow itself discussing how to use the "modules". Please read them and follow them.
- Once you get the hang of it, it really is easy to use. I use this workflow personally for ALL generations.
If you un-bypass a module it will un-bypass all subsections of the module. You may need to re-bypass a subsection (ie. ControlNet LLLite).
FLUX Models
Custom Nodes List
ComfyUI's ControlNet Auxiliary Preprocessors
Efficiency Nodes for ComfyUI Version 2.0+
Models List
Suggested Settings
Enable Image Feed - Disabled (will destroy performance if enabled)
Link Render Mode - Straight
(rgthree) Optimize ComfyUI's Execution - Enabled
(rgthree) Prompt Progress Bar - Enabled
(rgthree) Auto Nest Subdirectories - Enabled
(rgthree) Show fast toggles in Group Headers - Enabled (bypass only)
Description
SDXL ULTIMATE V2.1
Fixed issue where images were regenerating when using same seed and prompt
FAQ
Comments (163)
Showing latest 100 of 163.
Is there a way to set a batch number greater than 1 for txt2img? I cannot find it.
I've been getting consistent crashes with previous versions and now failed startups with the latest.
A fresh install of everything fixes it, but only for 8 o 9 images. Then a crash. When I restart nodes won't load:
Please see error:
To see the GUI go to: http://127.0.0.1:8188
FETCH DATA from: D:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json
Error handling request
Traceback (most recent call last):
File "D:\ComfyUI\python_embeded\lib\site-packages\aiohttp\web_protocol.py", line 433, in handlerequest
resp = await request_handler(request)
File "D:\ComfyUI\python_embeded\lib\site-packages\aiohttp\web_app.py", line 504, in _handle
resp = await handler(request)
File "D:\ComfyUI\python_embeded\lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
return await handler(request)
File "D:\ComfyUI\ComfyUI\server.py", line 42, in cache_control
response: web.Response = await handler(request)
File "D:\ComfyUI\ComfyUI\server.py", line 395, in get_object_info
out[x] = node_info(x)
File "D:\ComfyUI\ComfyUI\server.py", line 374, in node_info
info['input'] = obj_class.INPUT_TYPES()
File "D:\ComfyUI\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 5041, in INPUT_TYPES
HDB = WASDatabase(WAS_HISTORY_DATABASE)
File "D:\ComfyUI\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 729, in init
self.data = json.load(f)
File "json\__init__.py", line 293, in load
File "json\__init__.py", line 346, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Your work is really herculean, it saved my day! But it makes me wonder if we're all out of our minds by having to read a instruction guide of 78 lines to understand something that automatic 1111 delivers in an instant manner. but without near the quality of comfyui outputs.... Anyway, you're a hero! Thanks
Is it possible to use Control net, Open Pose more specifically, with txt2img? Or is that reserved for inpainting?
I'd like to generate images from scratch, but to do so in a certain pose. Been tweaking the settings for a while with no success so far.
Thanks!
all the seeds in this version are red now any idea what thats about?
Very nice. I've been playing with this, but I can't seem to get a Lora to work. Could you post an example? V3.1. Thanks.
Hello Author, I like your Workflow and the pack a lot, But if possible please all add separate workflow config for txt2img, img2img, inpaint and controlnet separately in separate json please, Instead of 1. It will be really helpful to me. Also am not able to find the no of batch batch dial-er, please add it. Thanks you ❤️
a video guide would be of great help to beginners. I will return to this workflow after I have more experience. great work btw.
Realy nice worklflow, but we need a easy aspect ratio switcher in the next version ;P
I tried to upscale a 4k image to 8k; from a technical standpoint, that was possible without any issues. In the text inputs, I provided details about the eyes and mouth, as these parts were not quite right.
Unfortunately, this led to the result of adding extra eyes in each Tile :D. Can anyone advise me on how to solve these issues? To summarize briefly:
Upcaller issues:
1. The Tile boundaries are visible.
2. Eyes are being added in almost every Tile , even when there's no face present at all tiles.
I really like your work a lot and hope that I can eventually use it the way I envision :D Thanks in advance!
Does this not have refiner? Checkpoint 2 is for refiner?
Man, this time you really went crazy with your Workflow.
There is so much stuff here, also thank you for the Workflow.
Is it just me or this new 3.1 workflow is slower than 2.4?
basic text to image is taking double the time compared to 2.4
Thanks for all your work putting this together!
I have a few suggestions/bugs:
Add:
positive prompt to filename prefix option
preset img heights/width/ratio selection
parallel batch img support
option to increase all CFG values by 0.5 or 1 after variable number of generations automatically
Face restore node
Ksampler with Restarts
Ksampler with Foocus
Rgthree Fast Bypasser instead of on/off switch
Bugs:
txt2img prompt section negative Aesethic score set to 6 instead of 2
txt2img Settings: 3 different CFG values? 1 is a float value? why 3?
No on/off switch for txt2img or img2img LoRa/LyCORIS
No LoRa/LyCORIS model name input box/selection
getting an error for "seed - legacy" on nodes - unsure which pack to install, all packs that mention seed are already installed
I'dont know what im doing wrong here, maybe someone can help me. I left every default setting, switched on the txt2img switch in controlnet and added dreamshaperxl to checkpoint 1 and sdxlrefiner to checkpoint 2. I get red circles around all cr module inputs except in txt2img.
Errorcode:
Error occurred when executing CheckpointLoaderSimple: 'NoneType' object has no attribute 'lower'
Also lots of file errors.
Consider implementing face tools via comfy_mtb https://github.com/melMass/comfy_mtb .This would allow for a traditional "restore faces" option in the pipeline. Users can select whatever face model they desire, e.g. GFPGAN / Restore Former. This is different from what AfterDetailer does and I think it is a must have in the workflow. comfy_mtb also has face swapping nodes which would be great to implement as well.
Hello, I'm getting this error when just running the workflow as is (after installing all missing nodes and restarting):
Error occurred when executing CheckpointLoaderSimple: 'NoneType' object has no attribute 'lower' File "Z:\Z\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "Z:\Z\ComfyUI_windows_portable\ComfyUI\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "Z:\Z\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "Z:\Z\ComfyUI_windows_portable\ComfyUI\nodes.py", line 446, in load_checkpoint out = comfy.sd.load_checkpoint_guess_config(ckpt_path, output_vae=True, output_clip=True, embedding_directory=folder_paths.get_folder_paths("embeddings")) File "Z:\Z\ComfyUI_windows_portable\ComfyUI\comfy\sd.py", line 1334, in load_checkpoint_guess_config sd = utils.load_torch_file(ckpt_path) File "Z:\Z\ComfyUI_windows_portable\ComfyUI\comfy\utils.py", line 10, in load_torch_file if ckpt.lower().endswith(".safetensors"):hi,
thanks for your work!
could you tell me how i can install this in google colab?
after downloading the file, unzipping it into colab, i've ran this line of code
!sh install_comfyui_with_nodes.bat
but i'm not sure it ran correctly as i've got this message "ECHO not found" multiple times
thanks in advance for your help
hi thanks, but I think it is too complicated to focus on draw pictures, this flow is like a testing work table, not let people to focus on working. can do it a more simple flow just in serveral different flows.
anyway, thanks.
im still trying to get used to comfyui, if im using a model that doesnt use refiner and has baked in VAE how do i configure that to work in this workflow? i get an error message if i set the vae to undefined or disconnect the node
Loving the updates, amazing stuff!
Do you think it's possible to add the option for saving images on a Drive/Backblaze?
I'm renting GPUs to generate the images, and having them elsewhere would add an extra layer of protection.
hey I cant get the afterdetailer to work, the module is turned on, and i chose the sdxl base for it, also the recommended face detection model is in place, i dunno whats wrong, it seems like its just turned off, I only see my set 30 steps in the console, is it suppose to show more steps? or some progress bar?
initially had problems trying to install custom node pack "MTB" via comfyUI manager (permission denied).
succeeded by running "update-v3.2.bat" that came in the "sdxl-comfyui-ultimate-workflow", instead of using manager.
After running update-v3.2.bat, get errors:
When loading the graph, the following node types were not found:
Load Face Enhance Model (mtb)
Restore Face (mtb)
Tried Install missing nodes, restarting, still same error.
Tried uninstalling/reinstalling MTB Nodes, same error
You continue to improve this amazing workflow. Thanks so much.
I discovered Stable diffusion yesterday and tried your workflow. It was... aw.. ouch ! :)
After a few hours and some tutorials I finally managed to make it work. (let's go generating Firemage cartoon Cats !! :D)
I really had to come here just to say "Thanks a lot ! You're great !"
Installed as an update and from scratch. Both times I had the errors: When loading the graph, the following node types were not found:
Evaluate Strings
Evaluate Floats
Evaluate Integers
Manager was not able to find the missing nodes.
how do i take it out of lowvram mode? never had enabled any other time i had comfyui installed
Noap! this is the 3rd time i tried but it always something missing. So i give up and turn to similar workflows that the author make it easy for us to use his/her workflow , not make our life harder.
Just a heads up, the download of inswapper model from huggingface does't work anymore
Can you enable more Loras for txt2img? Searge went from 1 to 5, and I don't want to change again
I must be blind but i can't see where to enable each module (img2img, upscaler etc) it's not the same as V3.1, can you post a screenshot how to enable them please? Thanks for your work!
Made a new installation on a different machine, and I am getting this error after clicking to generate images after loading the workflow:
"SyntaxError: Unexpected non-whitespace character after JSON at position 4"
Anyone knows how to fix it?
I got the following errors, anyone know what I did wrong or what I can do to fix this?? Thanks in advance!!
When loading the graph, the following node types were not found:
Evaluate Strings
Evaluate Floats
Load Face Enhance Model (mtb)
Restore Face (mtb)
Evaluate Integers
Nodes that have failed to load will show as red on the graph.
Thanks a lot. We all need a butto to copy prompt from txt2img to other nodes!
HI, thanks for your hand work. Any thoughts of adding Reference Only? Thank you!
3.2 Worked really well until I updated some of the custom nodes in manager. Now I'm getting this:
When loading the graph, the following node types were not found:
Seed (Legacy)
Nodes that have failed to load will show as red on the graph.
V3.2 Still broken, has error after running update-v3.2.bat,fresh install ComfyUI:
When loading the graph, the following node types were not found:
Restore Face (mtb)
V3.1 is now broken with latest ComfyUI update. Error:
When loading the graph, the following node types were not found:
Seed (Legacy)
Anyone know where I can set the Clip Skip in this flow? I cant seem to located it on any node so far.
I downloaded the ComfyUI Manager, and used it to download all the modules/extensions that you have listed. Yet I'm still getting the following:
"When loading the graph, the following node types were not found:
- CR Module Pipe Loader
- CR Module Input
- CR Load LoRA
- CR Module Output
- CR Aspect Ratio SDXL
- UltralyticsDetectorProvider
- Load Face Enhance Model (mtb)
- CR Latent Input Switch
- Restore Face (mtb)
- CR Pipe Switch
- faceDetailer
And I don't know how to fix this. These nodes SHOULD be included in the custom nodes that I downloaded using the ComfyUI Manager. Any help?
I completed a clean install and added the model and VAE. I started it, completed the checkpoint settings, and outputted it, but the following error appeared.
Error occurred when executing CheckpointLoaderSimple: 'NoneType' object has no attribute 'lower' File "C:\Users\PC_User\Desktop\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\PC_User\Desktop\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\PC_User\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 75, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "C:\Users\PC_User\Desktop\ComfyUI_windows_portable\ComfyUI\nodes.py", line 476, in load_checkpoint out = comfy.sd.load_checkpoint_guess_config(ckpt_path, output_vae=True, output_clip=True, embedding_directory=folder_paths.get_folder_paths("embeddings")) File "C:\Users\PC_User\Desktop\ComfyUI_windows_portable\ComfyUI\comfy\sd.py", line 398, in load_checkpoint_guess_config sd = comfy.utils.load_torch_file(ckpt_path) File "C:\Users\PC_User\Desktop\ComfyUI_windows_portable\ComfyUI\comfy\utils.py", line 12, in load_torch_file if ckpt.lower().endswith(".safetensors"):
I am a beginner. Is it possible to resolve this error?
I've used this in the past but decided to install on a different PC, used the install.bat.
It threw up several errors straight away:
Extract with 7-Zip
'7zr.exe' is not recognized as an internal or external command,
operable program or batch file.
Delete ComfyUI 7-Zip file
'rm' is not recognized as an internal or external command,
operable program or batch file.
Delete 7-Zip command line exe
'rm' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
It then proceeded to download a bunch then threw up a lot of errors similar to:
curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.
Don't many of these other nodes contain text editing nodes? I'm wondering why you're relying on my WAS-NS just for text node. It's a very large suite, with complication during install for features that aren't even required.
SyntaxError: Unexpected non-whitespace character after JSON at position 4 (line 1 column 5)Everything strictly according manuals, Reinstalled 3 times 3/2 and 3/1 ver
What am i doing wrong???
I could not get this to work. I deleted my old installation and did a clean install (install_v3.2.bat), and When loading the workflow.json, I got the message:
When loading the graph, the following node types were not found:
Evaluate Strings
UltralyticsDetectorProvider
Evaluate Floats
Load Face Enhance Model (mtb)
Restore Face (mtb)
Evaluate Integers
Nodes that have failed to load will show as red on the graph.
When I go to install missing nodes, I only see two packages(ComfyUI Impact Pack and MTB Bodes) that actually are installed, so I can only uninstall them. When I uninstall/reinstall them, it stays the same. I even deleted everything again and did all the steps, and I still had the exact same problem. Any Ideas?
https://github.com/danthedeckie/simpleeval requirement for https://github.com/jags111/efficiency-nodes-comfyui is missing in the latest install.. Any idea how to custom install the requirement.
The comfy manager can sadly not solve this issue.
Regarding those Missing Nodes Errors:
- Load Face Enhance Model (mtb)
- Restore Face (mtb)
Here what i found in their github:
Hi,
Thanks for the report, yes I actually removed them from the "setup" because they were a pain to maintain on windows (became impossible without using other approaches with Py11 afaik).
But other OSes work actually fine so I need to add instructions to properly install them. I personally still use all the optional nodes on windows and macos.
https://github.com/melMass/comfy_mtb?tab=readme-ov-file#optional-nodes
I hope you get this workflow updated, THis is amazing workflow
Trying to install v.3.1 because I read that 3.2 doesn't work. Used json file, installed all nodes and got
When loading the graph, the following node types were not found:
Evaluate Strings
Evaluate Integers
Evaluate Floats
Seed (Legacy)
Well, no I installed v.3.2 and got this errors
When loading the graph, the following node types were not found:
Evaluate Strings
Evaluate Floats
Load Face Enhance Model (mtb)
Restore Face (mtb)
Evaluate Integers
Nodes that have failed to load will show as red on the graph.
I found the fixes for this great workflow!
Open a command window (I used GitBash for windows) browse to:
\ComfyUI_windows_portable\python_embeded\
and run:
python -m pip install tensorflow facexlib insightface basicsr
That will fix the Errors for:
Load Face Enhance Model (mtb)
Restore Face (mtb)
To fix the:
Evaluate Strings
Evaluate Floats
Evaluate Integers
you need to uninstall and reinstall the efficentcy-nodes extention.
I still had some issues with the image output boxes so just swapped them out for normal image save nodes.
Come back chief, your village needs you!
Welcome back 🔙
If you see the error with the node:
"Evaluate Integers"
I've solved installing requirements inside the folder "efficiency-nodes-comfyui" with the command:
pip install -r requirements.txt
Thanks for this great piece of work.
I got one problem. When running the first time a picture is generated, but only in low size. When i run again I got the error:
Failed to validate prompt for output 591:
* UltimateSDUpscale 95:
- Required input is missing: image
Thanks for the workflow, i can't get afterdetailer to work, the "scheduler" node has a red circle on it.
I got this, and 2 same images:
File "C:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything\node.py", line 286, in main
dino_model = load_groundingdino_model(model_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything\node.py", line 117, in load_groundingdino_model
get_local_filepath(
File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything\node.py", line 111, in get_local_filepath
download_url_to_file(url, destination)
File "C:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\hub.py", line 622, in download_url_to_file
u = urlopen(req)
^^^^^^^^^^^^
File "urllib\request.py", line 216, in urlopen
File "urllib\request.py", line 519, in open
File "urllib\request.py", line 536, in _open
File "urllib\request.py", line 496, in callchain
File "urllib\request.py", line 1391, in https_open
File "urllib\request.py", line 1351, in do_open
Can anybody help?Thanks in advance.
I only got the TX2img node working the other ones doesnt work, the nodes get RED, also, i didnt get the control net to Text2img. Im very new on comfyui, any tips ?
File not found: D:\1-Media\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\lora-info\db.json
Error handling request
Traceback (most recent call last):
File "D:\1-Media\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 452, in handlerequest
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\1-Media\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 543, in _handle
resp = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\1-Media\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_middlewares.py", line 114, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\1-Media\ComfyUI\ComfyUI_windows_portable\ComfyUI\server.py", line 42, in cache_control
response: web.Response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\1-Media\ComfyUI\ComfyUI_windows_portable\ComfyUI\server.py", line 54, in cors_middleware
response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\1-Media\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\lora-info\lora_info.py", line 111, in fetch_lora_info
(output, triggerWords, examplePrompt, baseModel) = get_lora_info(lora_name)
^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\1-Media\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\lora-info\lora_info.py", line 68, in get_lora_info
LORAsha256 = calculate_sha256(lora_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\1-Media\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\lora-info\lora_info.py", line 43, in calculate_sha256
with open(file_path, "rb") as f:
^^^^^^^^^^^^^^^^^^^^^
TypeError: expected str, bytes or os.PathLike object, not NoneType
Hi friend, would appreciate any help with this.
Hi, I'm relatively new to all this ComfyUi stuff, how can I change the vae and clip skip in the latest version ?
You know you have unconnected nodes in your latest workflow? If that's intentional as a way to turn off certain nodes you should use the group function and fast groups muter (rgthree) so you can turn things on or off like the upscaler etc.
this workflow is really nice. I've gotten some great results. Are there any plans to add a face swap block? would be great
can i get help
"Error occurred when executing Image Size to Number: Cannot handle this data type: (1, 1, 1024, 3), |u1 File "C:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 12580, in image_width_height image = tensor2pil(image) ^^^^^^^^^^^^^^^^^ File "C:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 353, in tensor2pil return Image.fromarray(np.clip(255. * image.cpu().numpy().squeeze(), 0, 255).astype(np.uint8)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Ai\ComfyUI_windows_portable\python_embeded\Lib\site-packages\PIL\Image.py", line 3092, in fromarray raise TypeError(msg) from"
where do i put the taesd models?
Hi, do you have a YT channel? It would be awesome to see your workflow in action. I'm new to confy and quick visual tutorials are the best.
My AfterDetailer doesn't seem to be working/generating, it stops generation once it reaches it, all other modules work fine. I have no clue as to why this is but I did notice that a scheduler was unconnected on the control net for afterdetailer, redownloaded the .json file and still not working, anything I can do to fix/troubleshoot this?
This is wonderful and I think I am wrpping my head around it alright. Running into one problem though. I can generate one image and then can't generate any further images. If I restart comfyui I can generate another one.
Error is "failed to validate prompt for output X: Output will be ignored"
I love this workflow!!
Although, I can't help but move things around (but I think that's a personal opinion).
I've tried a few others and landed on this one. I'm far from a advanced user, but i'd love to know more about the
-control net lite
-the separate pre-processors
- an example of successfully adding a extension to this flow (img 2 vid for example)
I feeling like i'm missing out on so much potential in here
Can't wait to get hands on the next version... if there is another one?
New comfy user here coming from Forge/A1111. Quite a change of environment. This my first experience with a serious workflow and it’s really helping me to figure out how this node thing works though a lot of questions pop up in my mind. As for example how could I implement an img2img and inpainting groups. I’m guessing I can do it through the extensions but I’m still grasping the basics. First attempts of txt2img to Adetailer to USDupscaler have given me great results. Still haven’t tried the controlnets though, and never used segment anything tbh. So thank you!
Can you make a video on how to use this workflow?
Thank you! I was using 3.2 for the longest. Why doesn't 4.0 have img2img?
I'm getting this error for 5.0
"KSamplerAdvanced.sample() missing 1 required positional argument: 'latent_image'"
I can get everything installed and mods updated, but I just can't get it to produce anything without hundreds of errors in the console. Would it be possible to get a "quick start" that includes how to create your first render with Flux? I'm thinking literally what you click to enable/disable everything and just do a simple txt2image; once I can do that, I can work on enabling other functions one by one as needed. As-is, I can't even figure out how to enable or disable functions.
If you haven't encountered anything pleasant today, consider downloading this workflow.
Hi, please update Ultimate SD Upscale to latest version. Thanks
Does Flux works with ADetailer or Upscaler?
Great workflow!
I have learned so much bu looking at your workflows!
Thnx for the effort for creating (and sharing!!) this workflow. I would love to give it a try, but I dont know where to start.
What items do I have to connect or not ?
I'm not able to get the adetailer and after to work, keeps telling me output will be ignored. Any help is appreciated.
Failed hard to get this working. I did a fresh comfy install, followed your instructions, only installed the nodes you listed, but i can't get this to work. The rgthree CTX nodes are spilling out linked node missmatches. Any idea how to fix this issue?
got prompt
Failed to validate prompt for output 1071:
* (prompt):
- Return type mismatch between linked nodes: scheduler, ['normal', 'karras', 'exponential', 'sgm_uniform', 'simple', 'ddim_uniform', 'beta'] != STRING
- Return type mismatch between linked nodes: sampler_name, ['euler', 'euler_cfg_pp', 'euler_ancestral', 'euler_ancestral_cfg_pp', 'heun', 'heunpp2', 'dpm_2', 'dpm_2_ancestral', 'lms', 'dpm_fast', 'dpm_adaptive', 'dpmpp_2s_ancestral', 'dpmpp_sde', 'dpmpp_sde_gpu', 'dpmpp_2m', 'dpmpp_2m_sde', 'dpmpp_2m_sde_gpu', 'dpmpp_3m_sde', 'dpmpp_3m_sde_gpu', 'ddpm', 'lcm', 'ipndm', 'ipndm_v', 'deis', 'ddim', 'uni_pc', 'uni_pc_bh2'] != STRING
* Context Big (rgthree) 1065:
- Return type mismatch between linked nodes: scheduler, ['normal', 'karras', 'exponential', 'sgm_uniform', 'simple', 'ddim_uniform', 'beta', 'AYS SDXL', 'AYS SD1', 'AYS SVD', 'GITS[coeff=1.2]'] != ['normal', 'karras', 'exponential', 'sgm_uniform', 'simple', 'ddim_uniform', 'beta']
As good as hard to use. Not recommended for noobs.
Hi guys,,
I cannot figure out this error:
Warning: Missing Node Types
When loading the graph, the following node types were not found:
Evaluate Floats
Evaluate Integers
No selected item
Nodes that have failed to load will show as red on the graph.
Can you guys help please?
It took some time to get used to it, and fix all the broken stuff in my custom nodes installation, but the result is worth it! Ty for this monumental work!
Man you need some better explanation on how to get going. I am sitting here for hours trying to get it to work. Just a basic txt2img > adetailer run and img2img. I am sure i am not alone.
I have models loaded, nodes are there... but I am getting this error and it generates an image but I cannot see it in Comfyui and neither the folder...
Failed to validate prompt for output 816:
* (prompt):
- Return type mismatch between linked nodes: sampler_name, ['euler', 'euler_cfg_pp', 'euler_ancestral', 'euler_ancestral_cfg_pp', 'heun', 'heunpp2', 'dpm_2', 'dpm_2_ancestral', 'lms', 'dpm_fast', 'dpm_adaptive', 'dpmpp_2s_ancestral', 'dpmpp_sde', 'dpmpp_sde_gpu', 'dpmpp_2m', 'dpmpp_2m_sde', 'dpmpp_2m_sde_gpu', 'dpmpp_3m_sde', 'dpmpp_3m_sde_gpu', 'ddpm', 'lcm', 'ipndm', 'ipndm_v', 'deis', 'ddim', 'uni_pc', 'uni_pc_bh2'] != STRING
- Return type mismatch between linked nodes: scheduler, ['normal', 'karras', 'exponential', 'sgm_uniform', 'simple', 'ddim_uniform', 'beta'] != STRING
* Image Saver 816:
- Return type mismatch between linked nodes: sampler_name, ['euler', 'euler_cfg_pp', 'euler_ancestral', 'euler_ancestral_cfg_pp', 'heun', 'heunpp2', 'dpm_2', 'dpm_2_ancestral', 'lms', 'dpm_fast', 'dpm_adaptive', 'dpmpp_2s_ancestral', 'dpmpp_sde', 'dpmpp_sde_gpu', 'dpmpp_2m', 'dpmpp_2m_sde', 'dpmpp_2m_sde_gpu', 'dpmpp_3m_sde', 'dpmpp_3m_sde_gpu', 'ddpm', 'lcm', 'ipndm', 'ipndm_v', 'deis', 'ddim', 'uni_pc', 'uni_pc_bh2'] != STRING
- Return type mismatch between linked nodes: scheduler, ['normal', 'karras', 'exponential', 'sgm_uniform', 'simple', 'ddim_uniform', 'beta'] != STRING
Output will be ignored
Failed to validate prompt for output 734:
Output will be ignored
loaded completely 5559.281506729126 4897.0483474731445
100%|██████████████████████████████████████████████████████████████████████████████████| 30/30 [00:26<00:00, 1.15it/s]
Prompt executed in 29.61 seconds
this is impossible to use. your instructions don't explain 80% of this massive workflow that's impossible to follow and debug.
Cannot execute because a node is missing the class_type property.: Node ID '#568'
I checked the manager and had no missing nodes to install so I downloaded the node with the ID of 568 but it still doesn't work for me.
Where can I get "Terminal Log //CM" node ? It appears red and the manager can't find it.
Haven't been able to generate a single image as the workflow out of the box is riddled with errors.
How do you solve something like "Cannot execute because a node is missing the class_type property.: Node ID '#122'"
How do you tell what node is what? Nothing is red or missing. Everything looks plugged in. Trying to use for Flux and controlnet.
Missing Nodes EVALUATE FLOATS and EVALUATE INTEGERS - the only node package which contains these nodes seems to be ComfyUI JakeUpgrade? But they're not in there?
Node 568 missing.
568 = ComfyUI MulltiWorkSpace?
Impossible to use...
So I had this working fine for months, and then yesterday it broke. I keep getting an error that the scheduler names don't match, and cannot figure out how to fix it. I've checked for missing nodes, and per some comments I've tried uninstalling and manually installing the Comfy Image Saver but nothing works.
If you're getting a Return Type Mismatch error that talks is showing an issue with your CTX nodes, this is due to a change made in the Comfy UI Image Saver node. The Comfy UI Image Saver having added a new string to their scheduler selection, but it's not matching in other places in the code. (comfy.samplers.KSampler.SCHEDULERS + ['AYS SDXL', 'AYS SD1', 'AYS SVD', 'GITS[coeff=1.2]'], If you delete the section that says ['AYS SDXL'...] in the lines it appears on, that seems to fix it. So it should look like this as an example: (comfy.samplers.KSampler.SCHEDULERS, {"tooltip": "scheduler (Comfy's standard + extras)"}),
Segment Anything tends to turn everything into a hot girl, no matter the prompt. It gave large breasts to a Eva unit, lol. Am i missing something, any tips on how to work with that?
Is the scheduler necessary? There is a red circle. It will run normally after deleting it.
How tf do I turn off the SDXL/1.5 Image Generation? I only want the Flux T2I running. Everything else runs perfectly but it always generates those unnecessary SDXL/1.5 images.
trying to use 5.0.3 but does not seem to work. throws errors on image saver about scheduler not being a string among other things.
The flow is just unusable. There is so much problems even after replacing all models. Even If I got generation to work it still refuses to output an image. Until no instructions are done this workflow is unusable.
Anyone else having issues with Image Saver? The workflow is creating images, but none of them are saving automatically to the Output folder. When I look at the Image Saver nodes I see a red circle around scheduler and sampler, but I'm not sure how to fix this.
Looks like we don't have an active mirror for this file right now.
CivArchive is a community-maintained index — we catalog mirrors that volunteers upload to HuggingFace, torrents, and other public hosts. Looks like no one has uploaded a copy of this file yet.
Some files do get recovered over time through contributions. If you're looking for this one, feel free to ask in Discord, or help preserve it if you have a copy.

