From 3383b974212f5d6d50569035431305b4b8f64d9c Mon Sep 17 00:00:00 2001 From: systemd Date: Wed, 26 Aug 2026 19:14:19 +0000 Subject: [PATCH] Normalize README metadata and formatting (#17) - Normalize README metadata and formatting (1ba9353f3ef28f7ff5f124ecf6c262d0011fe9f5) (batch 1/1) --- README.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86be340..d3b19e6 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,41 @@ license: other license_name: flux-1-dev-non-commercial-license license_link: https://huggingface.co/black-forest-labs/FLUX.1-Krea-dev/blob/main/LICENSE.md tags: -- diffusion-single-file - comfyui +- diffusion-single-file +base_model: +- black-forest-labs/FLUX.2-dev +- ByteZSzn/Flux.2-Turbo-ComfyUI +--- + +# 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](https://huggingface.co/black-forest-labs/FLUX.2-dev/). - Flux2TurboComfyv2.safetensors by [ByteZSzn](https://huggingface.co/ByteZSzn/Flux.2-Turbo-ComfyUI/) -- Flux_2-Turbo-LoRA_comfyui.safetensors by [ByteZSzn](https://huggingface.co/ByteZSzn/Flux.2-Turbo-ComfyUI/) \ No newline at end of file +- Flux_2-Turbo-LoRA_comfyui.safetensors by [ByteZSzn](https://huggingface.co/ByteZSzn/Flux.2-Turbo-ComfyUI/)