Skip to content

greenzorro/comfyui-workflow-versatile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comfyui-workflow-versatile

🇬🇧 EN | 🇨🇳 中文

A general purpose ComfyUI workflow for common use cases. My go-to workflow for most tasks.

Download

Example of versatile workflow for SDXL and SD1.5:

NOTES:

  • versatile-sd is the most versatile.
  • Pony diffusion is incompatible with IPadapter.
  • Workflows for Flux and SD3.5 on the way.

Usage

Take versatile-sd as an example, it contains advanced techniques like IPadapter, ControlNet, IC light, LLM prompt generating, removing bg and excels at text-to-image generating, image blending, style transfer, style exploring, inpainting, outpainting, relighting.

With so many abilities all in one workflow, you have to understand the principle of Stable Diffusion and ComfyUI to adjust the wiring of nodes for different purposes. The default wiring set is for text-to-image generation.

Make sense of the whole workflow then you'll be able to unleash its full potential.

Prerequisite

Custom nodes

Models

checkpoints

unet

clip_vision

embeddings

controlnet

ipadapter

upscale_models

loras

rembg

Citation

Special thanks to Comflowy which lead me to the wonderful world of Stable Diffusion and ComfyUI! It is a comprehensive tutorial for beginners to learn Stable Diffusion. My workflow is essentially an implementation and integration of most techniques in the tutorial.