Diffusion Single File
comfyui
Lexius commited on
Commit
f0d8fe4
Β·
1 Parent(s): 05a7e90

Add ComfyUI model installation guide

Browse files
Files changed (1) hide show
  1. README.md +25 -1
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.