I designed a set of custom nodes based on diffusers instead of ComfyUI's own KSampler. available at https://github.com/Jannchie/ComfyUI-J.
I used it to implement a workflow to change the character's clothes and share the idea with you.
This is a composite application of diffusers pipeline custom node. Includes:
Reference only
ControlNet
Inpainting
Texture Inversion
A checkpoint for stablediffusion 1.5 is all your need. But for full automation, I use the Comfyui_segformer_b2_clothes custom node for generating masks. you can draw your own masks without it.
Do not use it to generate NSFW content, please.

Description
FAQ
Comments (10)
Getting error:
When loading the graph, the following node types were not found:
segformer_b2_clothes
Nodes that have failed to load will show as red on the graph.
Tried to re-install via ComfyUI manager - no luck. Model downloaded into the checkpoints folder.
There is a catch here, the node segformer_b2_clothes needs to put the model in the custom_nodes/segformer_b2_clothes/checkpoints folder.
@jannchie361 And I did exactly this. No luck.
@ArnAbbas Your checkpoints folder should include a segformer_b2_clothes folder with all the files from https://huggingface.co/mattmdjaga/segformer_b2_clothes here.
@jannchie361 YES! You are right! That was the issue. I did the following (from WSL2 bash):
1) cd custom_nodes\Comfyui_segformer_b2_clothes\checkpoints
2) git lfs install
3) git clone https://huggingface.co/mattmdjaga/segformer_b2_clothes
And this did the trick!
Thank you @jannchie361
@ArnAbbas mine isn't working, still import failed
show up a lot of error When start Queue Prompt :
Error occurred when executing DiffusersPipeline: expected str, bytes or os.PathLike object, not list
how to fix it plz :)
This is very cool, but unfortunately since it isn't scalable with different models and lora the way that ksamplers are it's quickly outdated. Is this still being developed or is it simply going to be a 1.5 method exclusively? It would be very cool to use with flux.
Why is the workflow gone?
Is it possible to add a clothes reference?
