Diffusion Single File
comfyui

Add ComfyUI model installation guide

#14
by Lexius - opened
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -5,10 +5,33 @@ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/L
5
  tags:
6
  - diffusion-single-file
7
  - comfyui
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  This is a smaller checkpoint for flux1-dev that will work better for ComfyUI users with less VRAM (under 24gb).
11
 
12
  The two text encoders used by Flux are already included in this one safetensor.
13
 
14
- Use it with the `Load Checkpoint` node in ComfyUI.
 
5
  tags:
6
  - diffusion-single-file
7
  - comfyui
8
+ ---
9
+ # FLUX.1-dev
10
+
11
+ Repackaged model files for ComfyUI.
12
+
13
+ Original model repository: https://huggingface.co/black-forest-labs/FLUX.1-dev
14
+
15
+ Place the files in the following folders:
16
+
17
+ ```
18
+ πŸ“‚ ComfyUI/
19
+ β”œβ”€β”€ πŸ“‚ models/
20
+ β”‚ β”œβ”€β”€ πŸ“‚ checkpoints/
21
+ β”‚ β”‚ β”œβ”€β”€ flux1-dev-fp8.safetensors
22
+ β”‚ β”‚ └── flux1-dev.safetensors
23
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
24
+ β”‚ β”‚ β”œβ”€β”€ flux1-canny-dev.safetensors
25
+ β”‚ β”‚ β”œβ”€β”€ flux1-depth-dev-nvfp4.safetensors
26
+ β”‚ β”‚ └── flux1-fill-dev.safetensors
27
+ β”‚ β”œβ”€β”€ πŸ“‚ loras/
28
+ β”‚ β”‚ └── flux1-depth-dev-lora.safetensors
29
+ ```
30
+
31
  ---
32
 
33
  This is a smaller checkpoint for flux1-dev that will work better for ComfyUI users with less VRAM (under 24gb).
34
 
35
  The two text encoders used by Flux are already included in this one safetensor.
36
 
37
+ Use it with the `Load Checkpoint` node in ComfyUI.