Nodes that support Stable Diffusion 3 Medium better.
Nodes that support Stable Diffusion 3 Medium and are a little bit easier to understand. They are a wrapper of ComfyUI's built-in nodes.
Download the JSON format workflow
ComfyUI
to the latest version. You can either use ComfyUI-Manager
to update, or run git pull
in the ComfyUI
folder.Load the SD3 models.
ckpt_name
: Choose the SD3 model. If you don't have the model, please go to Huggingface, provide personal information and download it.
shift
: A hyperparameter. According to the SD3 paper, it works best at 3.0 and 6.0.
Load the three CLIPs SD3 borrows: CLIP-G, CLIP-L, T5 XXL
clip-g
: Choose the CLIP-G model.
clip-l
: Choose the CLIP-L model.
t5xxl
: Choose the T5 XXL model.
resolution
: Choose a resolution from the recommended presets. It follows this guideline: "Resolution should be around 1 megapixel and width/height must be multiples of 64".
batch_size
: The number of images that will be generated in one batch.