mirror of
https://www.modelscope.cn/Comfy-Org/flux2-dev.git
synced 2026-08-31 03:32:55 +08:00
- Normalize README metadata and formatting (1ba9353f3ef28f7ff5f124ecf6c262d0011fe9f5) (batch 1/1)
1.3 KiB
1.3 KiB
license, license_name, license_link, tags, base_model
| license | license_name | license_link | tags | base_model | ||||
|---|---|---|---|---|---|---|---|---|
| other | flux-1-dev-non-commercial-license | https://huggingface.co/black-forest-labs/FLUX.1-Krea-dev/blob/main/LICENSE.md |
|
|
FLUX.2-dev
Repackaged model files for ComfyUI.
Original model repository: https://huggingface.co/black-forest-labs/FLUX.2-dev
Place the files in the following folders:
📂 ComfyUI/
├── 📂 models/
│ ├── 📂 diffusion_models/
│ │ └── flux2_dev_fp8mixed.safetensors
│ ├── 📂 loras/
│ │ ├── Flux2TurboComfyv2.safetensors
│ │ └── Flux_2-Turbo-LoRA_comfyui.safetensors
│ ├── 📂 text_encoders/
│ │ ├── mistral_3_small_flux2_bf16.safetensors
│ │ ├── mistral_3_small_flux2_fp4_mixed.safetensors
│ │ └── mistral_3_small_flux2_fp8.safetensors
│ ├── 📂 vae/
│ │ └── flux2-vae.safetensors
These are quantized weights. The original FLUX.2 repo is here: FLUX.2-dev.