Instructions to use Comfy-Org/flux2-dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/flux2-dev 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
#16
by Lexius - opened
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/)
|