Stable Diffusion 3.5 Workflow Tutorial in ComfyUI
Stable Diffusion 3.5 is the latest AI image generation model, offering multiple powerful model variants. With ComfyUI, users can easily perform local inference and experience the capabilities of these models.
This tutorial organizes the following resources, mainly about how to use Stable Diffusion 3.5 in ComfyUI:
- Stable Diffusion 3.5 FP16 version ComfyUI related workflow
- Stable Diffusion 3.5 FP8 version ComfyUI related workflow (low VRAM solution)
- Stable Diffusion 3.5 online resources and API
Introduction to Stable Diffusion 3.5 Models
Stable Diffusion 3.5 is the latest generation AI image generation model released by Stability AI. It has achieved significant breakthroughs in image quality and prompt adherence, marking a new era in AI drawing technology. The series offers multiple model variants to meet different user needs:
Currently, Stable Diffusion 3.5 officially provides the following versions:
Model Name | Parameters | Features |
---|---|---|
Stable Diffusion 3.5 Large | 8 billion | The most powerful base model, ideal for professional use at 1 MP resolution. |
Stable Diffusion 3.5 Large Turbo | Distilled | Generates high-quality images in just 4 steps, significantly faster. |
Stable Diffusion 3.5 Medium | 2.5 billion | Designed for consumer hardware, supports 0.25 to 2 MP resolution, easy to customize. |
Stable Diffusion 3.5 Community License
The community license allows free use for research, non-commercial purposes, and organizations or individuals with annual revenue not exceeding $1 million. For more details, please refer to the Community License Agreement.
Stable Diffusion 3.5 Original FP16 Version ComfyUI Workflow
This section will introduce the installation of the official version models and the download of workflow files. The workflow files and examples are from the ComfyUI Blog.
Download Stable Diffusion 3.5 Model Files
- Download Stable Diffusion 3.5 model files
Resource Name | Download Link | Installation Folder |
---|---|---|
Stable Diffusion 3.5 Large | Download Link | models/checkpoint |
Stable Diffusion 3.5 Large Turbo | Download Link | models/checkpoint |
Please refer to the instructions and installation file paths to complete the download and installation of the corresponding models. Choose one according to your needs.
- Corresponding clip model files
Resource Name | Download Link | Installation Folder |
---|---|---|
clip_g.safetensors | Download Link | models/clip |
clip_l.safetensors | Download Link | models/clip |
t5xxl_fp16.safetensors | Download Link | models/clip |
If you have used version 3.0 or other related models, you might already have these files. If this is your first time using them, please download and install them.
Download Stable Diffusion 3.5 Workflow Files
Below are the related examples provided by ComfyUI. You can download the corresponding workflow file:
Drag this file into the ComfyUI interface and run the generation.
Stable Diffusion 3.5 FP8 Low VRAM Solution
If you encounter memory issues during generation, try the following low VRAM options:
Download Stable Diffusion 3.5 FP8 Model Files
- Download Stable Diffusion 3.5 FP8 model files
Resource Name | Download Link | Installation Folder |
---|---|---|
Stable Diffusion 3.5 Large FP8 | Download Link | models/checkpoint |
Please refer to the instructions and installation file paths to complete the download and installation of the corresponding models.
- Corresponding clip model files
Resource Name | Download Link | Installation Folder |
---|---|---|
clip_g.safetensors | Download Link | models/clip |
clip_l.safetensors | Download Link | models/clip |
t5xxl_fp8_e4m3fn.safetensors | Download Link | models/clip |
(experimental)t5xxl_fp8_e4m3fn_scaled.safetensors | Download Link | models/clip |
If your memory exceeds 32GB, it is still recommended to use the t5xxl_fp16 model.
Download Stable Diffusion 3.5 FP8 Workflow Files
Below are the related examples provided by ComfyUI. You can download the corresponding workflow file:
Drag this file into the ComfyUI interface and run the generation.
Online Execution of Stable Diffusion 3.5
You can also run Stable Diffusion 3.5 online via Hugging Face Spaces:
In addition to downloading model weights from Hugging Face for self-hosting, users can also access Stable Diffusion 3.5 through the following platforms:
With ComfyUI, you can fully leverage the powerful features of Stable Diffusion 3.5, easily creating and managing image generation workflows. Whether for professional use or personal creation, Stable Diffusion 3.5 offers you exceptional image quality and flexibility.
For more information, visit the ComfyUI Blog.
Other Resources
-
Stable Diffusion 3.5 LoRA Models https://huggingface.co/Shakker-Labs/SD3.5-LoRA-Linear-Red-Light https://huggingface.co/Shakker-Labs/SD3.5-LoRA-Futuristic-Bzonze-Colored https://huggingface.co/Shakker-Labs/SD3.5-LoRA-Chinese-Line-Art
-
ControlNet Models
- To be updated