mirror of
https://www.modelscope.cn/Comfy-Org/flux2-klein-9B.git
synced 2026-08-31 03:42:54 +08:00
- Normalize README metadata and formatting (56c46c623e65848f0654c2f2ec47b3741e4de794) - Place upstream sources with model description (d6d8ef027af6b9a3766bc8513affb85387ea74bb) (batch 1/1)
30 lines
729 B
Markdown
30 lines
729 B
Markdown
---
|
|
license: other
|
|
license_name: flux-non-commercial-license
|
|
license_link: https://huggingface.co/black-forest-labs/FLUX.2-klein-9B/blob/main/LICENSE.md
|
|
tags:
|
|
- comfyui
|
|
- diffusion-single-file
|
|
base_model:
|
|
- black-forest-labs/FLUX.2-klein-9B
|
|
---
|
|
|
|
# Flux Klein 9B
|
|
|
|
Repackaged model files for ComfyUI.
|
|
|
|
Original model repository: https://huggingface.co/black-forest-labs/FLUX.2-klein-9B
|
|
|
|
Place the files in the following folders:
|
|
|
|
```
|
|
📂 ComfyUI/
|
|
├── 📂 models/
|
|
│ ├── 📂 text_encoders/
|
|
│ │ ├── qwen_3_8b.safetensors
|
|
│ │ ├── qwen_3_8b_fp4mixed.safetensors
|
|
│ │ └── qwen_3_8b_fp8mixed.safetensors
|
|
│ ├── 📂 vae/
|
|
│ │ └── flux2-vae.safetensors
|
|
```
|