Diffusion Single File
comfyui
File size: 1,244 Bytes
a6316a3
914324f
 
a6316a3
05a7e90
 
c3af6b0
 
 
 
a6316a3
2c8a09c
b4c354a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46bd633
39c6a80
b4c354a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
license: other
license_name: stabilityai-ai-community
license_link: https://huggingface.co/stabilityai/stable-diffusion-3.5-large/blob/main/LICENSE.md
tags:
- comfyui
- diffusion-single-file
base_model:
- stabilityai/stable-diffusion-3.5-large
- stabilityai/stable-diffusion-3.5-medium
---

# Stable Diffusion 3.5 FP8

Repackaged model files for ComfyUI.

Original model repository: https://huggingface.co/stabilityai/stable-diffusion-3.5-large

Place the files in the following folders:

```
πŸ“‚ ComfyUI/
β”œβ”€β”€ πŸ“‚ models/
β”‚   β”œβ”€β”€ πŸ“‚ checkpoints/
β”‚   β”‚   β”œβ”€β”€ sd3.5_large_fp8_scaled.safetensors
β”‚   β”‚   └── sd3.5_medium_incl_clips_t5xxlfp8scaled.safetensors
β”‚   β”œβ”€β”€ πŸ“‚ text_encoders/
β”‚   β”‚   β”œβ”€β”€ clip_g.safetensors
β”‚   β”‚   β”œβ”€β”€ clip_l.safetensors
β”‚   β”‚   β”œβ”€β”€ t5xxl_fp16.safetensors
β”‚   β”‚   β”œβ”€β”€ t5xxl_fp8_e4m3fn.safetensors
β”‚   β”‚   └── t5xxl_fp8_e4m3fn_scaled.safetensors
```

---

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.

Read our [blog](https://blog.comfy.org/sd3-5-comfyui/) for instructions on how to use SD3.5 with ComfyUI.