From b8cb74d950827ddf0d729f71af8d701bc782eaba Mon Sep 17 00:00:00 2001 From: systemd Date: Mon, 17 Aug 2026 12:14:49 +0000 Subject: [PATCH] Normalize README metadata and formatting (#5) - Normalize README metadata and formatting (f003be29dc66bfe5690c3b3bf3c767aab8b754c7) (batch 1/1) --- README.md | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4cad0a5..036e7e5 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,33 @@ --- -tags: -- diffusion-single-file -- comfyui 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: +- comfyui +- diffusion-single-file +base_model: +- black-forest-labs/FLUX.1-Krea-dev --- + +# FLUX.1-Krea-dev + +Repackaged model files for ComfyUI. + +Original model repository: https://huggingface.co/black-forest-labs/FLUX.1-Krea-dev + +Place the files in the following folders: + +``` +📂 ComfyUI/ +├── 📂 models/ +│ ├── 📂 diffusion_models/ +│ │ └── flux1-krea-dev_fp8_scaled.safetensors +``` + +--- + fp8 scaled version of the official krea Flux finetune released by BFL. All diffusion model files in this repo are licensed the same as the ones in the original repo: https://huggingface.co/black-forest-labs/FLUX.1-Krea-dev -The files in this repo are best used with [ComfyUI](https://github.com/comfyanonymous/ComfyUI) using the [Flux examples](https://comfyanonymous.github.io/ComfyUI_examples/flux/). \ No newline at end of file +The files in this repo are best used with [ComfyUI](https://github.com/comfyanonymous/ComfyUI) using the [Flux examples](https://comfyanonymous.github.io/ComfyUI_examples/flux/).