--- license: other license_name: krea-2-community-license license_link: https://huggingface.co/krea/Krea-2-Turbo/blob/main/LICENSE.pdf tags: - comfyui --- # Krea 2 Open-Source Repackaged model files for ComfyUI. Original model repositories: - https://huggingface.co/krea/Krea-2-Raw - https://huggingface.co/krea/Krea-2-Turbo Original LoRA repositories: - https://huggingface.co/krea/Krea-2-LoRA-darkbrush - https://huggingface.co/krea/Krea-2-LoRA-dotmatrix - https://huggingface.co/krea/Krea-2-LoRA-kidsdrawing - https://huggingface.co/krea/Krea-2-LoRA-neondrip - https://huggingface.co/krea/Krea-2-LoRA-rainywindow - https://huggingface.co/krea/Krea-2-LoRA-retroanime - https://huggingface.co/krea/Krea-2-LoRA-softwatercolor - https://huggingface.co/krea/Krea-2-LoRA-sunsetblur - https://huggingface.co/krea/Krea-2-LoRA-vintagetarot Place the files in the following folders: ``` 📂 ComfyUI/ ├── 📂 models/ │ ├── 📂 diffusion_models/ │ │ ├── krea2_raw_bf16.safetensors │ │ ├── krea2_raw_fp8_scaled.safetensors │ │ ├── krea2_raw_int8_convrot.safetensors │ │ ├── krea2_turbo_bf16.safetensors │ │ ├── krea2_turbo_fp8_scaled.safetensors │ │ ├── krea2_turbo_int8_convrot.safetensors │ │ ├── krea2_turbo_mxfp8.safetensors │ │ └── krea2_turbo_nvfp4.safetensors │ ├── 📂 loras/ │ │ ├── krea2_darkbrush.safetensors │ │ ├── krea2_dotmatrix.safetensors │ │ ├── krea2_kidsdrawing.safetensors │ │ ├── krea2_neondrip.safetensors │ │ ├── krea2_rainywindow.safetensors │ │ ├── krea2_retroanime.safetensors │ │ ├── krea2_softwatercolor.safetensors │ │ ├── krea2_sunsetblur.safetensors │ │ ├── krea2_turbo_lora_rank_64_bf16.safetensors │ │ └── krea2_vintagetarot.safetensors │ ├── 📂 text_encoders/ │ │ ├── qwen3vl_4b_bf16.safetensors │ │ └── qwen3vl_4b_fp8_scaled.safetensors │ ├── 📂 vae/ │ │ └── qwen_image_vae.safetensors ``` Trigger Words for each LoRA: | LoRA | Trigger Words | Recommended Strength | |------------------------|--------------------------------------|-------| | `krea2_darkbrush` | `monochrome ink wash style` | `1.0` | | `krea2_dotmatrix` | `monochrome stippling style` | `1.0` | | `krea2_kidsdrawing` | `naive expressive sketch style` | `1.0` | | `krea2_neondrip` | `textured abstract style` | `1.0` | | `krea2_rainywindow` | `rainy window style` | `1.0` | | `krea2_retroanime` | `purple retro anime style` | `1.0` | | `krea2_softwatercolor` | `art deco watercolor style` | `1.0` | | `krea2_sunsetblur` | `ethereal motion blur style` | `1.0` | | `krea2_vintagetarot` | `vintage tarot style` | `1.0` |