ComfyUI-SD3-nodes
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
Requirements
- Upgrade
ComfyUI
to the latest version. You can either useComfyUI-Manager
to update, or rungit pull
in theComfyUI
folder.
Node List:
1. SD3 Load Checkpoint
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.
2. SD3 Load CLIPs
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.
3. SD3 Empty Latent
-
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.