So, it's finally here. StabilityAI released Stable Diffusion 3.5 on October 22nd, 2024. After a huge backlash in the community on Stable Diffusion 3, they are back with the improved version. Responsible steps are taken care to prevent the misuse by the bad actors.
And yes, this is an uncensored model. People can find more detailed knowledge by accessing their research papers.
Basically, three model variants are in the open market:
Model Variant | Parameters | Resolution Range | Key Features | Ideal Use Cases |
---|---|---|---|---|
Stable Diffusion 3.5 Large (Base Model) | 8 billion | 1 megapixel |
|
Professional-grade, high-quality image generation at 1 megapixel resolution |
Stable Diffusion 3.5 Large Turbo (Distilled model) | 8 billion | 1 megapixel |
|
Faster image generation with high quality for time-sensitive professional projects |
Stable Diffusion 3.5 Medium | 2.5 billion | 0.25 – 2 megapixels |
|
Consumer-grade projects with flexibility and support for resolutions up to 2 megapixels |
All the models' weights are customizable in nature and can be used for free non-commercial and commercial usage up to $1M in annual revenue. The released models are under StabilityAI Community License. Interested AI Startups and Enterprises can check out their license page for in-depth understanding.
Now, lets dive into the installation process in ComfyUI. Currently, their is no update for Automatic1111 but ForgeUI developers are working on it. We will be updating it soon whenever it will be available.
Install SD3.5 locally now ! 😍
— Stable Diffusion Tutorials (@SD_Tutorial) October 23, 2024
3 variants available:
- Large
-Medium
-Large Turbo
Support for:-
-Comfy
-A1111/Forge not yet
Follow our installation page from here:https://t.co/fJVfhsYjDf
Enjoy some cool SD3.5 ImaGens 😋 pic.twitter.com/kbTS4zis96
Table of Contents
Installation
You have to install ComfyUI into your machine if you are new to it. Old users need to update the ComfyUI by navigating to the Manager and select "Update ComfyUI" and "Update All". We have listed various releases by the community. You can choose as per your requirements and system configuration.
TYPE A: Stable Diffusion 3.5 by StabilityAI
(a) Download the model weight from StabilityAI's Hugging face for Stable Diffusion 3.5 Large.
(b) Download the model weight from StabilityAI's Hugging face for Stable Diffusion 3.5 Large Turbo.
(c) Download the model weight for Stable Diffusion 3.5 Medium from StabilityAI's Hugging face.
2. While downloading for the first time, you need to accept their license and agreement for accessing their repository.
3. After downloading save them inside "ComfyUI/models/checkpoint" folder.
5. Now, download the clip models (clip_g.safetensors, clip_l.safetensors, and t5xxl_fp16.safetensors) from StabilityAI's Hugging Face and save them inside "ComfyUI/models/clip" folder.
As Stable Diffusion 3.5 uses the same clip models, you do not need to download if you are a Stable Diffusion 3 user. Simply cross check that you have the respective clip models in the required directory or not.
4. Restart ComfyUI to take effect.
TYPE B: Stable Diffusion 3.5 GGUF Quantized version
The Quantized variant produces quite good quality without compromising the extensive image pixels. This is great for Mac M1/M2 enabled chip machines.
It consumes low GPU consumption with lesser rendering time. Specially the GGUF Loader works on GPU to improve the overall performance of your VRAM. T5 text encoder is used to lower the VRAM power consumption.
1. Update ComfyUI from Manager by clicking on "Update All".
2. Move to "ComfyUI/custom_nodes" folder. Navigate to the folder path location and type "cmd" to open command prompt.
GGUF Flux user who already have this repository installed are not required to install again. Just update it. Move to "ComfyUI/custom_nodes/ComfyUI-GGUF" folder and type "git pull" in command prompt. Download the SD 3.5 quantized model weights as mentioned in step 5 and save it to the respective folder.
3. Then install and clone the repository by copying and paste into command prompt provided below:
git clone https://github.com/city96/ComfyUI-GGUF.git
4. For portable user, move to "ComfyUI_windows_portable" folder. Navigate to folder path location and type "cmd" to open command prompt.
Use this command to install the dependencies:
git clone https://github.com/city96/ComfyUI-GGUF ComfyUI/custom_nodes/ComfyUI-GGUF .\python_embeded\python.exe -s -m pip install -r .\ComfyUI\custom_nodes\ComfyUI-GGUF\requirements.txt
5. There are multiple models listed in the respective repository. Download any one of the the Pre-quantized models provided below:
(a) Stable Diffusion 3.5 Large GGUF
(b) Stable Diffusion 3.5 Large Turbo GGUF
(c) Stable Diffusion 3.5 Medium GGUF
Save them to the "ComfyUI/models/unet" directory. Here, all the clip models are already handled by the CLIP loader. So, downloading this is not required.
But, in case you want you can download as per your GGUF (t5_v1.1-xxl GGUF )models from Hugging Face and save it into "ComfyUI/models/clip" folder.
6. Then restart and refresh ComfyUI to take effect.
Workflow
Generated using Stable Diffusion 3.5 Large |
Generated using Stable Diffusion 3.5 Large |
Generated using Stable Diffusion 3.5 Large |
Generated using Stable Diffusion 3.5 Large |
Generated using Stable Diffusion 3.5 Large |
Generated using Stable Diffusion 3.5 Medium |