🦊Krea 2
👈 |
👉 |
raw と turbo があるが、rawは基本的にファインチューニング用なので、推論としてはturboしか使わない
モデルのダウンロード
diffusion models
text_encoders
vae
code:models
📂ComfyUI/
└── 📂models/
├── 📂diffusion_models/
│ └── krea2_turbo_fp8_scaled.safetensors
├── 📂text_encoders/
│ └── qwen3vl_4b_fp8_scaled.safetensors
└── 📂vae/
└── qwen_image_vae.safetensors
text2image
https://gyazo.com/1bd2c09215e1dc6848a242c3cdd56a9b
公式スタイルLoRA
トリガーワードはread me参照
code:models
📂ComfyUI/
└── 📂models/
└── 📂loras/
└── *.safetensors
text2image (w/ LoRA)
https://gyazo.com/7a2ec126a289cfa04dd8cb609b6d04e3