Instructions to use Comfy-Org/stable-diffusion-3.5-fp8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/stable-diffusion-3.5-fp8 with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add ComfyUI model installation guide
#8
by Lexius - opened
README.md
CHANGED
|
@@ -7,6 +7,30 @@ tags:
|
|
| 7 |
- comfyui
|
| 8 |
---
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
This is a smaller checkpoint for [SD3.5 Large](https://huggingface.co/stabilityai/stable-diffusion-3.5-large) that contains the text encoders/CLIP built in.
|
| 11 |
|
| 12 |
-
Read our [blog](https://blog.comfy.org/sd3-5-comfyui/) for instructions on how to use SD3.5 with ComfyUI.
|
|
|
|
| 7 |
- comfyui
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Stable Diffusion 3.5 FP8
|
| 11 |
+
|
| 12 |
+
Repackaged model files for ComfyUI.
|
| 13 |
+
|
| 14 |
+
Original model repository: https://huggingface.co/stabilityai/stable-diffusion-3.5-large
|
| 15 |
+
|
| 16 |
+
Place the files in the following folders:
|
| 17 |
+
|
| 18 |
+
```
|
| 19 |
+
π ComfyUI/
|
| 20 |
+
βββ π models/
|
| 21 |
+
β βββ π checkpoints/
|
| 22 |
+
β β βββ sd3.5_large_fp8_scaled.safetensors
|
| 23 |
+
β β βββ sd3.5_medium_incl_clips_t5xxlfp8scaled.safetensors
|
| 24 |
+
β βββ π text_encoders/
|
| 25 |
+
β β βββ clip_g.safetensors
|
| 26 |
+
β β βββ clip_l.safetensors
|
| 27 |
+
β β βββ t5xxl_fp16.safetensors
|
| 28 |
+
β β βββ t5xxl_fp8_e4m3fn.safetensors
|
| 29 |
+
β β βββ t5xxl_fp8_e4m3fn_scaled.safetensors
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
This is a smaller checkpoint for [SD3.5 Large](https://huggingface.co/stabilityai/stable-diffusion-3.5-large) that contains the text encoders/CLIP built in.
|
| 35 |
|
| 36 |
+
Read our [blog](https://blog.comfy.org/sd3-5-comfyui/) for instructions on how to use SD3.5 with ComfyUI.
|