Diffusion Single File
comfyui

Add ComfyUI model installation guide

#16
by Lexius - opened
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -5,10 +5,35 @@ license_link: https://huggingface.co/black-forest-labs/FLUX.1-Krea-dev/blob/main
5
  tags:
6
  - diffusion-single-file
7
  - comfyui
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  These are quantized weights. The original FLUX.2 repo is here: [FLUX.2-dev](https://huggingface.co/black-forest-labs/FLUX.2-dev/).
11
 
12
 
13
  - Flux2TurboComfyv2.safetensors by [ByteZSzn](https://huggingface.co/ByteZSzn/Flux.2-Turbo-ComfyUI/)
14
- - Flux_2-Turbo-LoRA_comfyui.safetensors by [ByteZSzn](https://huggingface.co/ByteZSzn/Flux.2-Turbo-ComfyUI/)
 
5
  tags:
6
  - diffusion-single-file
7
  - comfyui
8
+ ---
9
+ # FLUX.2-dev
10
+
11
+ Repackaged model files for ComfyUI.
12
+
13
+ Original model repository: https://huggingface.co/black-forest-labs/FLUX.2-dev
14
+
15
+ Place the files in the following folders:
16
+
17
+ ```
18
+ πŸ“‚ ComfyUI/
19
+ β”œβ”€β”€ πŸ“‚ models/
20
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
21
+ β”‚ β”‚ └── flux2_dev_fp8mixed.safetensors
22
+ β”‚ β”œβ”€β”€ πŸ“‚ loras/
23
+ β”‚ β”‚ β”œβ”€β”€ Flux2TurboComfyv2.safetensors
24
+ β”‚ β”‚ └── Flux_2-Turbo-LoRA_comfyui.safetensors
25
+ β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
26
+ β”‚ β”‚ β”œβ”€β”€ mistral_3_small_flux2_bf16.safetensors
27
+ β”‚ β”‚ β”œβ”€β”€ mistral_3_small_flux2_fp4_mixed.safetensors
28
+ β”‚ β”‚ └── mistral_3_small_flux2_fp8.safetensors
29
+ β”‚ β”œβ”€β”€ πŸ“‚ vae/
30
+ β”‚ β”‚ └── flux2-vae.safetensors
31
+ ```
32
+
33
  ---
34
 
35
  These are quantized weights. The original FLUX.2 repo is here: [FLUX.2-dev](https://huggingface.co/black-forest-labs/FLUX.2-dev/).
36
 
37
 
38
  - Flux2TurboComfyv2.safetensors by [ByteZSzn](https://huggingface.co/ByteZSzn/Flux.2-Turbo-ComfyUI/)
39
+ - Flux_2-Turbo-LoRA_comfyui.safetensors by [ByteZSzn](https://huggingface.co/ByteZSzn/Flux.2-Turbo-ComfyUI/)