Instructions to use Alex995647/loras-krea-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Alex995647/loras-krea-2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Raw", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Alex995647/loras-krea-2") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Add 12 LoRA(s): cutifyier, krea-2-identity-edit, ars-midjourney-watercolor, impressionism…
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +71 -0
- 60s-psychedelic-movie/60sPsyKrea2Raw.safetensors +3 -0
- 60s-psychedelic-movie/example_images/01_image.jpeg +3 -0
- 60s-psychedelic-movie/example_images/02_image.jpeg +3 -0
- 60s-psychedelic-movie/example_images/03_image.jpeg +3 -0
- 60s-psychedelic-movie/example_images/04_image.jpeg +3 -0
- 60s-psychedelic-movie/example_images/05_image.jpeg +3 -0
- 60s-psychedelic-movie/example_images/06_image.jpeg +3 -0
- 60s-psychedelic-movie/info.txt +284 -0
- 60s-psychedelic-movie/metadata.json +134 -0
- 70s-sci-fi-movie/70sSCiFiKrea2Raw.safetensors +3 -0
- 70s-sci-fi-movie/example_images/01_image.jpeg +3 -0
- 70s-sci-fi-movie/example_images/02_image.jpeg +3 -0
- 70s-sci-fi-movie/example_images/03_image.jpeg +3 -0
- 70s-sci-fi-movie/example_images/04_image.jpeg +3 -0
- 70s-sci-fi-movie/example_images/05_image.jpeg +3 -0
- 70s-sci-fi-movie/example_images/06_image.jpeg +3 -0
- 70s-sci-fi-movie/info.txt +279 -0
- 70s-sci-fi-movie/metadata.json +139 -0
- anna-yamada-and-other-the-dangers-in-my-heart-characters/Anna_Yamada__The_Dangers_in_My_Heart__-_Krea_2_epoch_10.safetensors +3 -0
- anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/01_image.jpeg +3 -0
- anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/02_image.jpeg +3 -0
- anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/03_image.jpeg +3 -0
- anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/04_image.jpeg +3 -0
- anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/05_image.jpeg +3 -0
- anna-yamada-and-other-the-dangers-in-my-heart-characters/info.txt +350 -0
- anna-yamada-and-other-the-dangers-in-my-heart-characters/metadata.json +156 -0
- ars-midjourney-watercolor/WaterColorV2Krea2Raw.safetensors +3 -0
- ars-midjourney-watercolor/example_images/01_image.jpeg +3 -0
- ars-midjourney-watercolor/example_images/02_image.jpeg +3 -0
- ars-midjourney-watercolor/example_images/03_image.jpeg +3 -0
- ars-midjourney-watercolor/example_images/04_image.jpeg +3 -0
- ars-midjourney-watercolor/example_images/05_image.jpeg +3 -0
- ars-midjourney-watercolor/example_images/06_image.jpeg +3 -0
- ars-midjourney-watercolor/info.txt +299 -0
- ars-midjourney-watercolor/metadata.json +136 -0
- body-weight-slider-skinny-fat-slider/Krea2Weight_v3.safetensors +3 -0
- body-weight-slider-skinny-fat-slider/example_images/01_image.jpeg +3 -0
- body-weight-slider-skinny-fat-slider/example_images/02_image.jpeg +3 -0
- body-weight-slider-skinny-fat-slider/example_images/03_image.jpeg +3 -0
- body-weight-slider-skinny-fat-slider/example_images/04_image.jpeg +3 -0
- body-weight-slider-skinny-fat-slider/example_images/05_image.jpeg +3 -0
- body-weight-slider-skinny-fat-slider/example_images/06_image.jpeg +3 -0
- body-weight-slider-skinny-fat-slider/info.txt +288 -0
- body-weight-slider-skinny-fat-slider/metadata.json +135 -0
- carefull-style-krea-2-anima-il/carefull_style_krea_v1.safetensors +3 -0
- carefull-style-krea-2-anima-il/example_images/01_image.jpeg +3 -0
- carefull-style-krea-2-anima-il/example_images/02_image.jpeg +3 -0
- carefull-style-krea-2-anima-il/example_images/03_image.jpeg +3 -0
- carefull-style-krea-2-anima-il/example_images/04_image.jpeg +3 -0
.gitattributes
CHANGED
|
@@ -244,3 +244,74 @@ krea-2-detail-slider/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs
|
|
| 244 |
krea-2-detail-slider/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 245 |
krea-2-detail-slider/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 246 |
krea-2-detail-slider/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 244 |
krea-2-detail-slider/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 245 |
krea-2-detail-slider/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 246 |
krea-2-detail-slider/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 247 |
+
cutifyier/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 248 |
+
cutifyier/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 249 |
+
cutifyier/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 250 |
+
cutifyier/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 251 |
+
cutifyier/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 252 |
+
cutifyier/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 253 |
+
krea-2-identity-edit/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 254 |
+
krea-2-identity-edit/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 255 |
+
krea-2-identity-edit/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 256 |
+
krea-2-identity-edit/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 257 |
+
krea-2-identity-edit/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 258 |
+
krea-2-identity-edit/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 259 |
+
ars-midjourney-watercolor/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 260 |
+
ars-midjourney-watercolor/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 261 |
+
ars-midjourney-watercolor/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 262 |
+
ars-midjourney-watercolor/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 263 |
+
ars-midjourney-watercolor/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 264 |
+
ars-midjourney-watercolor/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 265 |
+
impressionism/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 266 |
+
impressionism/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 267 |
+
impressionism/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 268 |
+
impressionism/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 269 |
+
impressionism/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 270 |
+
impressionism/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 271 |
+
carefull-style-krea-2-anima-il/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 272 |
+
carefull-style-krea-2-anima-il/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 273 |
+
carefull-style-krea-2-anima-il/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 274 |
+
carefull-style-krea-2-anima-il/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 275 |
+
carefull-style-krea-2-anima-il/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 276 |
+
carefull-style-krea-2-anima-il/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 277 |
+
the-age-slider-zit-krea-2/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 278 |
+
the-age-slider-zit-krea-2/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 279 |
+
the-age-slider-zit-krea-2/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 280 |
+
the-age-slider-zit-krea-2/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 281 |
+
the-age-slider-zit-krea-2/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 282 |
+
the-age-slider-zit-krea-2/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 283 |
+
frank-frazetta-style-oil-painting-krea2-flux/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 284 |
+
frank-frazetta-style-oil-painting-krea2-flux/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 285 |
+
frank-frazetta-style-oil-painting-krea2-flux/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 286 |
+
frank-frazetta-style-oil-painting-krea2-flux/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 287 |
+
frank-frazetta-style-oil-painting-krea2-flux/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 288 |
+
frank-frazetta-style-oil-painting-krea2-flux/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 289 |
+
omar-dogan-style-1-5-pony-illustrious-noob-zit-anima-krea2/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 290 |
+
omar-dogan-style-1-5-pony-illustrious-noob-zit-anima-krea2/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 291 |
+
omar-dogan-style-1-5-pony-illustrious-noob-zit-anima-krea2/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 292 |
+
omar-dogan-style-1-5-pony-illustrious-noob-zit-anima-krea2/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 293 |
+
omar-dogan-style-1-5-pony-illustrious-noob-zit-anima-krea2/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 294 |
+
omar-dogan-style-1-5-pony-illustrious-noob-zit-anima-krea2/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 295 |
+
60s-psychedelic-movie/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 296 |
+
60s-psychedelic-movie/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 297 |
+
60s-psychedelic-movie/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 298 |
+
60s-psychedelic-movie/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 299 |
+
60s-psychedelic-movie/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 300 |
+
60s-psychedelic-movie/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 301 |
+
70s-sci-fi-movie/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 302 |
+
70s-sci-fi-movie/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 303 |
+
70s-sci-fi-movie/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 304 |
+
70s-sci-fi-movie/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 305 |
+
70s-sci-fi-movie/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 306 |
+
70s-sci-fi-movie/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 307 |
+
body-weight-slider-skinny-fat-slider/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 308 |
+
body-weight-slider-skinny-fat-slider/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 309 |
+
body-weight-slider-skinny-fat-slider/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 310 |
+
body-weight-slider-skinny-fat-slider/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 311 |
+
body-weight-slider-skinny-fat-slider/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 312 |
+
body-weight-slider-skinny-fat-slider/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 313 |
+
anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 314 |
+
anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 315 |
+
anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 316 |
+
anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 317 |
+
anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
60s-psychedelic-movie/60sPsyKrea2Raw.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd1d53eb64721ef82770c8364d9f27e9f56d56eaa88c263bc5f0781eaba9765b
|
| 3 |
+
size 228587728
|
60s-psychedelic-movie/example_images/01_image.jpeg
ADDED
|
Git LFS Details
|
60s-psychedelic-movie/example_images/02_image.jpeg
ADDED
|
Git LFS Details
|
60s-psychedelic-movie/example_images/03_image.jpeg
ADDED
|
Git LFS Details
|
60s-psychedelic-movie/example_images/04_image.jpeg
ADDED
|
Git LFS Details
|
60s-psychedelic-movie/example_images/05_image.jpeg
ADDED
|
Git LFS Details
|
60s-psychedelic-movie/example_images/06_image.jpeg
ADDED
|
Git LFS Details
|
60s-psychedelic-movie/info.txt
ADDED
|
@@ -0,0 +1,284 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 2 |
+
60S PSYCHEDELIC MOVIE
|
| 3 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 4 |
+
|
| 5 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 6 |
+
IDENTITY
|
| 7 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 8 |
+
Base model Krea 2
|
| 9 |
+
Generation mode not declared by the author
|
| 10 |
+
Checkpoint not determined — verify before use
|
| 11 |
+
Category Visual style
|
| 12 |
+
Author ArsMachina
|
| 13 |
+
Source https://civitai.com/models/878199
|
| 14 |
+
Provenance CivitAI · model 878199 · version 3129133
|
| 15 |
+
|
| 16 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 17 |
+
WEIGHTS
|
| 18 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 19 |
+
File 60sPsyKrea2Raw.safetensors
|
| 20 |
+
Version Krea2
|
| 21 |
+
Size 218.0 MB
|
| 22 |
+
Format SafeTensor / unknown precision
|
| 23 |
+
SHA256 fd1d53eb64721ef82770c8364d9f27e9f56d56eaa88c263bc5f0781eaba9765b
|
| 24 |
+
Published 2026-07-30
|
| 25 |
+
|
| 26 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 27 |
+
TRIGGER WORDS
|
| 28 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 29 |
+
› "ArsMovieStill, movie still from a 60s psychedelic movie,"
|
| 30 |
+
|
| 31 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 32 |
+
RECOMMENDED SETTINGS
|
| 33 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 34 |
+
The author did not publish specific settings.
|
| 35 |
+
No author settings were published. Community baseline: steps Turbo: 8
|
| 36 |
+
(official README and HF card CLI example; the ComfyUI template ships 8).
|
| 37 |
+
Raw: 52 (official README). The krea-2 CLI's generic default is 28.
|
| 38 |
+
Community Turbo LoRAs commonly suggest 8-12 (e.g. the Identity Edit card
|
| 39 |
+
recommends Turbo at 8-12, or Raw at 20 for removals). A community 4-step
|
| 40 |
+
LoRA on Turbo makes 4 valid; its author calls 2 steps an out-of-spec
|
| 41 |
+
preview mode., cfg Turbo: CFG disabled - guidance_scale 0.0 in diffusers
|
| 42 |
+
and --cfg 0.0 in the krea-2 CLI, which is cfg 1.0 in ComfyUI's KSampler
|
| 43 |
+
(the official template ships cfg 1). These are the same thing; do not set
|
| 44 |
+
ComfyUI cfg to 0. Raw: CFG 3.5 (official README; CLI generic default 4.5).
|
| 45 |
+
Negative prompting on Turbo is effectively unused - the official templates
|
| 46 |
+
route ConditioningZeroOut into the negative slot., sampler ComfyUI:
|
| 47 |
+
KSampler with sampler euler, scheduler simple, denoise 1.0 (verified in
|
| 48 |
+
image_krea2_turbo_t2i.json: [seed, 'randomize', 8, 1, 'euler', 'simple',
|
| 49 |
+
1]). Timestep shift mu = 1.15 for Turbo; ComfyUI bakes this in via
|
| 50 |
+
Krea2.sampling_settings = {"multiplier": 1.0, "shift": 1.15}, so the plain
|
| 51 |
+
t2i template needs no ModelSampling node, while the style-reference
|
| 52 |
+
template adds ModelSamplingFlux at max_shift 1.15 / base_shift 0.5. The CLI
|
| 53 |
+
exposes --mu 1.15 for Turbo; Raw uses a resolution-derived mu interpolated
|
| 54 |
+
between --y1 0.5 and --y2 1.15 (ai-toolkit mirrors this as base_shift 0.5 /
|
| 55 |
+
max_shift 1.15 over image_seq_len 256-6400, exponential time shift).,
|
| 56 |
+
resolution 1024x1024 default. Turbo: 1K-2K (the official CLI example
|
| 57 |
+
generates 2048x2048; ComfyUI's ResolutionSelector defaults to 1 megapixel,
|
| 58 |
+
set 2.0 for 2K). Raw: "trained to generate upto 1k resolution".
|
| 59 |
+
Width/height are padded up to a multiple of 16., lora_strength 1.0 for
|
| 60 |
+
Krea's nine official style LoRAs (docs.comfy.org lists Recommended Strength
|
| 61 |
+
1.0 for every one), though the shipped t2i template's LoraLoaderModelOnly
|
| 62 |
+
is set to 0.8. The style-reference LoRA is used at 1.0 in its template. The
|
| 63 |
+
4-step distill LoRA documents 1.0 as its trained point, 1.0-1.5 as coherent
|
| 64 |
+
extrapolation and above ~1.5 as speckle artefacting. Community subject
|
| 65 |
+
LoRAs are typically recommended around 0.8-1.2 and dropped toward 0.6-0.9
|
| 66 |
+
when several are stacked..
|
| 67 |
+
|
| 68 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 69 |
+
ADOPTION & POPULARITY
|
| 70 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 71 |
+
Downloads 11,997
|
| 72 |
+
Rating 100% positive (870/870)
|
| 73 |
+
Comments 0
|
| 74 |
+
Published 37 days ago
|
| 75 |
+
Download rate 25.6/day since release
|
| 76 |
+
|
| 77 |
+
Adoption rank #46 of 150 in this collection (Moderate)
|
| 78 |
+
Momentum rank #86 of 150 by download rate (Long tail · fresh release)
|
| 79 |
+
|
| 80 |
+
Adoption tier is the percentile of total downloads within this collection;
|
| 81 |
+
momentum is the percentile of downloads-per-day since release. Momentum is
|
| 82 |
+
ranked rather than measured against a fixed rate, because this base model
|
| 83 |
+
is itself new and every LoRA looks fast on an absolute scale. Both numbers
|
| 84 |
+
are CivitAI's, read on the scrape date at the foot of this file.
|
| 85 |
+
|
| 86 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 87 |
+
CHAINING / STACKING
|
| 88 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 89 |
+
Stacks with others not stated
|
| 90 |
+
|
| 91 |
+
The author gave no chaining guidance. The rules below are the
|
| 92 |
+
general Krea 2 ones, not anything specific to this LoRA.
|
| 93 |
+
|
| 94 |
+
General Krea 2 rules that apply here (see REFERENCE.txt):
|
| 95 |
+
|
| 96 |
+
• The most important rule is not about chaining but about which
|
| 97 |
+
checkpoint you chain onto: the official README says in bold "TRAIN on
|
| 98 |
+
Raw and RUN on Turbo", and "We highly recommend using RAW for training
|
| 99 |
+
LoRAs and applying them on Turbo for inference." LoRAs trained on Raw
|
| 100 |
+
are stated to work well on Turbo.
|
| 101 |
+
• Chain with LoraLoaderModelOnly nodes in series (model -> model). Krea 2
|
| 102 |
+
LoRAs are DiT-only, so there is no CLIP side to chain and the text-
|
| 103 |
+
encoder branch stays untouched however many LoRAs you add.
|
| 104 |
+
• Krea 2 LoRAs stack in practice and the community treats multi-LoRA as
|
| 105 |
+
routine - style + character, style + slider, realism + character.
|
| 106 |
+
Several CivitAI Krea 2 authors state their LoRAs stack cleanly; one
|
| 107 |
+
writes "I recently stacked over 20 of my own LoRAs on a single
|
| 108 |
+
generation and the output still came out great."
|
| 109 |
+
• Reduce per-LoRA strength when stacking. CivitAI Krea 2 authors converge
|
| 110 |
+
on dropping from ~1.0 to roughly 0.6-0.9 once more than one adapter is
|
| 111 |
+
loaded. The CivitAI 12GB training guide also notes rank affects
|
| 112 |
+
composability: "rank 8 produced a lighter style influence that was
|
| 113 |
+
easier to stack with other LoRAs, rank 16 provided a useful balance
|
| 114 |
+
between concept strength and composability, and rank 32 was better
|
| 115 |
+
suited to a precise object or concept intended to take priority over
|
| 116 |
+
other stacked LoRAs."
|
| 117 |
+
• Accelerator LoRAs are position-sensitive in intent, not in node order:
|
| 118 |
+
a Raw-to-Turbo delta adapter belongs on the Raw checkpoint, a
|
| 119 |
+
sub-8-step LoRA belongs on Turbo (or on Raw already carrying a Raw-to-
|
| 120 |
+
Turbo adapter). Chaining Raw -> Raw-to-Turbo adapter -> 4-step LoRA is
|
| 121 |
+
explicitly recommended by the 4-step LoRA's author.
|
| 122 |
+
• Whatever you stack, the schedule must stay Turbo's: cfg 1.0 in ComfyUI
|
| 123 |
+
(guidance 0.0 in diffusers) and mu/shift 1.15. The 4-step LoRA's card
|
| 124 |
+
says "Keep mu = 1.15. The training targets are anchored to that grid; a
|
| 125 |
+
different shift moves the [sampler off them]"; the same reasoning
|
| 126 |
+
applies to any Turbo-trained adapter in the chain.
|
| 127 |
+
• Reference/edit LoRAs are designed to be stacked under ordinary subject
|
| 128 |
+
and style LoRAs - the Identity Edit card states "Composes with your
|
| 129 |
+
LoRAs: character/body/style LoRAs stack on top and steer the prior" and
|
| 130 |
+
recommends a stacked subject LoRA when unusual subjects drift toward
|
| 131 |
+
the base prior.
|
| 132 |
+
• Krea 2 LoRAs cannot be chained with LoRAs for any other base model.
|
| 133 |
+
Many CivitAI pages carry multi-model titles like "(Krea-2 + ZIT)" or
|
| 134 |
+
"[Flux | ZIB | Krea2]" - those are separate files for separate
|
| 135 |
+
architectures shipped under one model page, not a combined adapter.
|
| 136 |
+
• To combine two full Krea 2 checkpoints rather than adapters, ComfyUI
|
| 137 |
+
ships a dedicated ModelMergeKrea2 node (added in v0.27.0) with per-
|
| 138 |
+
section weights for first., tmlp., txtmlp., tproj.,
|
| 139 |
+
txtfusion.projector, txtfusion.layerwise_blocks.0-1,
|
| 140 |
+
txtfusion.refiner_blocks.0-1, blocks.0-27 and last.
|
| 141 |
+
• The author never states which weight family this targets. Silent
|
| 142 |
+
degradation, never a hard error, between Raw and Turbo. The two share
|
| 143 |
+
one architecture - ai-toolkit's config is commented "The reference
|
| 144 |
+
'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)"
|
| 145 |
+
- so every LoRA tensor shape matches on both and ComfyUI/diffuser
|
| 146 |
+
|
| 147 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 148 |
+
PROS
|
| 149 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 150 |
+
+ Widely adopted — 11,997 downloads. [source: CivitAI stats]
|
| 151 |
+
+ Positively received — 870 thumbs-up with no down-votes. [source:
|
| 152 |
+
CivitAI stats]
|
| 153 |
+
+ Explicit trigger word(s) — ArsMovieStill, movie still from a 60s
|
| 154 |
+
psychedelic movie, — so the effect can be turned on and off from the
|
| 155 |
+
prompt. [source: model metadata]
|
| 156 |
+
+ Compact at 218 MB — cheap to stack with other LoRAs. [source: file
|
| 157 |
+
size]
|
| 158 |
+
|
| 159 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 160 |
+
CONS & CAVEATS
|
| 161 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 162 |
+
- Author never states which generation mode it was trained for; test
|
| 163 |
+
against your own workflow before relying on it. [source: description]
|
| 164 |
+
|
| 165 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 166 |
+
COMPATIBILITY WARNING
|
| 167 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 168 |
+
Silent degradation, never a hard error, between Raw and Turbo. The two
|
| 169 |
+
share one architecture - ai-toolkit's config is commented "The reference
|
| 170 |
+
'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)" - so
|
| 171 |
+
every LoRA tensor shape matches on both and ComfyUI/diffusers will load an
|
| 172 |
+
adapter against either without complaint. The lvladikov 4-step LoRA card
|
| 173 |
+
states this for the reverse direction: "Every layer it targets also exists
|
| 174 |
+
in Krea 2 Raw, so it will load there without complaint - but that is a side
|
| 175 |
+
effect of the shared architecture, not a supported mode", and reports
|
| 176 |
+
mixed, subject-dependent results with malformed subjects (duplicated heads,
|
| 177 |
+
fused limbs) at low step counts, needing 14+ steps with Raw's CFG on before
|
| 178 |
+
output is coherent. The intended direction (train on Raw, run on Turbo) is
|
| 179 |
+
officially blessed. The more common practical failure is a settings
|
| 180 |
+
mismatch rather than a weight mismatch: running a Turbo-targeted LoRA at
|
| 181 |
+
Raw's 52 steps + CFG 3.5, or leaving CFG enabled on Turbo, degrades output
|
| 182 |
+
with no warning. Loading a Krea 2 LoRA against a different model family
|
| 183 |
+
entirely (Flux, Qwen-Image, Z-Image) is also not an error - ComfyUI logs
|
| 184 |
+
"lora key not loaded: {key}" per key and generates as if no LoRA were
|
| 185 |
+
applied.
|
| 186 |
+
|
| 187 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 188 |
+
AUTHOR'S DESCRIPTION
|
| 189 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 190 |
+
This LoRA tries to take you into a 60s psychedelic movie
|
| 191 |
+
|
| 192 |
+
The trigger words are ArsMovieStill, movie still from a 60s psychedelic
|
| 193 |
+
movie
|
| 194 |
+
MJ7 Update coming soon: Reworking the dataset from scratch. Enhanced period
|
| 195 |
+
accuracy.
|
| 196 |
+
|
| 197 |
+
V2 Update: The training dataset has been expanded by 300%, significantly
|
| 198 |
+
increasing its scope.
|
| 199 |
+
This update enhances the range of scenes and characters, offering greater
|
| 200 |
+
flexibility.
|
| 201 |
+
|
| 202 |
+
─────────────��─────────────────────────────────────────────────────────────────
|
| 203 |
+
EXAMPLE MEDIA
|
| 204 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 205 |
+
6 preview(s) in ./example_images/ — community results for
|
| 206 |
+
this LoRA. Videos keep a matching _poster.jpg still frame.
|
| 207 |
+
|
| 208 |
+
No prompts are recorded below: CivitAI's public API flags these posts as
|
| 209 |
+
having generation metadata but does not return it, so the prompts cannot be
|
| 210 |
+
scraped. Open the model page to read them.
|
| 211 |
+
|
| 212 |
+
01_image.jpeg (image, 1024x1024)
|
| 213 |
+
02_image.jpeg (image, 1024x1024)
|
| 214 |
+
03_image.jpeg (image, 1024x1024)
|
| 215 |
+
04_image.jpeg (image, 1664x2432)
|
| 216 |
+
05_image.jpeg (image, 1728x2160)
|
| 217 |
+
06_image.jpeg (image, 2160x2704)
|
| 218 |
+
|
| 219 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 220 |
+
HOW TO USE (COMFYUI)
|
| 221 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 222 |
+
1. Update ComfyUI to at least v0.26.0 (released 2026-06-23), which added
|
| 223 |
+
local Krea2 support. For reference-image / style-reference / edit LoRAs you
|
| 224 |
+
need at least v0.29.0 (2026-07-29), which added regular and timestep-zero
|
| 225 |
+
reference images for Krea 2. ModelMergeKrea2 arrived in v0.27.0
|
| 226 |
+
(2026-06-30).
|
| 227 |
+
|
| 228 |
+
2. Put the base stack in place (files from huggingface.co/Comfy-Org/Krea-2,
|
| 229 |
+
which is not gated):
|
| 230 |
+
- ComfyUI/models/diffusion_models/krea2_turbo_fp8_scaled.safetensors
|
| 231 |
+
(documented recommended default; the repo also holds krea2_turbo_bf16,
|
| 232 |
+
_int8_convrot, _mxfp8, _nvfp4 and krea2_raw_bf16 / _fp8_scaled /
|
| 233 |
+
_int8_convrot)
|
| 234 |
+
- ComfyUI/models/text_encoders/qwen3vl_4b_fp8_scaled.safetensors (bf16
|
| 235 |
+
also available)
|
| 236 |
+
- ComfyUI/models/vae/qwen_image_vae.safetensors
|
| 237 |
+
|
| 238 |
+
3. Put the LoRA .safetensors in ComfyUI/models/loras/ - flat, no per-model
|
| 239 |
+
subfolder required.
|
| 240 |
+
|
| 241 |
+
4. Build or load the graph. The official image_krea2_turbo_t2i.json
|
| 242 |
+
template is: UNETLoader (krea2_turbo_fp8_scaled.safetensors) ->
|
| 243 |
+
LoraLoaderModelOnly -> KSampler; CLIPLoader
|
| 244 |
+
(qwen3vl_4b_fp8_scaled.safetensors, type "krea2") -> text encode ->
|
| 245 |
+
KSampler positive, with ConditioningZeroOut into negative; VAELoader
|
| 246 |
+
(qwen_image_vae.safetensors) -> VAEDecode -> SaveImage; EmptyLatentImage
|
| 247 |
+
1024x1024 driven by ResolutionSelector. An int8 sibling template
|
| 248 |
+
(image_krea2_turbo_t2i_int8.json) also ships.
|
| 249 |
+
|
| 250 |
+
5. Load the LoRA with LoraLoaderModelOnly, not LoraLoader - both official
|
| 251 |
+
templates do. Krea 2 LoRAs patch the DiT only; note that the DiT's own
|
| 252 |
+
text_fusion / txtfusion blocks are a normal LoRA target (the official style
|
| 253 |
+
LoRAs patch them), but the Qwen3-VL text encoder itself is not. Set
|
| 254 |
+
strength 1.0 for Krea's official style LoRAs (the shipped template uses
|
| 255 |
+
0.8) and add the LoRA's trigger word to the prompt.
|
| 256 |
+
|
| 257 |
+
6. Sampler settings: steps 8, cfg 1, sampler euler, scheduler simple,
|
| 258 |
+
denoise 1.0. Do not add a ModelSampling node for plain t2i - ComfyUI
|
| 259 |
+
already applies shift 1.15 from Krea2.sampling_settings.
|
| 260 |
+
|
| 261 |
+
7. For style reference, use the dedicated template: UNETLoader
|
| 262 |
+
krea2_turbo_int8_convrot.safetensors, LoraLoaderModelOnly
|
| 263 |
+
krea2_style_reference.safetensors at 1.0, ModelSamplingFlux (1.15, 0.5),
|
| 264 |
+
TextEncodeQwenImageEditPlus fed by LoadImage,
|
| 265 |
+
FluxKontextMultiReferenceLatentMethod set to index_timestep_zero, and
|
| 266 |
+
SamplerCustomAdvanced with KSamplerSelect euler + BasicScheduler simple/8 +
|
| 267 |
+
CFGGuider cfg 1.
|
| 268 |
+
|
| 269 |
+
8. For instruction editing (Krea 2 Identity Edit), stock nodes are not
|
| 270 |
+
enough: install the ComfyUI-Krea2Edit node pack, which ships its own
|
| 271 |
+
workflows, and run Turbo at 8-12 steps / cfg 1 (or Raw at 20 steps / cfg 3
|
| 272 |
+
for removals) with LoRA strength 1.0.
|
| 273 |
+
|
| 274 |
+
9. Low-VRAM alternative: install city96's ComfyUI-GGUF and use a community
|
| 275 |
+
GGUF build (realrebelai/KREA-2_GGUFs, quantized from Turbo;
|
| 276 |
+
molbal/krea2-gguf, quantized from Raw) with the Unet Loader (GGUF) node in
|
| 277 |
+
place of UNETLoader. There is no official GGUF release. LoRA loading is
|
| 278 |
+
unchanged.
|
| 279 |
+
|
| 280 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 281 |
+
Scraped by lorakit on 2026-09-05 00:13 UTC.
|
| 282 |
+
Stats and description are the author's; pros/cons are derived from the
|
| 283 |
+
evidence tagged beside each line.
|
| 284 |
+
─────────────────────────────────────────────���─────────────────────────────────
|
60s-psychedelic-movie/metadata.json
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "60s Psychedelic Movie",
|
| 3 |
+
"slug": "60s-psychedelic-movie",
|
| 4 |
+
"base_model": "Krea 2",
|
| 5 |
+
"media_type": "image",
|
| 6 |
+
"model_id": 878199,
|
| 7 |
+
"version_id": 3129133,
|
| 8 |
+
"version_name": "Krea2",
|
| 9 |
+
"source": "civitai",
|
| 10 |
+
"url": "https://civitai.com/models/878199",
|
| 11 |
+
"repo_id": null,
|
| 12 |
+
"file_path": null,
|
| 13 |
+
"author": "ArsMachina",
|
| 14 |
+
"category": {
|
| 15 |
+
"key": "style",
|
| 16 |
+
"label": "Visual style"
|
| 17 |
+
},
|
| 18 |
+
"modalities": [],
|
| 19 |
+
"primary_modality": "unspecified",
|
| 20 |
+
"checkpoint_family": "unknown",
|
| 21 |
+
"trigger_words": [
|
| 22 |
+
"ArsMovieStill, movie still from a 60s psychedelic movie,"
|
| 23 |
+
],
|
| 24 |
+
"recommended_settings": {},
|
| 25 |
+
"chaining": {
|
| 26 |
+
"author": {
|
| 27 |
+
"stacks": "not stated",
|
| 28 |
+
"notes": "",
|
| 29 |
+
"avoid": [],
|
| 30 |
+
"requires": [],
|
| 31 |
+
"order": "",
|
| 32 |
+
"strength": "",
|
| 33 |
+
"stated": false
|
| 34 |
+
},
|
| 35 |
+
"general_rules": [
|
| 36 |
+
"The most important rule is not about chaining but about which checkpoint you chain onto: the official README says in bold \"TRAIN on Raw and RUN on Turbo\", and \"We highly recommend using RAW for training LoRAs and applying them on Turbo for inference.\" LoRAs trained on Raw are stated to work well on Turbo.",
|
| 37 |
+
"Chain with LoraLoaderModelOnly nodes in series (model -> model). Krea 2 LoRAs are DiT-only, so there is no CLIP side to chain and the text-encoder branch stays untouched however many LoRAs you add.",
|
| 38 |
+
"Krea 2 LoRAs stack in practice and the community treats multi-LoRA as routine - style + character, style + slider, realism + character. Several CivitAI Krea 2 authors state their LoRAs stack cleanly; one writes \"I recently stacked over 20 of my own LoRAs on a single generation and the output still came out great.\"",
|
| 39 |
+
"Reduce per-LoRA strength when stacking. CivitAI Krea 2 authors converge on dropping from ~1.0 to roughly 0.6-0.9 once more than one adapter is loaded. The CivitAI 12GB training guide also notes rank affects composability: \"rank 8 produced a lighter style influence that was easier to stack with other LoRAs, rank 16 provided a useful balance between concept strength and composability, and rank 32 was better suited to a precise object or concept intended to take priority over other stacked LoRAs.\"",
|
| 40 |
+
"Accelerator LoRAs are position-sensitive in intent, not in node order: a Raw-to-Turbo delta adapter belongs on the Raw checkpoint, a sub-8-step LoRA belongs on Turbo (or on Raw already carrying a Raw-to-Turbo adapter). Chaining Raw -> Raw-to-Turbo adapter -> 4-step LoRA is explicitly recommended by the 4-step LoRA's author.",
|
| 41 |
+
"Whatever you stack, the schedule must stay Turbo's: cfg 1.0 in ComfyUI (guidance 0.0 in diffusers) and mu/shift 1.15. The 4-step LoRA's card says \"Keep mu = 1.15. The training targets are anchored to that grid; a different shift moves the [sampler off them]\"; the same reasoning applies to any Turbo-trained adapter in the chain.",
|
| 42 |
+
"Reference/edit LoRAs are designed to be stacked under ordinary subject and style LoRAs - the Identity Edit card states \"Composes with your LoRAs: character/body/style LoRAs stack on top and steer the prior\" and recommends a stacked subject LoRA when unusual subjects drift toward the base prior.",
|
| 43 |
+
"Krea 2 LoRAs cannot be chained with LoRAs for any other base model. Many CivitAI pages carry multi-model titles like \"(Krea-2 + ZIT)\" or \"[Flux | ZIB | Krea2]\" - those are separate files for separate architectures shipped under one model page, not a combined adapter.",
|
| 44 |
+
"To combine two full Krea 2 checkpoints rather than adapters, ComfyUI ships a dedicated ModelMergeKrea2 node (added in v0.27.0) with per-section weights for first., tmlp., txtmlp., tproj., txtfusion.projector, txtfusion.layerwise_blocks.0-1, txtfusion.refiner_blocks.0-1, blocks.0-27 and last.",
|
| 45 |
+
"The author never states which weight family this targets. Silent degradation, never a hard error, between Raw and Turbo. The two share one architecture - ai-toolkit's config is commented \"The reference 'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)\" - so every LoRA tensor shape matches on both and ComfyUI/diffuser"
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"pros": [
|
| 49 |
+
"Widely adopted — 11,997 downloads. [source: CivitAI stats]",
|
| 50 |
+
"Positively received — 870 thumbs-up with no down-votes. [source: CivitAI stats]",
|
| 51 |
+
"Explicit trigger word(s) — ArsMovieStill, movie still from a 60s psychedelic movie, — so the effect can be turned on and off from the prompt. [source: model metadata]",
|
| 52 |
+
"Compact at 218 MB — cheap to stack with other LoRAs. [source: file size]"
|
| 53 |
+
],
|
| 54 |
+
"cons": [
|
| 55 |
+
"Author never states which generation mode it was trained for; test against your own workflow before relying on it. [source: description]"
|
| 56 |
+
],
|
| 57 |
+
"file": {
|
| 58 |
+
"name": "60sPsyKrea2Raw.safetensors",
|
| 59 |
+
"size_bytes": 228587728,
|
| 60 |
+
"size_mb": 218.0,
|
| 61 |
+
"sha256": "fd1d53eb64721ef82770c8364d9f27e9f56d56eaa88c263bc5f0781eaba9765b"
|
| 62 |
+
},
|
| 63 |
+
"stats": {
|
| 64 |
+
"downloads": 11997,
|
| 65 |
+
"thumbs_up": 870,
|
| 66 |
+
"thumbs_down": 0
|
| 67 |
+
},
|
| 68 |
+
"popularity": {
|
| 69 |
+
"downloads": 11997,
|
| 70 |
+
"thumbs_up": 870,
|
| 71 |
+
"thumbs_down": 0,
|
| 72 |
+
"comments": 0,
|
| 73 |
+
"approval": "100% positive (870/870)",
|
| 74 |
+
"age_days": 36.6,
|
| 75 |
+
"downloads_per_day": 25.64,
|
| 76 |
+
"rank_by_downloads": 46,
|
| 77 |
+
"rank_by_momentum": 86,
|
| 78 |
+
"of_total": 150,
|
| 79 |
+
"adoption_tier": "Moderate",
|
| 80 |
+
"momentum": "Long tail · fresh release"
|
| 81 |
+
},
|
| 82 |
+
"selection_score": 22837.0,
|
| 83 |
+
"selection_reasons": [
|
| 84 |
+
"11,997 downloads",
|
| 85 |
+
"870 thumbs-up",
|
| 86 |
+
"documented triggers + usage notes",
|
| 87 |
+
"top-ranked for its category"
|
| 88 |
+
],
|
| 89 |
+
"example_media": [
|
| 90 |
+
{
|
| 91 |
+
"file": "01_image.jpeg",
|
| 92 |
+
"type": "image",
|
| 93 |
+
"resolution": "1024x1024",
|
| 94 |
+
"prompt": ""
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"file": "02_image.jpeg",
|
| 98 |
+
"type": "image",
|
| 99 |
+
"resolution": "1024x1024",
|
| 100 |
+
"prompt": ""
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"file": "03_image.jpeg",
|
| 104 |
+
"type": "image",
|
| 105 |
+
"resolution": "1024x1024",
|
| 106 |
+
"prompt": ""
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"file": "04_image.jpeg",
|
| 110 |
+
"type": "image",
|
| 111 |
+
"resolution": "1664x2432",
|
| 112 |
+
"prompt": ""
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"file": "05_image.jpeg",
|
| 116 |
+
"type": "image",
|
| 117 |
+
"resolution": "1728x2160",
|
| 118 |
+
"prompt": ""
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"file": "06_image.jpeg",
|
| 122 |
+
"type": "image",
|
| 123 |
+
"resolution": "2160x2704",
|
| 124 |
+
"prompt": ""
|
| 125 |
+
}
|
| 126 |
+
],
|
| 127 |
+
"tags": [
|
| 128 |
+
"movie",
|
| 129 |
+
"still",
|
| 130 |
+
"style"
|
| 131 |
+
],
|
| 132 |
+
"scraped_at": "2026-09-05T00:13:30+00:00",
|
| 133 |
+
"path": "krea-2/60s-psychedelic-movie"
|
| 134 |
+
}
|
70s-sci-fi-movie/70sSCiFiKrea2Raw.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d0cfed436f4dd838238779adc9e1da910021885a8ca402f7a4db169cb185c3c
|
| 3 |
+
size 228587728
|
70s-sci-fi-movie/example_images/01_image.jpeg
ADDED
|
Git LFS Details
|
70s-sci-fi-movie/example_images/02_image.jpeg
ADDED
|
Git LFS Details
|
70s-sci-fi-movie/example_images/03_image.jpeg
ADDED
|
Git LFS Details
|
70s-sci-fi-movie/example_images/04_image.jpeg
ADDED
|
Git LFS Details
|
70s-sci-fi-movie/example_images/05_image.jpeg
ADDED
|
Git LFS Details
|
70s-sci-fi-movie/example_images/06_image.jpeg
ADDED
|
Git LFS Details
|
70s-sci-fi-movie/info.txt
ADDED
|
@@ -0,0 +1,279 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 2 |
+
70S SCI-FI MOVIE
|
| 3 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 4 |
+
|
| 5 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 6 |
+
IDENTITY
|
| 7 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 8 |
+
Base model Krea 2
|
| 9 |
+
Generation mode not declared by the author
|
| 10 |
+
Checkpoint not determined — verify before use
|
| 11 |
+
Category Visual style
|
| 12 |
+
Author ArsMachina
|
| 13 |
+
Source https://civitai.com/models/995002
|
| 14 |
+
Provenance CivitAI · model 995002 · version 3129771
|
| 15 |
+
|
| 16 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 17 |
+
WEIGHTS
|
| 18 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 19 |
+
File 70sSCiFiKrea2Raw.safetensors
|
| 20 |
+
Version Krea2
|
| 21 |
+
Size 218.0 MB
|
| 22 |
+
Format SafeTensor / unknown precision
|
| 23 |
+
SHA256 8d0cfed436f4dd838238779adc9e1da910021885a8ca402f7a4db169cb185c3c
|
| 24 |
+
Published 2026-07-30
|
| 25 |
+
|
| 26 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 27 |
+
TRIGGER WORDS
|
| 28 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 29 |
+
› "ArsMovieStill, movie still from a 1970s technicolor Sci-Fi movie,"
|
| 30 |
+
|
| 31 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 32 |
+
RECOMMENDED SETTINGS
|
| 33 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 34 |
+
The author did not publish specific settings.
|
| 35 |
+
No author settings were published. Community baseline: steps Turbo: 8
|
| 36 |
+
(official README and HF card CLI example; the ComfyUI template ships 8).
|
| 37 |
+
Raw: 52 (official README). The krea-2 CLI's generic default is 28.
|
| 38 |
+
Community Turbo LoRAs commonly suggest 8-12 (e.g. the Identity Edit card
|
| 39 |
+
recommends Turbo at 8-12, or Raw at 20 for removals). A community 4-step
|
| 40 |
+
LoRA on Turbo makes 4 valid; its author calls 2 steps an out-of-spec
|
| 41 |
+
preview mode., cfg Turbo: CFG disabled - guidance_scale 0.0 in diffusers
|
| 42 |
+
and --cfg 0.0 in the krea-2 CLI, which is cfg 1.0 in ComfyUI's KSampler
|
| 43 |
+
(the official template ships cfg 1). These are the same thing; do not set
|
| 44 |
+
ComfyUI cfg to 0. Raw: CFG 3.5 (official README; CLI generic default 4.5).
|
| 45 |
+
Negative prompting on Turbo is effectively unused - the official templates
|
| 46 |
+
route ConditioningZeroOut into the negative slot., sampler ComfyUI:
|
| 47 |
+
KSampler with sampler euler, scheduler simple, denoise 1.0 (verified in
|
| 48 |
+
image_krea2_turbo_t2i.json: [seed, 'randomize', 8, 1, 'euler', 'simple',
|
| 49 |
+
1]). Timestep shift mu = 1.15 for Turbo; ComfyUI bakes this in via
|
| 50 |
+
Krea2.sampling_settings = {"multiplier": 1.0, "shift": 1.15}, so the plain
|
| 51 |
+
t2i template needs no ModelSampling node, while the style-reference
|
| 52 |
+
template adds ModelSamplingFlux at max_shift 1.15 / base_shift 0.5. The CLI
|
| 53 |
+
exposes --mu 1.15 for Turbo; Raw uses a resolution-derived mu interpolated
|
| 54 |
+
between --y1 0.5 and --y2 1.15 (ai-toolkit mirrors this as base_shift 0.5 /
|
| 55 |
+
max_shift 1.15 over image_seq_len 256-6400, exponential time shift).,
|
| 56 |
+
resolution 1024x1024 default. Turbo: 1K-2K (the official CLI example
|
| 57 |
+
generates 2048x2048; ComfyUI's ResolutionSelector defaults to 1 megapixel,
|
| 58 |
+
set 2.0 for 2K). Raw: "trained to generate upto 1k resolution".
|
| 59 |
+
Width/height are padded up to a multiple of 16., lora_strength 1.0 for
|
| 60 |
+
Krea's nine official style LoRAs (docs.comfy.org lists Recommended Strength
|
| 61 |
+
1.0 for every one), though the shipped t2i template's LoraLoaderModelOnly
|
| 62 |
+
is set to 0.8. The style-reference LoRA is used at 1.0 in its template. The
|
| 63 |
+
4-step distill LoRA documents 1.0 as its trained point, 1.0-1.5 as coherent
|
| 64 |
+
extrapolation and above ~1.5 as speckle artefacting. Community subject
|
| 65 |
+
LoRAs are typically recommended around 0.8-1.2 and dropped toward 0.6-0.9
|
| 66 |
+
when several are stacked..
|
| 67 |
+
|
| 68 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 69 |
+
ADOPTION & POPULARITY
|
| 70 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 71 |
+
Downloads 12,163
|
| 72 |
+
Rating 100% positive (833/833)
|
| 73 |
+
Comments 0
|
| 74 |
+
Published 37 days ago
|
| 75 |
+
Download rate 23.7/day since release
|
| 76 |
+
|
| 77 |
+
Adoption rank #44 of 150 in this collection (Moderate)
|
| 78 |
+
Momentum rank #88 of 150 by download rate (Long tail · fresh release)
|
| 79 |
+
|
| 80 |
+
Adoption tier is the percentile of total downloads within this collection;
|
| 81 |
+
momentum is the percentile of downloads-per-day since release. Momentum is
|
| 82 |
+
ranked rather than measured against a fixed rate, because this base model
|
| 83 |
+
is itself new and every LoRA looks fast on an absolute scale. Both numbers
|
| 84 |
+
are CivitAI's, read on the scrape date at the foot of this file.
|
| 85 |
+
|
| 86 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 87 |
+
CHAINING / STACKING
|
| 88 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 89 |
+
Stacks with others not stated
|
| 90 |
+
|
| 91 |
+
The author gave no chaining guidance. The rules below are the
|
| 92 |
+
general Krea 2 ones, not anything specific to this LoRA.
|
| 93 |
+
|
| 94 |
+
General Krea 2 rules that apply here (see REFERENCE.txt):
|
| 95 |
+
|
| 96 |
+
• The most important rule is not about chaining but about which
|
| 97 |
+
checkpoint you chain onto: the official README says in bold "TRAIN on
|
| 98 |
+
Raw and RUN on Turbo", and "We highly recommend using RAW for training
|
| 99 |
+
LoRAs and applying them on Turbo for inference." LoRAs trained on Raw
|
| 100 |
+
are stated to work well on Turbo.
|
| 101 |
+
• Chain with LoraLoaderModelOnly nodes in series (model -> model). Krea 2
|
| 102 |
+
LoRAs are DiT-only, so there is no CLIP side to chain and the text-
|
| 103 |
+
encoder branch stays untouched however many LoRAs you add.
|
| 104 |
+
• Krea 2 LoRAs stack in practice and the community treats multi-LoRA as
|
| 105 |
+
routine - style + character, style + slider, realism + character.
|
| 106 |
+
Several CivitAI Krea 2 authors state their LoRAs stack cleanly; one
|
| 107 |
+
writes "I recently stacked over 20 of my own LoRAs on a single
|
| 108 |
+
generation and the output still came out great."
|
| 109 |
+
• Reduce per-LoRA strength when stacking. CivitAI Krea 2 authors converge
|
| 110 |
+
on dropping from ~1.0 to roughly 0.6-0.9 once more than one adapter is
|
| 111 |
+
loaded. The CivitAI 12GB training guide also notes rank affects
|
| 112 |
+
composability: "rank 8 produced a lighter style influence that was
|
| 113 |
+
easier to stack with other LoRAs, rank 16 provided a useful balance
|
| 114 |
+
between concept strength and composability, and rank 32 was better
|
| 115 |
+
suited to a precise object or concept intended to take priority over
|
| 116 |
+
other stacked LoRAs."
|
| 117 |
+
• Accelerator LoRAs are position-sensitive in intent, not in node order:
|
| 118 |
+
a Raw-to-Turbo delta adapter belongs on the Raw checkpoint, a
|
| 119 |
+
sub-8-step LoRA belongs on Turbo (or on Raw already carrying a Raw-to-
|
| 120 |
+
Turbo adapter). Chaining Raw -> Raw-to-Turbo adapter -> 4-step LoRA is
|
| 121 |
+
explicitly recommended by the 4-step LoRA's author.
|
| 122 |
+
• Whatever you stack, the schedule must stay Turbo's: cfg 1.0 in ComfyUI
|
| 123 |
+
(guidance 0.0 in diffusers) and mu/shift 1.15. The 4-step LoRA's card
|
| 124 |
+
says "Keep mu = 1.15. The training targets are anchored to that grid; a
|
| 125 |
+
different shift moves the [sampler off them]"; the same reasoning
|
| 126 |
+
applies to any Turbo-trained adapter in the chain.
|
| 127 |
+
• Reference/edit LoRAs are designed to be stacked under ordinary subject
|
| 128 |
+
and style LoRAs - the Identity Edit card states "Composes with your
|
| 129 |
+
LoRAs: character/body/style LoRAs stack on top and steer the prior" and
|
| 130 |
+
recommends a stacked subject LoRA when unusual subjects drift toward
|
| 131 |
+
the base prior.
|
| 132 |
+
• Krea 2 LoRAs cannot be chained with LoRAs for any other base model.
|
| 133 |
+
Many CivitAI pages carry multi-model titles like "(Krea-2 + ZIT)" or
|
| 134 |
+
"[Flux | ZIB | Krea2]" - those are separate files for separate
|
| 135 |
+
architectures shipped under one model page, not a combined adapter.
|
| 136 |
+
• To combine two full Krea 2 checkpoints rather than adapters, ComfyUI
|
| 137 |
+
ships a dedicated ModelMergeKrea2 node (added in v0.27.0) with per-
|
| 138 |
+
section weights for first., tmlp., txtmlp., tproj.,
|
| 139 |
+
txtfusion.projector, txtfusion.layerwise_blocks.0-1,
|
| 140 |
+
txtfusion.refiner_blocks.0-1, blocks.0-27 and last.
|
| 141 |
+
• The author never states which weight family this targets. Silent
|
| 142 |
+
degradation, never a hard error, between Raw and Turbo. The two share
|
| 143 |
+
one architecture - ai-toolkit's config is commented "The reference
|
| 144 |
+
'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)"
|
| 145 |
+
- so every LoRA tensor shape matches on both and ComfyUI/diffuser
|
| 146 |
+
|
| 147 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 148 |
+
PROS
|
| 149 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 150 |
+
+ Widely adopted — 12,163 downloads. [source: CivitAI stats]
|
| 151 |
+
+ Positively received — 833 thumbs-up with no down-votes. [source:
|
| 152 |
+
CivitAI stats]
|
| 153 |
+
+ Explicit trigger word(s) — ArsMovieStill, movie still from a 1970s
|
| 154 |
+
technicolor Sci-Fi movie, — so the effect can be turned on and off from
|
| 155 |
+
the prompt. [source: model metadata]
|
| 156 |
+
+ Compact at 218 MB — cheap to stack with other LoRAs. [source: file
|
| 157 |
+
size]
|
| 158 |
+
|
| 159 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 160 |
+
CONS & CAVEATS
|
| 161 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 162 |
+
- Author never states which generation mode it was trained for; test
|
| 163 |
+
against your own workflow before relying on it. [source: description]
|
| 164 |
+
|
| 165 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 166 |
+
COMPATIBILITY WARNING
|
| 167 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 168 |
+
Silent degradation, never a hard error, between Raw and Turbo. The two
|
| 169 |
+
share one architecture - ai-toolkit's config is commented "The reference
|
| 170 |
+
'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)" - so
|
| 171 |
+
every LoRA tensor shape matches on both and ComfyUI/diffusers will load an
|
| 172 |
+
adapter against either without complaint. The lvladikov 4-step LoRA card
|
| 173 |
+
states this for the reverse direction: "Every layer it targets also exists
|
| 174 |
+
in Krea 2 Raw, so it will load there without complaint - but that is a side
|
| 175 |
+
effect of the shared architecture, not a supported mode", and reports
|
| 176 |
+
mixed, subject-dependent results with malformed subjects (duplicated heads,
|
| 177 |
+
fused limbs) at low step counts, needing 14+ steps with Raw's CFG on before
|
| 178 |
+
output is coherent. The intended direction (train on Raw, run on Turbo) is
|
| 179 |
+
officially blessed. The more common practical failure is a settings
|
| 180 |
+
mismatch rather than a weight mismatch: running a Turbo-targeted LoRA at
|
| 181 |
+
Raw's 52 steps + CFG 3.5, or leaving CFG enabled on Turbo, degrades output
|
| 182 |
+
with no warning. Loading a Krea 2 LoRA against a different model family
|
| 183 |
+
entirely (Flux, Qwen-Image, Z-Image) is also not an error - ComfyUI logs
|
| 184 |
+
"lora key not loaded: {key}" per key and generates as if no LoRA were
|
| 185 |
+
applied.
|
| 186 |
+
|
| 187 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 188 |
+
AUTHOR'S DESCRIPTION
|
| 189 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 190 |
+
MJ7 Update: A new version recreated using MidJourney V7.
|
| 191 |
+
It is more "true" to the era/movie style, but to achieve this I have almost
|
| 192 |
+
removed my "signiture look and feel" that is present in V1.
|
| 193 |
+
This LoRA aesthetic is aimed at the early 70s Sci-fi movies .
|
| 194 |
+
The trigger words are ArsMovieStill, movie still from a 1970s technicolor
|
| 195 |
+
Sci-Fi movie
|
| 196 |
+
|
| 197 |
+
─────────────────────────────────���─────────────────────────────────────────────
|
| 198 |
+
EXAMPLE MEDIA
|
| 199 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 200 |
+
6 preview(s) in ./example_images/ — community results for
|
| 201 |
+
this LoRA. Videos keep a matching _poster.jpg still frame.
|
| 202 |
+
|
| 203 |
+
No prompts are recorded below: CivitAI's public API flags these posts as
|
| 204 |
+
having generation metadata but does not return it, so the prompts cannot be
|
| 205 |
+
scraped. Open the model page to read them.
|
| 206 |
+
|
| 207 |
+
01_image.jpeg (image, 1024x1024)
|
| 208 |
+
02_image.jpeg (image, 1024x1024)
|
| 209 |
+
03_image.jpeg (image, 1080x1445)
|
| 210 |
+
04_image.jpeg (image, 1024x1024)
|
| 211 |
+
05_image.jpeg (image, 1024x1024)
|
| 212 |
+
06_image.jpeg (image, 1024x1024)
|
| 213 |
+
|
| 214 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 215 |
+
HOW TO USE (COMFYUI)
|
| 216 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 217 |
+
1. Update ComfyUI to at least v0.26.0 (released 2026-06-23), which added
|
| 218 |
+
local Krea2 support. For reference-image / style-reference / edit LoRAs you
|
| 219 |
+
need at least v0.29.0 (2026-07-29), which added regular and timestep-zero
|
| 220 |
+
reference images for Krea 2. ModelMergeKrea2 arrived in v0.27.0
|
| 221 |
+
(2026-06-30).
|
| 222 |
+
|
| 223 |
+
2. Put the base stack in place (files from huggingface.co/Comfy-Org/Krea-2,
|
| 224 |
+
which is not gated):
|
| 225 |
+
- ComfyUI/models/diffusion_models/krea2_turbo_fp8_scaled.safetensors
|
| 226 |
+
(documented recommended default; the repo also holds krea2_turbo_bf16,
|
| 227 |
+
_int8_convrot, _mxfp8, _nvfp4 and krea2_raw_bf16 / _fp8_scaled /
|
| 228 |
+
_int8_convrot)
|
| 229 |
+
- ComfyUI/models/text_encoders/qwen3vl_4b_fp8_scaled.safetensors (bf16
|
| 230 |
+
also available)
|
| 231 |
+
- ComfyUI/models/vae/qwen_image_vae.safetensors
|
| 232 |
+
|
| 233 |
+
3. Put the LoRA .safetensors in ComfyUI/models/loras/ - flat, no per-model
|
| 234 |
+
subfolder required.
|
| 235 |
+
|
| 236 |
+
4. Build or load the graph. The official image_krea2_turbo_t2i.json
|
| 237 |
+
template is: UNETLoader (krea2_turbo_fp8_scaled.safetensors) ->
|
| 238 |
+
LoraLoaderModelOnly -> KSampler; CLIPLoader
|
| 239 |
+
(qwen3vl_4b_fp8_scaled.safetensors, type "krea2") -> text encode ->
|
| 240 |
+
KSampler positive, with ConditioningZeroOut into negative; VAELoader
|
| 241 |
+
(qwen_image_vae.safetensors) -> VAEDecode -> SaveImage; EmptyLatentImage
|
| 242 |
+
1024x1024 driven by ResolutionSelector. An int8 sibling template
|
| 243 |
+
(image_krea2_turbo_t2i_int8.json) also ships.
|
| 244 |
+
|
| 245 |
+
5. Load the LoRA with LoraLoaderModelOnly, not LoraLoader - both official
|
| 246 |
+
templates do. Krea 2 LoRAs patch the DiT only; note that the DiT's own
|
| 247 |
+
text_fusion / txtfusion blocks are a normal LoRA target (the official style
|
| 248 |
+
LoRAs patch them), but the Qwen3-VL text encoder itself is not. Set
|
| 249 |
+
strength 1.0 for Krea's official style LoRAs (the shipped template uses
|
| 250 |
+
0.8) and add the LoRA's trigger word to the prompt.
|
| 251 |
+
|
| 252 |
+
6. Sampler settings: steps 8, cfg 1, sampler euler, scheduler simple,
|
| 253 |
+
denoise 1.0. Do not add a ModelSampling node for plain t2i - ComfyUI
|
| 254 |
+
already applies shift 1.15 from Krea2.sampling_settings.
|
| 255 |
+
|
| 256 |
+
7. For style reference, use the dedicated template: UNETLoader
|
| 257 |
+
krea2_turbo_int8_convrot.safetensors, LoraLoaderModelOnly
|
| 258 |
+
krea2_style_reference.safetensors at 1.0, ModelSamplingFlux (1.15, 0.5),
|
| 259 |
+
TextEncodeQwenImageEditPlus fed by LoadImage,
|
| 260 |
+
FluxKontextMultiReferenceLatentMethod set to index_timestep_zero, and
|
| 261 |
+
SamplerCustomAdvanced with KSamplerSelect euler + BasicScheduler simple/8 +
|
| 262 |
+
CFGGuider cfg 1.
|
| 263 |
+
|
| 264 |
+
8. For instruction editing (Krea 2 Identity Edit), stock nodes are not
|
| 265 |
+
enough: install the ComfyUI-Krea2Edit node pack, which ships its own
|
| 266 |
+
workflows, and run Turbo at 8-12 steps / cfg 1 (or Raw at 20 steps / cfg 3
|
| 267 |
+
for removals) with LoRA strength 1.0.
|
| 268 |
+
|
| 269 |
+
9. Low-VRAM alternative: install city96's ComfyUI-GGUF and use a community
|
| 270 |
+
GGUF build (realrebelai/KREA-2_GGUFs, quantized from Turbo;
|
| 271 |
+
molbal/krea2-gguf, quantized from Raw) with the Unet Loader (GGUF) node in
|
| 272 |
+
place of UNETLoader. There is no official GGUF release. LoRA loading is
|
| 273 |
+
unchanged.
|
| 274 |
+
|
| 275 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 276 |
+
Scraped by lorakit on 2026-09-05 00:13 UTC.
|
| 277 |
+
Stats and description are the author's; pros/cons are derived from the
|
| 278 |
+
evidence tagged beside each line.
|
| 279 |
+
───────────────────────────────────────────────────────────────────────────────
|
70s-sci-fi-movie/metadata.json
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "70s Sci-Fi Movie",
|
| 3 |
+
"slug": "70s-sci-fi-movie",
|
| 4 |
+
"base_model": "Krea 2",
|
| 5 |
+
"media_type": "image",
|
| 6 |
+
"model_id": 995002,
|
| 7 |
+
"version_id": 3129771,
|
| 8 |
+
"version_name": "Krea2",
|
| 9 |
+
"source": "civitai",
|
| 10 |
+
"url": "https://civitai.com/models/995002",
|
| 11 |
+
"repo_id": null,
|
| 12 |
+
"file_path": null,
|
| 13 |
+
"author": "ArsMachina",
|
| 14 |
+
"category": {
|
| 15 |
+
"key": "style",
|
| 16 |
+
"label": "Visual style"
|
| 17 |
+
},
|
| 18 |
+
"modalities": [],
|
| 19 |
+
"primary_modality": "unspecified",
|
| 20 |
+
"checkpoint_family": "unknown",
|
| 21 |
+
"trigger_words": [
|
| 22 |
+
"ArsMovieStill, movie still from a 1970s technicolor Sci-Fi movie,"
|
| 23 |
+
],
|
| 24 |
+
"recommended_settings": {},
|
| 25 |
+
"chaining": {
|
| 26 |
+
"author": {
|
| 27 |
+
"stacks": "not stated",
|
| 28 |
+
"notes": "",
|
| 29 |
+
"avoid": [],
|
| 30 |
+
"requires": [],
|
| 31 |
+
"order": "",
|
| 32 |
+
"strength": "",
|
| 33 |
+
"stated": false
|
| 34 |
+
},
|
| 35 |
+
"general_rules": [
|
| 36 |
+
"The most important rule is not about chaining but about which checkpoint you chain onto: the official README says in bold \"TRAIN on Raw and RUN on Turbo\", and \"We highly recommend using RAW for training LoRAs and applying them on Turbo for inference.\" LoRAs trained on Raw are stated to work well on Turbo.",
|
| 37 |
+
"Chain with LoraLoaderModelOnly nodes in series (model -> model). Krea 2 LoRAs are DiT-only, so there is no CLIP side to chain and the text-encoder branch stays untouched however many LoRAs you add.",
|
| 38 |
+
"Krea 2 LoRAs stack in practice and the community treats multi-LoRA as routine - style + character, style + slider, realism + character. Several CivitAI Krea 2 authors state their LoRAs stack cleanly; one writes \"I recently stacked over 20 of my own LoRAs on a single generation and the output still came out great.\"",
|
| 39 |
+
"Reduce per-LoRA strength when stacking. CivitAI Krea 2 authors converge on dropping from ~1.0 to roughly 0.6-0.9 once more than one adapter is loaded. The CivitAI 12GB training guide also notes rank affects composability: \"rank 8 produced a lighter style influence that was easier to stack with other LoRAs, rank 16 provided a useful balance between concept strength and composability, and rank 32 was better suited to a precise object or concept intended to take priority over other stacked LoRAs.\"",
|
| 40 |
+
"Accelerator LoRAs are position-sensitive in intent, not in node order: a Raw-to-Turbo delta adapter belongs on the Raw checkpoint, a sub-8-step LoRA belongs on Turbo (or on Raw already carrying a Raw-to-Turbo adapter). Chaining Raw -> Raw-to-Turbo adapter -> 4-step LoRA is explicitly recommended by the 4-step LoRA's author.",
|
| 41 |
+
"Whatever you stack, the schedule must stay Turbo's: cfg 1.0 in ComfyUI (guidance 0.0 in diffusers) and mu/shift 1.15. The 4-step LoRA's card says \"Keep mu = 1.15. The training targets are anchored to that grid; a different shift moves the [sampler off them]\"; the same reasoning applies to any Turbo-trained adapter in the chain.",
|
| 42 |
+
"Reference/edit LoRAs are designed to be stacked under ordinary subject and style LoRAs - the Identity Edit card states \"Composes with your LoRAs: character/body/style LoRAs stack on top and steer the prior\" and recommends a stacked subject LoRA when unusual subjects drift toward the base prior.",
|
| 43 |
+
"Krea 2 LoRAs cannot be chained with LoRAs for any other base model. Many CivitAI pages carry multi-model titles like \"(Krea-2 + ZIT)\" or \"[Flux | ZIB | Krea2]\" - those are separate files for separate architectures shipped under one model page, not a combined adapter.",
|
| 44 |
+
"To combine two full Krea 2 checkpoints rather than adapters, ComfyUI ships a dedicated ModelMergeKrea2 node (added in v0.27.0) with per-section weights for first., tmlp., txtmlp., tproj., txtfusion.projector, txtfusion.layerwise_blocks.0-1, txtfusion.refiner_blocks.0-1, blocks.0-27 and last.",
|
| 45 |
+
"The author never states which weight family this targets. Silent degradation, never a hard error, between Raw and Turbo. The two share one architecture - ai-toolkit's config is commented \"The reference 'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)\" - so every LoRA tensor shape matches on both and ComfyUI/diffuser"
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"pros": [
|
| 49 |
+
"Widely adopted — 12,163 downloads. [source: CivitAI stats]",
|
| 50 |
+
"Positively received — 833 thumbs-up with no down-votes. [source: CivitAI stats]",
|
| 51 |
+
"Explicit trigger word(s) — ArsMovieStill, movie still from a 1970s technicolor Sci-Fi movie, — so the effect can be turned on and off from the prompt. [source: model metadata]",
|
| 52 |
+
"Compact at 218 MB — cheap to stack with other LoRAs. [source: file size]"
|
| 53 |
+
],
|
| 54 |
+
"cons": [
|
| 55 |
+
"Author never states which generation mode it was trained for; test against your own workflow before relying on it. [source: description]"
|
| 56 |
+
],
|
| 57 |
+
"file": {
|
| 58 |
+
"name": "70sSCiFiKrea2Raw.safetensors",
|
| 59 |
+
"size_bytes": 228587728,
|
| 60 |
+
"size_mb": 218.0,
|
| 61 |
+
"sha256": "8d0cfed436f4dd838238779adc9e1da910021885a8ca402f7a4db169cb185c3c"
|
| 62 |
+
},
|
| 63 |
+
"stats": {
|
| 64 |
+
"downloads": 12163,
|
| 65 |
+
"thumbs_up": 833,
|
| 66 |
+
"thumbs_down": 0
|
| 67 |
+
},
|
| 68 |
+
"popularity": {
|
| 69 |
+
"downloads": 12163,
|
| 70 |
+
"thumbs_up": 833,
|
| 71 |
+
"thumbs_down": 0,
|
| 72 |
+
"comments": 0,
|
| 73 |
+
"approval": "100% positive (833/833)",
|
| 74 |
+
"age_days": 36.6,
|
| 75 |
+
"downloads_per_day": 23.7,
|
| 76 |
+
"rank_by_downloads": 44,
|
| 77 |
+
"rank_by_momentum": 88,
|
| 78 |
+
"of_total": 150,
|
| 79 |
+
"adoption_tier": "Moderate",
|
| 80 |
+
"momentum": "Long tail · fresh release"
|
| 81 |
+
},
|
| 82 |
+
"selection_score": 22559.0,
|
| 83 |
+
"selection_reasons": [
|
| 84 |
+
"12,163 downloads",
|
| 85 |
+
"833 thumbs-up",
|
| 86 |
+
"documented triggers + usage notes",
|
| 87 |
+
"top-ranked for its category"
|
| 88 |
+
],
|
| 89 |
+
"example_media": [
|
| 90 |
+
{
|
| 91 |
+
"file": "01_image.jpeg",
|
| 92 |
+
"type": "image",
|
| 93 |
+
"resolution": "1024x1024",
|
| 94 |
+
"prompt": ""
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"file": "02_image.jpeg",
|
| 98 |
+
"type": "image",
|
| 99 |
+
"resolution": "1024x1024",
|
| 100 |
+
"prompt": ""
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"file": "03_image.jpeg",
|
| 104 |
+
"type": "image",
|
| 105 |
+
"resolution": "1080x1445",
|
| 106 |
+
"prompt": ""
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"file": "04_image.jpeg",
|
| 110 |
+
"type": "image",
|
| 111 |
+
"resolution": "1024x1024",
|
| 112 |
+
"prompt": ""
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"file": "05_image.jpeg",
|
| 116 |
+
"type": "image",
|
| 117 |
+
"resolution": "1024x1024",
|
| 118 |
+
"prompt": ""
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"file": "06_image.jpeg",
|
| 122 |
+
"type": "image",
|
| 123 |
+
"resolution": "1024x1024",
|
| 124 |
+
"prompt": ""
|
| 125 |
+
}
|
| 126 |
+
],
|
| 127 |
+
"tags": [
|
| 128 |
+
"midjourney",
|
| 129 |
+
"70s",
|
| 130 |
+
"movie",
|
| 131 |
+
"style",
|
| 132 |
+
"sci-fi",
|
| 133 |
+
"midjourney v6",
|
| 134 |
+
"arsmjstyle",
|
| 135 |
+
"still"
|
| 136 |
+
],
|
| 137 |
+
"scraped_at": "2026-09-05T00:13:32+00:00",
|
| 138 |
+
"path": "krea-2/70s-sci-fi-movie"
|
| 139 |
+
}
|
anna-yamada-and-other-the-dangers-in-my-heart-characters/Anna_Yamada__The_Dangers_in_My_Heart__-_Krea_2_epoch_10.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72583cbecec8316c8bec130f61b43ea577d6e33360e6623bb9015eb5f0db3d3e
|
| 3 |
+
size 228588904
|
anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/01_image.jpeg
ADDED
|
Git LFS Details
|
anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/02_image.jpeg
ADDED
|
Git LFS Details
|
anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/03_image.jpeg
ADDED
|
Git LFS Details
|
anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/04_image.jpeg
ADDED
|
Git LFS Details
|
anna-yamada-and-other-the-dangers-in-my-heart-characters/example_images/05_image.jpeg
ADDED
|
Git LFS Details
|
anna-yamada-and-other-the-dangers-in-my-heart-characters/info.txt
ADDED
|
@@ -0,0 +1,350 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 2 |
+
ANNA YAMADA AND OTHER THE DANGERS IN MY HEART CHARACTERS (ILLUSTRIOUS, KREA
|
| 3 |
+
2, PONY)
|
| 4 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 5 |
+
|
| 6 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 7 |
+
IDENTITY
|
| 8 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 9 |
+
Base model Krea 2
|
| 10 |
+
Generation mode not declared by the author
|
| 11 |
+
Checkpoint not determined — verify before use
|
| 12 |
+
Category Character / subject
|
| 13 |
+
Author MetalchromeX
|
| 14 |
+
Source https://civitai.com/models/630682
|
| 15 |
+
Provenance CivitAI · model 630682 · version 3192556
|
| 16 |
+
|
| 17 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 18 |
+
WEIGHTS
|
| 19 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 20 |
+
File Anna_Yamada__The_Dangers_in_My_Heart__-_Krea_2_epoch_10.safetensors
|
| 21 |
+
Version Anna Yamada (Krea 2)
|
| 22 |
+
Size 218.0 MB
|
| 23 |
+
Format SafeTensor / unknown precision
|
| 24 |
+
SHA256 72583cbecec8316c8bec130f61b43ea577d6e33360e6623bb9015eb5f0db3d3e
|
| 25 |
+
Published 2026-08-02
|
| 26 |
+
|
| 27 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 28 |
+
TRIGGER WORDS
|
| 29 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 30 |
+
› "&nn&y&m&d&, 1girl, solo, long hair, black hair, brown eyes, mole on
|
| 31 |
+
neck, multiple moles on neck, bangs, large breasts"
|
| 32 |
+
› "Anna 4 gym outfit"
|
| 33 |
+
› "Anna bear hoodie outfit"
|
| 34 |
+
› "Anna black turtleneck with skirt outfit"
|
| 35 |
+
› "Anna blue butter outfit"
|
| 36 |
+
› "Anna blue tanktop outfit"
|
| 37 |
+
› "Anna brown school uniform"
|
| 38 |
+
› "Anna cooking class outfit"
|
| 39 |
+
› "Anna ghost outfit"
|
| 40 |
+
› "Anna gym uniform outfit"
|
| 41 |
+
› "Anna gym uniform with blue shirt outfit"
|
| 42 |
+
› "Anna karate outfit"
|
| 43 |
+
› "Anna orange tanktop outfit"
|
| 44 |
+
› "Anna pink dress"
|
| 45 |
+
› "Anna pink dress outfit"
|
| 46 |
+
› "Anna rain hoodie outfit"
|
| 47 |
+
› "Anna red dress outfit"
|
| 48 |
+
› "Anna red dress turtleneck outfit"
|
| 49 |
+
› "Anna scarf outfit"
|
| 50 |
+
› "Anna teal tanktop outfit"
|
| 51 |
+
› "Anna TV show sailor outfit"
|
| 52 |
+
› "Anna twintail with choker outfit"
|
| 53 |
+
› "Anna white floral dress outfit"
|
| 54 |
+
› "Anna white hoodie with red hood outfit"
|
| 55 |
+
› "Anna white tanktop outfit, sports bra, glasses, cleavage, white sports
|
| 56 |
+
bra, off shoulder, jacket, black jacket"
|
| 57 |
+
› "Anna white turtleneck with plaid dress outfit"
|
| 58 |
+
› "Anna school uniform outfit, school uniform, skirt, black socks, socks,
|
| 59 |
+
shirt, cardigan, jacket, pleated skirt, white collar shirt, blue skirt"
|
| 60 |
+
|
| 61 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 62 |
+
RECOMMENDED SETTINGS
|
| 63 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 64 |
+
The author did not publish specific settings.
|
| 65 |
+
No author settings were published. Community baseline: steps Turbo: 8
|
| 66 |
+
(official README and HF card CLI example; the ComfyUI template ships 8).
|
| 67 |
+
Raw: 52 (official README). The krea-2 CLI's generic default is 28.
|
| 68 |
+
Community Turbo LoRAs commonly suggest 8-12 (e.g. the Identity Edit card
|
| 69 |
+
recommends Turbo at 8-12, or Raw at 20 for removals). A community 4-step
|
| 70 |
+
LoRA on Turbo makes 4 valid; its author calls 2 steps an out-of-spec
|
| 71 |
+
preview mode., cfg Turbo: CFG disabled - guidance_scale 0.0 in diffusers
|
| 72 |
+
and --cfg 0.0 in the krea-2 CLI, which is cfg 1.0 in ComfyUI's KSampler
|
| 73 |
+
(the official template ships cfg 1). These are the same thing; do not set
|
| 74 |
+
ComfyUI cfg to 0. Raw: CFG 3.5 (official README; CLI generic default 4.5).
|
| 75 |
+
Negative prompting on Turbo is effectively unused - the official templates
|
| 76 |
+
route ConditioningZeroOut into the negative slot., sampler ComfyUI:
|
| 77 |
+
KSampler with sampler euler, scheduler simple, denoise 1.0 (verified in
|
| 78 |
+
image_krea2_turbo_t2i.json: [seed, 'randomize', 8, 1, 'euler', 'simple',
|
| 79 |
+
1]). Timestep shift mu = 1.15 for Turbo; ComfyUI bakes this in via
|
| 80 |
+
Krea2.sampling_settings = {"multiplier": 1.0, "shift": 1.15}, so the plain
|
| 81 |
+
t2i template needs no ModelSampling node, while the style-reference
|
| 82 |
+
template adds ModelSamplingFlux at max_shift 1.15 / base_shift 0.5. The CLI
|
| 83 |
+
exposes --mu 1.15 for Turbo; Raw uses a resolution-derived mu interpolated
|
| 84 |
+
between --y1 0.5 and --y2 1.15 (ai-toolkit mirrors this as base_shift 0.5 /
|
| 85 |
+
max_shift 1.15 over image_seq_len 256-6400, exponential time shift).,
|
| 86 |
+
resolution 1024x1024 default. Turbo: 1K-2K (the official CLI example
|
| 87 |
+
generates 2048x2048; ComfyUI's ResolutionSelector defaults to 1 megapixel,
|
| 88 |
+
set 2.0 for 2K). Raw: "trained to generate upto 1k resolution".
|
| 89 |
+
Width/height are padded up to a multiple of 16., lora_strength 1.0 for
|
| 90 |
+
Krea's nine official style LoRAs (docs.comfy.org lists Recommended Strength
|
| 91 |
+
1.0 for every one), though the shipped t2i template's LoraLoaderModelOnly
|
| 92 |
+
is set to 0.8. The style-reference LoRA is used at 1.0 in its template. The
|
| 93 |
+
4-step distill LoRA documents 1.0 as its trained point, 1.0-1.5 as coherent
|
| 94 |
+
extrapolation and above ~1.5 as speckle artefacting. Community subject
|
| 95 |
+
LoRAs are typically recommended around 0.8-1.2 and dropped toward 0.6-0.9
|
| 96 |
+
when several are stacked..
|
| 97 |
+
|
| 98 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 99 |
+
ADOPTION & POPULARITY
|
| 100 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 101 |
+
Downloads 11,881
|
| 102 |
+
Rating 100% positive (781/781)
|
| 103 |
+
Comments 0
|
| 104 |
+
Published 33 days ago
|
| 105 |
+
Download rate 5.4/day since release
|
| 106 |
+
|
| 107 |
+
Adoption rank #48 of 150 in this collection (Moderate)
|
| 108 |
+
Momentum rank #147 of 150 by download rate (Long tail · fresh release)
|
| 109 |
+
|
| 110 |
+
Adoption tier is the percentile of total downloads within this collection;
|
| 111 |
+
momentum is the percentile of downloads-per-day since release. Momentum is
|
| 112 |
+
ranked rather than measured against a fixed rate, because this base model
|
| 113 |
+
is itself new and every LoRA looks fast on an absolute scale. Both numbers
|
| 114 |
+
are CivitAI's, read on the scrape date at the foot of this file.
|
| 115 |
+
|
| 116 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 117 |
+
CHAINING / STACKING
|
| 118 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 119 |
+
Stacks with others not stated
|
| 120 |
+
|
| 121 |
+
The author gave no chaining guidance. The rules below are the
|
| 122 |
+
general Krea 2 ones, not anything specific to this LoRA.
|
| 123 |
+
|
| 124 |
+
General Krea 2 rules that apply here (see REFERENCE.txt):
|
| 125 |
+
|
| 126 |
+
• The most important rule is not about chaining but about which
|
| 127 |
+
checkpoint you chain onto: the official README says in bold "TRAIN on
|
| 128 |
+
Raw and RUN on Turbo", and "We highly recommend using RAW for training
|
| 129 |
+
LoRAs and applying them on Turbo for inference." LoRAs trained on Raw
|
| 130 |
+
are stated to work well on Turbo.
|
| 131 |
+
• Chain with LoraLoaderModelOnly nodes in series (model -> model). Krea 2
|
| 132 |
+
LoRAs are DiT-only, so there is no CLIP side to chain and the text-
|
| 133 |
+
encoder branch stays untouched however many LoRAs you add.
|
| 134 |
+
• Krea 2 LoRAs stack in practice and the community treats multi-LoRA as
|
| 135 |
+
routine - style + character, style + slider, realism + character.
|
| 136 |
+
Several CivitAI Krea 2 authors state their LoRAs stack cleanly; one
|
| 137 |
+
writes "I recently stacked over 20 of my own LoRAs on a single
|
| 138 |
+
generation and the output still came out great."
|
| 139 |
+
• Reduce per-LoRA strength when stacking. CivitAI Krea 2 authors converge
|
| 140 |
+
on dropping from ~1.0 to roughly 0.6-0.9 once more than one adapter is
|
| 141 |
+
loaded. The CivitAI 12GB training guide also notes rank affects
|
| 142 |
+
composability: "rank 8 produced a lighter style influence that was
|
| 143 |
+
easier to stack with other LoRAs, rank 16 provided a useful balance
|
| 144 |
+
between concept strength and composability, and rank 32 was better
|
| 145 |
+
suited to a precise object or concept intended to take priority over
|
| 146 |
+
other stacked LoRAs."
|
| 147 |
+
• Accelerator LoRAs are position-sensitive in intent, not in node order:
|
| 148 |
+
a Raw-to-Turbo delta adapter belongs on the Raw checkpoint, a
|
| 149 |
+
sub-8-step LoRA belongs on Turbo (or on Raw already carrying a Raw-to-
|
| 150 |
+
Turbo adapter). Chaining Raw -> Raw-to-Turbo adapter -> 4-step LoRA is
|
| 151 |
+
explicitly recommended by the 4-step LoRA's author.
|
| 152 |
+
• Whatever you stack, the schedule must stay Turbo's: cfg 1.0 in ComfyUI
|
| 153 |
+
(guidance 0.0 in diffusers) and mu/shift 1.15. The 4-step LoRA's card
|
| 154 |
+
says "Keep mu = 1.15. The training targets are anchored to that grid; a
|
| 155 |
+
different shift moves the [sampler off them]"; the same reasoning
|
| 156 |
+
applies to any Turbo-trained adapter in the chain.
|
| 157 |
+
• Reference/edit LoRAs are designed to be stacked under ordinary subject
|
| 158 |
+
and style LoRAs - the Identity Edit card states "Composes with your
|
| 159 |
+
LoRAs: character/body/style LoRAs stack on top and steer the prior" and
|
| 160 |
+
recommends a stacked subject LoRA when unusual subjects drift toward
|
| 161 |
+
the base prior.
|
| 162 |
+
• Krea 2 LoRAs cannot be chained with LoRAs for any other base model.
|
| 163 |
+
Many CivitAI pages carry multi-model titles like "(Krea-2 + ZIT)" or
|
| 164 |
+
"[Flux | ZIB | Krea2]" - those are separate files for separate
|
| 165 |
+
architectures shipped under one model page, not a combined adapter.
|
| 166 |
+
• To combine two full Krea 2 checkpoints rather than adapters, ComfyUI
|
| 167 |
+
ships a dedicated ModelMergeKrea2 node (added in v0.27.0) with per-
|
| 168 |
+
section weights for first., tmlp., txtmlp., tproj.,
|
| 169 |
+
txtfusion.projector, txtfusion.layerwise_blocks.0-1,
|
| 170 |
+
txtfusion.refiner_blocks.0-1, blocks.0-27 and last.
|
| 171 |
+
• The author never states which weight family this targets. Silent
|
| 172 |
+
degradation, never a hard error, between Raw and Turbo. The two share
|
| 173 |
+
one architecture - ai-toolkit's config is commented "The reference
|
| 174 |
+
'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)"
|
| 175 |
+
- so every LoRA tensor shape matches on both and ComfyUI/diffuser
|
| 176 |
+
|
| 177 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 178 |
+
PROS
|
| 179 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 180 |
+
+ Widely adopted — 11,881 downloads. [source: CivitAI stats]
|
| 181 |
+
+ Positively received — 781 thumbs-up with no down-votes. [source:
|
| 182 |
+
CivitAI stats]
|
| 183 |
+
+ Explicit trigger word(s) — &nn&y&m&d&, 1girl, solo, long hair, black
|
| 184 |
+
hair, brown eyes, mole on neck, multiple moles on neck, bangs, large
|
| 185 |
+
breasts, Anna 4 gym outfit, Anna bear hoodie outfit, Anna black
|
| 186 |
+
turtleneck with skirt outfit, Anna blue butter outfit, Anna blue
|
| 187 |
+
tanktop outfit, Anna brown school uniform, Anna cooking class outfit,
|
| 188 |
+
Anna ghost outfit, Anna gym uniform outfit, Anna gym uniform with blue
|
| 189 |
+
shirt outfit, Anna karate outfit, Anna orange tanktop outfit, Anna pink
|
| 190 |
+
dress, Anna pink dress outfit, Anna rain hoodie outfit, Anna red dress
|
| 191 |
+
outfit, Anna red dress turtleneck outfit, Anna scarf outfit, Anna teal
|
| 192 |
+
tanktop outfit, Anna TV show sailor outfit, Anna twintail with choker
|
| 193 |
+
outfit, Anna white floral dress outfit, Anna white hoodie with red hood
|
| 194 |
+
outfit, Anna white tanktop outfit, sports bra, glasses, cleavage, white
|
| 195 |
+
sports bra, off shoulder, jacket, black jacket, Anna white turtleneck
|
| 196 |
+
with plaid dress outfit, Anna school uniform outfit, school uniform,
|
| 197 |
+
skirt, black socks, socks, shirt, cardigan, jacket, pleated skirt,
|
| 198 |
+
white collar shirt, blue skirt — so the effect can be turned on and off
|
| 199 |
+
from the prompt. [source: model metadata]
|
| 200 |
+
+ Compact at 218 MB — cheap to stack with other LoRAs. [source: file
|
| 201 |
+
size]
|
| 202 |
+
|
| 203 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 204 |
+
CONS & CAVEATS
|
| 205 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 206 |
+
- Author never states which generation mode it was trained for; test
|
| 207 |
+
against your own workflow before relying on it. [source: description]
|
| 208 |
+
|
| 209 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 210 |
+
COMPATIBILITY WARNING
|
| 211 |
+
──────────────────────────────────────────��────────────────────────────────────
|
| 212 |
+
Silent degradation, never a hard error, between Raw and Turbo. The two
|
| 213 |
+
share one architecture - ai-toolkit's config is commented "The reference
|
| 214 |
+
'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)" - so
|
| 215 |
+
every LoRA tensor shape matches on both and ComfyUI/diffusers will load an
|
| 216 |
+
adapter against either without complaint. The lvladikov 4-step LoRA card
|
| 217 |
+
states this for the reverse direction: "Every layer it targets also exists
|
| 218 |
+
in Krea 2 Raw, so it will load there without complaint - but that is a side
|
| 219 |
+
effect of the shared architecture, not a supported mode", and reports
|
| 220 |
+
mixed, subject-dependent results with malformed subjects (duplicated heads,
|
| 221 |
+
fused limbs) at low step counts, needing 14+ steps with Raw's CFG on before
|
| 222 |
+
output is coherent. The intended direction (train on Raw, run on Turbo) is
|
| 223 |
+
officially blessed. The more common practical failure is a settings
|
| 224 |
+
mismatch rather than a weight mismatch: running a Turbo-targeted LoRA at
|
| 225 |
+
Raw's 52 steps + CFG 3.5, or leaving CFG enabled on Turbo, degrades output
|
| 226 |
+
with no warning. Loading a Krea 2 LoRA against a different model family
|
| 227 |
+
entirely (Flux, Qwen-Image, Z-Image) is also not an error - ComfyUI logs
|
| 228 |
+
"lora key not loaded: {key}" per key and generates as if no LoRA were
|
| 229 |
+
applied.
|
| 230 |
+
|
| 231 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 232 |
+
AUTHOR'S DESCRIPTION
|
| 233 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 234 |
+
➼Like what I do? Consider throwing me a few dollars at https://ko-
|
| 235 |
+
fi.com/dandysombraes or commissioning me
|
| 236 |
+
https://www.fiverr.com/metalchromex/make-you-a-stable-diffusion-anime-
|
| 237 |
+
character-model so I can continue making cool crap for you all to enjoy for
|
| 238 |
+
free!
|
| 239 |
+
Update log: 8-2-26: I added a Krea 2 LoRA of Anna.
|
| 240 |
+
7-4-26: Happy 4th of July to my fellow Americans! I added a V3 Sanae Yamada
|
| 241 |
+
LoRA. V3 is similar to my V2 version, but has tweaked tags, and I removed
|
| 242 |
+
some 'eh' images from the dataset.
|
| 243 |
+
1-9-26: Added a V2 Anna Yamada LoRA. V2 has tweaked tags, I removed some
|
| 244 |
+
'eh' images from the dataset, and made other tweaks. V1 should outperform
|
| 245 |
+
the original version in most ways.
|
| 246 |
+
11-14-25: Added a Honoka Hara LoRA.
|
| 247 |
+
11-13-25: Added a Nico Kouda LoRA.
|
| 248 |
+
7-24-25: Added a version of Sanae with a lower step count (640 steps). This
|
| 249 |
+
might improve onsite generations.
|
| 250 |
+
6-25-25: I added a third version of Anna Yamada with a very low step count
|
| 251 |
+
(1,638 between 655 images). I also removed a small handful of 'eh' images.
|
| 252 |
+
This should, in theory, help with the on-site trainer and pairing with
|
| 253 |
+
other style LoRA.
|
| 254 |
+
6-7-25: Added a Chihiro Kobayashi Illustrious LoRA.
|
| 255 |
+
6-5-25: Added a Yurine Hanzawa Illustrious LoRA. Despite her limited
|
| 256 |
+
appearance toward the end of season 2, she turned out pretty well!
|
| 257 |
+
3-6-25: Added an improved 2nd version of my Sanae Yamada model with a
|
| 258 |
+
slightly better/expanded dataset and better training settings.
|
| 259 |
+
2-26-25: Added the new Kana Ichikawa Illustrious model and re-posted the
|
| 260 |
+
old Pony version of Kana; unpublished the original Pony listing.
|
| 261 |
+
2-16-25: Added a Moeko Sekine Illustrious LoRA.
|
| 262 |
+
2-14-25: Added a Moeko Sekine Pony LoRA and unpublished the old listing; an
|
| 263 |
+
Illustrious remake will be coming soon!
|
| 264 |
+
2-13-25: Renamed the page The Dangers in My Heart characters by
|
| 265 |
+
Metalchromex. Added the Sanae Yamada Illustrious LoRA and the Anna Yamada
|
| 266 |
+
V2 Illustrious LoRA (V2 makes V1 irrelevant) and unpublished the previous
|
| 267 |
+
versions.
|
| 268 |
+
|
| 269 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 270 |
+
EXAMPLE MEDIA
|
| 271 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 272 |
+
5 preview(s) in ./example_images/ — community results for
|
| 273 |
+
this LoRA. Videos keep a matching _poster.jpg still frame.
|
| 274 |
+
|
| 275 |
+
No prompts are recorded below: CivitAI's public API flags these posts as
|
| 276 |
+
having generation metadata but does not return it, so the prompts cannot be
|
| 277 |
+
scraped. Open the model page to read them.
|
| 278 |
+
|
| 279 |
+
01_image.jpeg (image, 1200x1920)
|
| 280 |
+
02_image.jpeg (image, 1200x1920)
|
| 281 |
+
03_image.jpeg (image, 1200x1920)
|
| 282 |
+
04_image.jpeg (image, 2160x2864)
|
| 283 |
+
05_image.jpeg (image, 2160x2864)
|
| 284 |
+
|
| 285 |
+
────────────────────────────────────────────���──────────────────────────────────
|
| 286 |
+
HOW TO USE (COMFYUI)
|
| 287 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 288 |
+
1. Update ComfyUI to at least v0.26.0 (released 2026-06-23), which added
|
| 289 |
+
local Krea2 support. For reference-image / style-reference / edit LoRAs you
|
| 290 |
+
need at least v0.29.0 (2026-07-29), which added regular and timestep-zero
|
| 291 |
+
reference images for Krea 2. ModelMergeKrea2 arrived in v0.27.0
|
| 292 |
+
(2026-06-30).
|
| 293 |
+
|
| 294 |
+
2. Put the base stack in place (files from huggingface.co/Comfy-Org/Krea-2,
|
| 295 |
+
which is not gated):
|
| 296 |
+
- ComfyUI/models/diffusion_models/krea2_turbo_fp8_scaled.safetensors
|
| 297 |
+
(documented recommended default; the repo also holds krea2_turbo_bf16,
|
| 298 |
+
_int8_convrot, _mxfp8, _nvfp4 and krea2_raw_bf16 / _fp8_scaled /
|
| 299 |
+
_int8_convrot)
|
| 300 |
+
- ComfyUI/models/text_encoders/qwen3vl_4b_fp8_scaled.safetensors (bf16
|
| 301 |
+
also available)
|
| 302 |
+
- ComfyUI/models/vae/qwen_image_vae.safetensors
|
| 303 |
+
|
| 304 |
+
3. Put the LoRA .safetensors in ComfyUI/models/loras/ - flat, no per-model
|
| 305 |
+
subfolder required.
|
| 306 |
+
|
| 307 |
+
4. Build or load the graph. The official image_krea2_turbo_t2i.json
|
| 308 |
+
template is: UNETLoader (krea2_turbo_fp8_scaled.safetensors) ->
|
| 309 |
+
LoraLoaderModelOnly -> KSampler; CLIPLoader
|
| 310 |
+
(qwen3vl_4b_fp8_scaled.safetensors, type "krea2") -> text encode ->
|
| 311 |
+
KSampler positive, with ConditioningZeroOut into negative; VAELoader
|
| 312 |
+
(qwen_image_vae.safetensors) -> VAEDecode -> SaveImage; EmptyLatentImage
|
| 313 |
+
1024x1024 driven by ResolutionSelector. An int8 sibling template
|
| 314 |
+
(image_krea2_turbo_t2i_int8.json) also ships.
|
| 315 |
+
|
| 316 |
+
5. Load the LoRA with LoraLoaderModelOnly, not LoraLoader - both official
|
| 317 |
+
templates do. Krea 2 LoRAs patch the DiT only; note that the DiT's own
|
| 318 |
+
text_fusion / txtfusion blocks are a normal LoRA target (the official style
|
| 319 |
+
LoRAs patch them), but the Qwen3-VL text encoder itself is not. Set
|
| 320 |
+
strength 1.0 for Krea's official style LoRAs (the shipped template uses
|
| 321 |
+
0.8) and add the LoRA's trigger word to the prompt.
|
| 322 |
+
|
| 323 |
+
6. Sampler settings: steps 8, cfg 1, sampler euler, scheduler simple,
|
| 324 |
+
denoise 1.0. Do not add a ModelSampling node for plain t2i - ComfyUI
|
| 325 |
+
already applies shift 1.15 from Krea2.sampling_settings.
|
| 326 |
+
|
| 327 |
+
7. For style reference, use the dedicated template: UNETLoader
|
| 328 |
+
krea2_turbo_int8_convrot.safetensors, LoraLoaderModelOnly
|
| 329 |
+
krea2_style_reference.safetensors at 1.0, ModelSamplingFlux (1.15, 0.5),
|
| 330 |
+
TextEncodeQwenImageEditPlus fed by LoadImage,
|
| 331 |
+
FluxKontextMultiReferenceLatentMethod set to index_timestep_zero, and
|
| 332 |
+
SamplerCustomAdvanced with KSamplerSelect euler + BasicScheduler simple/8 +
|
| 333 |
+
CFGGuider cfg 1.
|
| 334 |
+
|
| 335 |
+
8. For instruction editing (Krea 2 Identity Edit), stock nodes are not
|
| 336 |
+
enough: install the ComfyUI-Krea2Edit node pack, which ships its own
|
| 337 |
+
workflows, and run Turbo at 8-12 steps / cfg 1 (or Raw at 20 steps / cfg 3
|
| 338 |
+
for removals) with LoRA strength 1.0.
|
| 339 |
+
|
| 340 |
+
9. Low-VRAM alternative: install city96's ComfyUI-GGUF and use a community
|
| 341 |
+
GGUF build (realrebelai/KREA-2_GGUFs, quantized from Turbo;
|
| 342 |
+
molbal/krea2-gguf, quantized from Raw) with the Unet Loader (GGUF) node in
|
| 343 |
+
place of UNETLoader. There is no official GGUF release. LoRA loading is
|
| 344 |
+
unchanged.
|
| 345 |
+
|
| 346 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 347 |
+
Scraped by lorakit on 2026-09-05 00:13 UTC.
|
| 348 |
+
Stats and description are the author's; pros/cons are derived from the
|
| 349 |
+
evidence tagged beside each line.
|
| 350 |
+
───────────────────────────────────────────────────────────────────────────────
|
anna-yamada-and-other-the-dangers-in-my-heart-characters/metadata.json
ADDED
|
@@ -0,0 +1,156 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Anna Yamada and other The Dangers in My Heart characters (Illustrious, Krea 2, Pony)",
|
| 3 |
+
"slug": "anna-yamada-and-other-the-dangers-in-my-heart-characters",
|
| 4 |
+
"base_model": "Krea 2",
|
| 5 |
+
"media_type": "image",
|
| 6 |
+
"model_id": 630682,
|
| 7 |
+
"version_id": 3192556,
|
| 8 |
+
"version_name": "Anna Yamada (Krea 2)",
|
| 9 |
+
"source": "civitai",
|
| 10 |
+
"url": "https://civitai.com/models/630682",
|
| 11 |
+
"repo_id": null,
|
| 12 |
+
"file_path": null,
|
| 13 |
+
"author": "MetalchromeX",
|
| 14 |
+
"category": {
|
| 15 |
+
"key": "character",
|
| 16 |
+
"label": "Character / subject"
|
| 17 |
+
},
|
| 18 |
+
"modalities": [],
|
| 19 |
+
"primary_modality": "unspecified",
|
| 20 |
+
"checkpoint_family": "unknown",
|
| 21 |
+
"trigger_words": [
|
| 22 |
+
"&nn&y&m&d&, 1girl, solo, long hair, black hair, brown eyes, mole on neck, multiple moles on neck, bangs, large breasts",
|
| 23 |
+
"Anna 4 gym outfit",
|
| 24 |
+
"Anna bear hoodie outfit",
|
| 25 |
+
"Anna black turtleneck with skirt outfit",
|
| 26 |
+
"Anna blue butter outfit",
|
| 27 |
+
"Anna blue tanktop outfit",
|
| 28 |
+
"Anna brown school uniform",
|
| 29 |
+
"Anna cooking class outfit",
|
| 30 |
+
"Anna ghost outfit",
|
| 31 |
+
"Anna gym uniform outfit",
|
| 32 |
+
"Anna gym uniform with blue shirt outfit",
|
| 33 |
+
"Anna karate outfit",
|
| 34 |
+
"Anna orange tanktop outfit",
|
| 35 |
+
"Anna pink dress",
|
| 36 |
+
"Anna pink dress outfit",
|
| 37 |
+
"Anna rain hoodie outfit",
|
| 38 |
+
"Anna red dress outfit",
|
| 39 |
+
"Anna red dress turtleneck outfit",
|
| 40 |
+
"Anna scarf outfit",
|
| 41 |
+
"Anna teal tanktop outfit",
|
| 42 |
+
"Anna TV show sailor outfit",
|
| 43 |
+
"Anna twintail with choker outfit",
|
| 44 |
+
"Anna white floral dress outfit",
|
| 45 |
+
"Anna white hoodie with red hood outfit",
|
| 46 |
+
"Anna white tanktop outfit, sports bra, glasses, cleavage, white sports bra, off shoulder, jacket, black jacket",
|
| 47 |
+
"Anna white turtleneck with plaid dress outfit",
|
| 48 |
+
"Anna school uniform outfit, school uniform, skirt, black socks, socks, shirt, cardigan, jacket, pleated skirt, white collar shirt, blue skirt"
|
| 49 |
+
],
|
| 50 |
+
"recommended_settings": {},
|
| 51 |
+
"chaining": {
|
| 52 |
+
"author": {
|
| 53 |
+
"stacks": "not stated",
|
| 54 |
+
"notes": "",
|
| 55 |
+
"avoid": [],
|
| 56 |
+
"requires": [],
|
| 57 |
+
"order": "",
|
| 58 |
+
"strength": "",
|
| 59 |
+
"stated": false
|
| 60 |
+
},
|
| 61 |
+
"general_rules": [
|
| 62 |
+
"The most important rule is not about chaining but about which checkpoint you chain onto: the official README says in bold \"TRAIN on Raw and RUN on Turbo\", and \"We highly recommend using RAW for training LoRAs and applying them on Turbo for inference.\" LoRAs trained on Raw are stated to work well on Turbo.",
|
| 63 |
+
"Chain with LoraLoaderModelOnly nodes in series (model -> model). Krea 2 LoRAs are DiT-only, so there is no CLIP side to chain and the text-encoder branch stays untouched however many LoRAs you add.",
|
| 64 |
+
"Krea 2 LoRAs stack in practice and the community treats multi-LoRA as routine - style + character, style + slider, realism + character. Several CivitAI Krea 2 authors state their LoRAs stack cleanly; one writes \"I recently stacked over 20 of my own LoRAs on a single generation and the output still came out great.\"",
|
| 65 |
+
"Reduce per-LoRA strength when stacking. CivitAI Krea 2 authors converge on dropping from ~1.0 to roughly 0.6-0.9 once more than one adapter is loaded. The CivitAI 12GB training guide also notes rank affects composability: \"rank 8 produced a lighter style influence that was easier to stack with other LoRAs, rank 16 provided a useful balance between concept strength and composability, and rank 32 was better suited to a precise object or concept intended to take priority over other stacked LoRAs.\"",
|
| 66 |
+
"Accelerator LoRAs are position-sensitive in intent, not in node order: a Raw-to-Turbo delta adapter belongs on the Raw checkpoint, a sub-8-step LoRA belongs on Turbo (or on Raw already carrying a Raw-to-Turbo adapter). Chaining Raw -> Raw-to-Turbo adapter -> 4-step LoRA is explicitly recommended by the 4-step LoRA's author.",
|
| 67 |
+
"Whatever you stack, the schedule must stay Turbo's: cfg 1.0 in ComfyUI (guidance 0.0 in diffusers) and mu/shift 1.15. The 4-step LoRA's card says \"Keep mu = 1.15. The training targets are anchored to that grid; a different shift moves the [sampler off them]\"; the same reasoning applies to any Turbo-trained adapter in the chain.",
|
| 68 |
+
"Reference/edit LoRAs are designed to be stacked under ordinary subject and style LoRAs - the Identity Edit card states \"Composes with your LoRAs: character/body/style LoRAs stack on top and steer the prior\" and recommends a stacked subject LoRA when unusual subjects drift toward the base prior.",
|
| 69 |
+
"Krea 2 LoRAs cannot be chained with LoRAs for any other base model. Many CivitAI pages carry multi-model titles like \"(Krea-2 + ZIT)\" or \"[Flux | ZIB | Krea2]\" - those are separate files for separate architectures shipped under one model page, not a combined adapter.",
|
| 70 |
+
"To combine two full Krea 2 checkpoints rather than adapters, ComfyUI ships a dedicated ModelMergeKrea2 node (added in v0.27.0) with per-section weights for first., tmlp., txtmlp., tproj., txtfusion.projector, txtfusion.layerwise_blocks.0-1, txtfusion.refiner_blocks.0-1, blocks.0-27 and last.",
|
| 71 |
+
"The author never states which weight family this targets. Silent degradation, never a hard error, between Raw and Turbo. The two share one architecture - ai-toolkit's config is commented \"The reference 'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)\" - so every LoRA tensor shape matches on both and ComfyUI/diffuser"
|
| 72 |
+
]
|
| 73 |
+
},
|
| 74 |
+
"pros": [
|
| 75 |
+
"Widely adopted — 11,881 downloads. [source: CivitAI stats]",
|
| 76 |
+
"Positively received — 781 thumbs-up with no down-votes. [source: CivitAI stats]",
|
| 77 |
+
"Explicit trigger word(s) — &nn&y&m&d&, 1girl, solo, long hair, black hair, brown eyes, mole on neck, multiple moles on neck, bangs, large breasts, Anna 4 gym outfit, Anna bear hoodie outfit, Anna black turtleneck with skirt outfit, Anna blue butter outfit, Anna blue tanktop outfit, Anna brown school uniform, Anna cooking class outfit, Anna ghost outfit, Anna gym uniform outfit, Anna gym uniform with blue shirt outfit, Anna karate outfit, Anna orange tanktop outfit, Anna pink dress, Anna pink dress outfit, Anna rain hoodie outfit, Anna red dress outfit, Anna red dress turtleneck outfit, Anna scarf outfit, Anna teal tanktop outfit, Anna TV show sailor outfit, Anna twintail with choker outfit, Anna white floral dress outfit, Anna white hoodie with red hood outfit, Anna white tanktop outfit, sports bra, glasses, cleavage, white sports bra, off shoulder, jacket, black jacket, Anna white turtleneck with plaid dress outfit, Anna school uniform outfit, school uniform, skirt, black socks, socks, shirt, cardigan, jacket, pleated skirt, white collar shirt, blue skirt — so the effect can be turned on and off from the prompt. [source: model metadata]",
|
| 78 |
+
"Compact at 218 MB — cheap to stack with other LoRAs. [source: file size]"
|
| 79 |
+
],
|
| 80 |
+
"cons": [
|
| 81 |
+
"Author never states which generation mode it was trained for; test against your own workflow before relying on it. [source: description]"
|
| 82 |
+
],
|
| 83 |
+
"file": {
|
| 84 |
+
"name": "Anna_Yamada__The_Dangers_in_My_Heart__-_Krea_2_epoch_10.safetensors",
|
| 85 |
+
"size_bytes": 228588904,
|
| 86 |
+
"size_mb": 218.0,
|
| 87 |
+
"sha256": "72583cbecec8316c8bec130f61b43ea577d6e33360e6623bb9015eb5f0db3d3e"
|
| 88 |
+
},
|
| 89 |
+
"stats": {
|
| 90 |
+
"downloads": 11881,
|
| 91 |
+
"thumbs_up": 781,
|
| 92 |
+
"thumbs_down": 0
|
| 93 |
+
},
|
| 94 |
+
"popularity": {
|
| 95 |
+
"downloads": 11881,
|
| 96 |
+
"thumbs_up": 781,
|
| 97 |
+
"thumbs_down": 0,
|
| 98 |
+
"comments": 0,
|
| 99 |
+
"approval": "100% positive (781/781)",
|
| 100 |
+
"age_days": 33.1,
|
| 101 |
+
"downloads_per_day": 5.37,
|
| 102 |
+
"rank_by_downloads": 48,
|
| 103 |
+
"rank_by_momentum": 147,
|
| 104 |
+
"of_total": 150,
|
| 105 |
+
"adoption_tier": "Moderate",
|
| 106 |
+
"momentum": "Long tail · fresh release"
|
| 107 |
+
},
|
| 108 |
+
"selection_score": 21653.0,
|
| 109 |
+
"selection_reasons": [
|
| 110 |
+
"11,881 downloads",
|
| 111 |
+
"781 thumbs-up",
|
| 112 |
+
"documented triggers + usage notes",
|
| 113 |
+
"top-ranked for its category"
|
| 114 |
+
],
|
| 115 |
+
"example_media": [
|
| 116 |
+
{
|
| 117 |
+
"file": "01_image.jpeg",
|
| 118 |
+
"type": "image",
|
| 119 |
+
"resolution": "1200x1920",
|
| 120 |
+
"prompt": ""
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"file": "02_image.jpeg",
|
| 124 |
+
"type": "image",
|
| 125 |
+
"resolution": "1200x1920",
|
| 126 |
+
"prompt": ""
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"file": "03_image.jpeg",
|
| 130 |
+
"type": "image",
|
| 131 |
+
"resolution": "1200x1920",
|
| 132 |
+
"prompt": ""
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"file": "04_image.jpeg",
|
| 136 |
+
"type": "image",
|
| 137 |
+
"resolution": "2160x2864",
|
| 138 |
+
"prompt": ""
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"file": "05_image.jpeg",
|
| 142 |
+
"type": "image",
|
| 143 |
+
"resolution": "2160x2864",
|
| 144 |
+
"prompt": ""
|
| 145 |
+
}
|
| 146 |
+
],
|
| 147 |
+
"tags": [
|
| 148 |
+
"anna yamada",
|
| 149 |
+
"character",
|
| 150 |
+
"sanae yamada",
|
| 151 |
+
"moeko sekine",
|
| 152 |
+
"the dangers in my heart"
|
| 153 |
+
],
|
| 154 |
+
"scraped_at": "2026-09-05T00:13:40+00:00",
|
| 155 |
+
"path": "krea-2/anna-yamada-and-other-the-dangers-in-my-heart-characters"
|
| 156 |
+
}
|
ars-midjourney-watercolor/WaterColorV2Krea2Raw.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbcc2cc8cf265b18a8ed5af240bebfa1db7b2635bb21d40750d01e815544eccd
|
| 3 |
+
size 228587736
|
ars-midjourney-watercolor/example_images/01_image.jpeg
ADDED
|
Git LFS Details
|
ars-midjourney-watercolor/example_images/02_image.jpeg
ADDED
|
Git LFS Details
|
ars-midjourney-watercolor/example_images/03_image.jpeg
ADDED
|
Git LFS Details
|
ars-midjourney-watercolor/example_images/04_image.jpeg
ADDED
|
Git LFS Details
|
ars-midjourney-watercolor/example_images/05_image.jpeg
ADDED
|
Git LFS Details
|
ars-midjourney-watercolor/example_images/06_image.jpeg
ADDED
|
Git LFS Details
|
ars-midjourney-watercolor/info.txt
ADDED
|
@@ -0,0 +1,299 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 2 |
+
ARS MIDJOURNEY WATERCOLOR
|
| 3 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 4 |
+
|
| 5 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 6 |
+
IDENTITY
|
| 7 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 8 |
+
Base model Krea 2
|
| 9 |
+
Generation mode not declared by the author
|
| 10 |
+
Checkpoint not determined — verify before use
|
| 11 |
+
Category Visual style
|
| 12 |
+
Author ArsMachina
|
| 13 |
+
Source https://civitai.com/models/551903
|
| 14 |
+
Provenance CivitAI · model 551903 · version 3131742
|
| 15 |
+
|
| 16 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 17 |
+
WEIGHTS
|
| 18 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 19 |
+
File WaterColorV2Krea2Raw.safetensors
|
| 20 |
+
Version Krea2
|
| 21 |
+
Size 218.0 MB
|
| 22 |
+
Format SafeTensor / unknown precision
|
| 23 |
+
SHA256 cbcc2cc8cf265b18a8ed5af240bebfa1db7b2635bb21d40750d01e815544eccd
|
| 24 |
+
Published 2026-07-30
|
| 25 |
+
|
| 26 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 27 |
+
TRIGGER WORDS
|
| 28 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 29 |
+
› "ArsMJStyle, Watercolor,"
|
| 30 |
+
|
| 31 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 32 |
+
RECOMMENDED SETTINGS
|
| 33 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 34 |
+
The author did not publish specific settings.
|
| 35 |
+
No author settings were published. Community baseline: steps Turbo: 8
|
| 36 |
+
(official README and HF card CLI example; the ComfyUI template ships 8).
|
| 37 |
+
Raw: 52 (official README). The krea-2 CLI's generic default is 28.
|
| 38 |
+
Community Turbo LoRAs commonly suggest 8-12 (e.g. the Identity Edit card
|
| 39 |
+
recommends Turbo at 8-12, or Raw at 20 for removals). A community 4-step
|
| 40 |
+
LoRA on Turbo makes 4 valid; its author calls 2 steps an out-of-spec
|
| 41 |
+
preview mode., cfg Turbo: CFG disabled - guidance_scale 0.0 in diffusers
|
| 42 |
+
and --cfg 0.0 in the krea-2 CLI, which is cfg 1.0 in ComfyUI's KSampler
|
| 43 |
+
(the official template ships cfg 1). These are the same thing; do not set
|
| 44 |
+
ComfyUI cfg to 0. Raw: CFG 3.5 (official README; CLI generic default 4.5).
|
| 45 |
+
Negative prompting on Turbo is effectively unused - the official templates
|
| 46 |
+
route ConditioningZeroOut into the negative slot., sampler ComfyUI:
|
| 47 |
+
KSampler with sampler euler, scheduler simple, denoise 1.0 (verified in
|
| 48 |
+
image_krea2_turbo_t2i.json: [seed, 'randomize', 8, 1, 'euler', 'simple',
|
| 49 |
+
1]). Timestep shift mu = 1.15 for Turbo; ComfyUI bakes this in via
|
| 50 |
+
Krea2.sampling_settings = {"multiplier": 1.0, "shift": 1.15}, so the plain
|
| 51 |
+
t2i template needs no ModelSampling node, while the style-reference
|
| 52 |
+
template adds ModelSamplingFlux at max_shift 1.15 / base_shift 0.5. The CLI
|
| 53 |
+
exposes --mu 1.15 for Turbo; Raw uses a resolution-derived mu interpolated
|
| 54 |
+
between --y1 0.5 and --y2 1.15 (ai-toolkit mirrors this as base_shift 0.5 /
|
| 55 |
+
max_shift 1.15 over image_seq_len 256-6400, exponential time shift).,
|
| 56 |
+
resolution 1024x1024 default. Turbo: 1K-2K (the official CLI example
|
| 57 |
+
generates 2048x2048; ComfyUI's ResolutionSelector defaults to 1 megapixel,
|
| 58 |
+
set 2.0 for 2K). Raw: "trained to generate upto 1k resolution".
|
| 59 |
+
Width/height are padded up to a multiple of 16., lora_strength 1.0 for
|
| 60 |
+
Krea's nine official style LoRAs (docs.comfy.org lists Recommended Strength
|
| 61 |
+
1.0 for every one), though the shipped t2i template's LoraLoaderModelOnly
|
| 62 |
+
is set to 0.8. The style-reference LoRA is used at 1.0 in its template. The
|
| 63 |
+
4-step distill LoRA documents 1.0 as its trained point, 1.0-1.5 as coherent
|
| 64 |
+
extrapolation and above ~1.5 as speckle artefacting. Community subject
|
| 65 |
+
LoRAs are typically recommended around 0.8-1.2 and dropped toward 0.6-0.9
|
| 66 |
+
when several are stacked..
|
| 67 |
+
|
| 68 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 69 |
+
ADOPTION & POPULARITY
|
| 70 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 71 |
+
Downloads 13,719
|
| 72 |
+
Rating 100% positive (931/931)
|
| 73 |
+
Comments 0
|
| 74 |
+
Published 36 days ago
|
| 75 |
+
Download rate 12.1/day since release
|
| 76 |
+
|
| 77 |
+
Adoption rank #41 of 150 in this collection (Moderate)
|
| 78 |
+
Momentum rank #128 of 150 by download rate (Long tail · fresh release)
|
| 79 |
+
|
| 80 |
+
Adoption tier is the percentile of total downloads within this collection;
|
| 81 |
+
momentum is the percentile of downloads-per-day since release. Momentum is
|
| 82 |
+
ranked rather than measured against a fixed rate, because this base model
|
| 83 |
+
is itself new and every LoRA looks fast on an absolute scale. Both numbers
|
| 84 |
+
are CivitAI's, read on the scrape date at the foot of this file.
|
| 85 |
+
|
| 86 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 87 |
+
CHAINING / STACKING
|
| 88 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 89 |
+
Stacks with others not stated
|
| 90 |
+
|
| 91 |
+
The author gave no chaining guidance. The rules below are the
|
| 92 |
+
general Krea 2 ones, not anything specific to this LoRA.
|
| 93 |
+
|
| 94 |
+
General Krea 2 rules that apply here (see REFERENCE.txt):
|
| 95 |
+
|
| 96 |
+
• The most important rule is not about chaining but about which
|
| 97 |
+
checkpoint you chain onto: the official README says in bold "TRAIN on
|
| 98 |
+
Raw and RUN on Turbo", and "We highly recommend using RAW for training
|
| 99 |
+
LoRAs and applying them on Turbo for inference." LoRAs trained on Raw
|
| 100 |
+
are stated to work well on Turbo.
|
| 101 |
+
• Chain with LoraLoaderModelOnly nodes in series (model -> model). Krea 2
|
| 102 |
+
LoRAs are DiT-only, so there is no CLIP side to chain and the text-
|
| 103 |
+
encoder branch stays untouched however many LoRAs you add.
|
| 104 |
+
• Krea 2 LoRAs stack in practice and the community treats multi-LoRA as
|
| 105 |
+
routine - style + character, style + slider, realism + character.
|
| 106 |
+
Several CivitAI Krea 2 authors state their LoRAs stack cleanly; one
|
| 107 |
+
writes "I recently stacked over 20 of my own LoRAs on a single
|
| 108 |
+
generation and the output still came out great."
|
| 109 |
+
• Reduce per-LoRA strength when stacking. CivitAI Krea 2 authors converge
|
| 110 |
+
on dropping from ~1.0 to roughly 0.6-0.9 once more than one adapter is
|
| 111 |
+
loaded. The CivitAI 12GB training guide also notes rank affects
|
| 112 |
+
composability: "rank 8 produced a lighter style influence that was
|
| 113 |
+
easier to stack with other LoRAs, rank 16 provided a useful balance
|
| 114 |
+
between concept strength and composability, and rank 32 was better
|
| 115 |
+
suited to a precise object or concept intended to take priority over
|
| 116 |
+
other stacked LoRAs."
|
| 117 |
+
• Accelerator LoRAs are position-sensitive in intent, not in node order:
|
| 118 |
+
a Raw-to-Turbo delta adapter belongs on the Raw checkpoint, a
|
| 119 |
+
sub-8-step LoRA belongs on Turbo (or on Raw already carrying a Raw-to-
|
| 120 |
+
Turbo adapter). Chaining Raw -> Raw-to-Turbo adapter -> 4-step LoRA is
|
| 121 |
+
explicitly recommended by the 4-step LoRA's author.
|
| 122 |
+
• Whatever you stack, the schedule must stay Turbo's: cfg 1.0 in ComfyUI
|
| 123 |
+
(guidance 0.0 in diffusers) and mu/shift 1.15. The 4-step LoRA's card
|
| 124 |
+
says "Keep mu = 1.15. The training targets are anchored to that grid; a
|
| 125 |
+
different shift moves the [sampler off them]"; the same reasoning
|
| 126 |
+
applies to any Turbo-trained adapter in the chain.
|
| 127 |
+
• Reference/edit LoRAs are designed to be stacked under ordinary subject
|
| 128 |
+
and style LoRAs - the Identity Edit card states "Composes with your
|
| 129 |
+
LoRAs: character/body/style LoRAs stack on top and steer the prior" and
|
| 130 |
+
recommends a stacked subject LoRA when unusual subjects drift toward
|
| 131 |
+
the base prior.
|
| 132 |
+
• Krea 2 LoRAs cannot be chained with LoRAs for any other base model.
|
| 133 |
+
Many CivitAI pages carry multi-model titles like "(Krea-2 + ZIT)" or
|
| 134 |
+
"[Flux | ZIB | Krea2]" - those are separate files for separate
|
| 135 |
+
architectures shipped under one model page, not a combined adapter.
|
| 136 |
+
• To combine two full Krea 2 checkpoints rather than adapters, ComfyUI
|
| 137 |
+
ships a dedicated ModelMergeKrea2 node (added in v0.27.0) with per-
|
| 138 |
+
section weights for first., tmlp., txtmlp., tproj.,
|
| 139 |
+
txtfusion.projector, txtfusion.layerwise_blocks.0-1,
|
| 140 |
+
txtfusion.refiner_blocks.0-1, blocks.0-27 and last.
|
| 141 |
+
• The author never states which weight family this targets. Silent
|
| 142 |
+
degradation, never a hard error, between Raw and Turbo. The two share
|
| 143 |
+
one architecture - ai-toolkit's config is commented "The reference
|
| 144 |
+
'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)"
|
| 145 |
+
- so every LoRA tensor shape matches on both and ComfyUI/diffuser
|
| 146 |
+
|
| 147 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 148 |
+
PROS
|
| 149 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 150 |
+
+ Widely adopted — 13,719 downloads. [source: CivitAI stats]
|
| 151 |
+
+ Positively received — 931 thumbs-up with no down-votes. [source:
|
| 152 |
+
CivitAI stats]
|
| 153 |
+
+ Explicit trigger word(s) — ArsMJStyle, Watercolor, — so the effect can
|
| 154 |
+
be turned on and off from the prompt. [source: model metadata]
|
| 155 |
+
+ Compact at 218 MB — cheap to stack with other LoRAs. [source: file
|
| 156 |
+
size]
|
| 157 |
+
|
| 158 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 159 |
+
CONS & CAVEATS
|
| 160 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 161 |
+
- Author never states which generation mode it was trained for; test
|
| 162 |
+
against your own workflow before relying on it. [source: description]
|
| 163 |
+
|
| 164 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 165 |
+
COMPATIBILITY WARNING
|
| 166 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 167 |
+
Silent degradation, never a hard error, between Raw and Turbo. The two
|
| 168 |
+
share one architecture - ai-toolkit's config is commented "The reference
|
| 169 |
+
'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)" - so
|
| 170 |
+
every LoRA tensor shape matches on both and ComfyUI/diffusers will load an
|
| 171 |
+
adapter against either without complaint. The lvladikov 4-step LoRA card
|
| 172 |
+
states this for the reverse direction: "Every layer it targets also exists
|
| 173 |
+
in Krea 2 Raw, so it will load there without complaint - but that is a side
|
| 174 |
+
effect of the shared architecture, not a supported mode", and reports
|
| 175 |
+
mixed, subject-dependent results with malformed subjects (duplicated heads,
|
| 176 |
+
fused limbs) at low step counts, needing 14+ steps with Raw's CFG on before
|
| 177 |
+
output is coherent. The intended direction (train on Raw, run on Turbo) is
|
| 178 |
+
officially blessed. The more common practical failure is a settings
|
| 179 |
+
mismatch rather than a weight mismatch: running a Turbo-targeted LoRA at
|
| 180 |
+
Raw's 52 steps + CFG 3.5, or leaving CFG enabled on Turbo, degrades output
|
| 181 |
+
with no warning. Loading a Krea 2 LoRA against a different model family
|
| 182 |
+
entirely (Flux, Qwen-Image, Z-Image) is also not an error - ComfyUI logs
|
| 183 |
+
"lora key not loaded: {key}" per key and generates as if no LoRA were
|
| 184 |
+
applied.
|
| 185 |
+
|
| 186 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 187 |
+
AUTHOR'S DESCRIPTION
|
| 188 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 189 |
+
MJ7 VERSION Update: The dataset was rebuilt entirely from scratch using
|
| 190 |
+
MidJourney V7.
|
| 191 |
+
The main difference from v1 and v2 is a shift towards more natural colors
|
| 192 |
+
and textures.
|
| 193 |
+
|
| 194 |
+
The Lora is trained on MidJourney Images that use my "Personalised Style" +
|
| 195 |
+
Watercolor What is new in v2:
|
| 196 |
+
- Significantly increased the training dataset
|
| 197 |
+
|
| 198 |
+
- Added support for a wider range of concepts
|
| 199 |
+
|
| 200 |
+
- Removed most of the biases that were present in v1 (closed eyes
|
| 201 |
+
everywhere for example)
|
| 202 |
+
|
| 203 |
+
- Added 3 different intensity of the colors ( intense , deep , soft colors
|
| 204 |
+
)
|
| 205 |
+
|
| 206 |
+
- My personal style is changed a little bit , so the images are more "crisp
|
| 207 |
+
and clear"
|
| 208 |
+
|
| 209 |
+
Works without the trigger words ArsMJStyle, Watercolor
|
| 210 |
+
Works great in the 0.2 - 1.5 range.
|
| 211 |
+
Start ~1.
|
| 212 |
+
As Watercolor is strong existing style and looks really nice as an abstract
|
| 213 |
+
painting, you can go pretty high with the strength and still get a nice
|
| 214 |
+
result.
|
| 215 |
+
I hope you will enjoy this LoRA as much as I did creating it!
|
| 216 |
+
|
| 217 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 218 |
+
EXAMPLE MEDIA
|
| 219 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 220 |
+
6 preview(s) in ./example_images/ — community results for
|
| 221 |
+
this LoRA. Videos keep a matching _poster.jpg still frame.
|
| 222 |
+
|
| 223 |
+
No prompts are recorded below: CivitAI's public API flags these posts as
|
| 224 |
+
having generation metadata but does not return it, so the prompts cannot be
|
| 225 |
+
scraped. Open the model page to read them.
|
| 226 |
+
|
| 227 |
+
01_image.jpeg (image, 2376x3488)
|
| 228 |
+
02_image.jpeg (image, 2376x3488)
|
| 229 |
+
03_image.jpeg (image, 2376x3488)
|
| 230 |
+
04_image.jpeg (image, 2376x3488)
|
| 231 |
+
05_image.jpeg (image, 2376x3488)
|
| 232 |
+
06_image.jpeg (image, 2376x3488)
|
| 233 |
+
|
| 234 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 235 |
+
HOW TO USE (COMFYUI)
|
| 236 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 237 |
+
1. Update ComfyUI to at least v0.26.0 (released 2026-06-23), which added
|
| 238 |
+
local Krea2 support. For reference-image / style-reference / edit LoRAs you
|
| 239 |
+
need at least v0.29.0 (2026-07-29), which added regular and timestep-zero
|
| 240 |
+
reference images for Krea 2. ModelMergeKrea2 arrived in v0.27.0
|
| 241 |
+
(2026-06-30).
|
| 242 |
+
|
| 243 |
+
2. Put the base stack in place (files from huggingface.co/Comfy-Org/Krea-2,
|
| 244 |
+
which is not gated):
|
| 245 |
+
- ComfyUI/models/diffusion_models/krea2_turbo_fp8_scaled.safetensors
|
| 246 |
+
(documented recommended default; the repo also holds krea2_turbo_bf16,
|
| 247 |
+
_int8_convrot, _mxfp8, _nvfp4 and krea2_raw_bf16 / _fp8_scaled /
|
| 248 |
+
_int8_convrot)
|
| 249 |
+
- ComfyUI/models/text_encoders/qwen3vl_4b_fp8_scaled.safetensors (bf16
|
| 250 |
+
also available)
|
| 251 |
+
- ComfyUI/models/vae/qwen_image_vae.safetensors
|
| 252 |
+
|
| 253 |
+
3. Put the LoRA .safetensors in ComfyUI/models/loras/ - flat, no per-model
|
| 254 |
+
subfolder required.
|
| 255 |
+
|
| 256 |
+
4. Build or load the graph. The official image_krea2_turbo_t2i.json
|
| 257 |
+
template is: UNETLoader (krea2_turbo_fp8_scaled.safetensors) ->
|
| 258 |
+
LoraLoaderModelOnly -> KSampler; CLIPLoader
|
| 259 |
+
(qwen3vl_4b_fp8_scaled.safetensors, type "krea2") -> text encode ->
|
| 260 |
+
KSampler positive, with ConditioningZeroOut into negative; VAELoader
|
| 261 |
+
(qwen_image_vae.safetensors) -> VAEDecode -> SaveImage; EmptyLatentImage
|
| 262 |
+
1024x1024 driven by ResolutionSelector. An int8 sibling template
|
| 263 |
+
(image_krea2_turbo_t2i_int8.json) also ships.
|
| 264 |
+
|
| 265 |
+
5. Load the LoRA with LoraLoaderModelOnly, not LoraLoader - both official
|
| 266 |
+
templates do. Krea 2 LoRAs patch the DiT only; note that the DiT's own
|
| 267 |
+
text_fusion / txtfusion blocks are a normal LoRA target (the official style
|
| 268 |
+
LoRAs patch them), but the Qwen3-VL text encoder itself is not. Set
|
| 269 |
+
strength 1.0 for Krea's official style LoRAs (the shipped template uses
|
| 270 |
+
0.8) and add the LoRA's trigger word to the prompt.
|
| 271 |
+
|
| 272 |
+
6. Sampler settings: steps 8, cfg 1, sampler euler, scheduler simple,
|
| 273 |
+
denoise 1.0. Do not add a ModelSampling node for plain t2i - ComfyUI
|
| 274 |
+
already applies shift 1.15 from Krea2.sampling_settings.
|
| 275 |
+
|
| 276 |
+
7. For style reference, use the dedicated template: UNETLoader
|
| 277 |
+
krea2_turbo_int8_convrot.safetensors, LoraLoaderModelOnly
|
| 278 |
+
krea2_style_reference.safetensors at 1.0, ModelSamplingFlux (1.15, 0.5),
|
| 279 |
+
TextEncodeQwenImageEditPlus fed by LoadImage,
|
| 280 |
+
FluxKontextMultiReferenceLatentMethod set to index_timestep_zero, and
|
| 281 |
+
SamplerCustomAdvanced with KSamplerSelect euler + BasicScheduler simple/8 +
|
| 282 |
+
CFGGuider cfg 1.
|
| 283 |
+
|
| 284 |
+
8. For instruction editing (Krea 2 Identity Edit), stock nodes are not
|
| 285 |
+
enough: install the ComfyUI-Krea2Edit node pack, which ships its own
|
| 286 |
+
workflows, and run Turbo at 8-12 steps / cfg 1 (or Raw at 20 steps / cfg 3
|
| 287 |
+
for removals) with LoRA strength 1.0.
|
| 288 |
+
|
| 289 |
+
9. Low-VRAM alternative: install city96's ComfyUI-GGUF and use a community
|
| 290 |
+
GGUF build (realrebelai/KREA-2_GGUFs, quantized from Turbo;
|
| 291 |
+
molbal/krea2-gguf, quantized from Raw) with the Unet Loader (GGUF) node in
|
| 292 |
+
place of UNETLoader. There is no official GGUF release. LoRA loading is
|
| 293 |
+
unchanged.
|
| 294 |
+
|
| 295 |
+
─��─────────────────────────────────────────────────────────────────────────────
|
| 296 |
+
Scraped by lorakit on 2026-09-05 00:13 UTC.
|
| 297 |
+
Stats and description are the author's; pros/cons are derived from the
|
| 298 |
+
evidence tagged beside each line.
|
| 299 |
+
───────────────────────────────────────────────────────────────────────────────
|
ars-midjourney-watercolor/metadata.json
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Ars MidJourney Watercolor",
|
| 3 |
+
"slug": "ars-midjourney-watercolor",
|
| 4 |
+
"base_model": "Krea 2",
|
| 5 |
+
"media_type": "image",
|
| 6 |
+
"model_id": 551903,
|
| 7 |
+
"version_id": 3131742,
|
| 8 |
+
"version_name": "Krea2",
|
| 9 |
+
"source": "civitai",
|
| 10 |
+
"url": "https://civitai.com/models/551903",
|
| 11 |
+
"repo_id": null,
|
| 12 |
+
"file_path": null,
|
| 13 |
+
"author": "ArsMachina",
|
| 14 |
+
"category": {
|
| 15 |
+
"key": "style",
|
| 16 |
+
"label": "Visual style"
|
| 17 |
+
},
|
| 18 |
+
"modalities": [],
|
| 19 |
+
"primary_modality": "unspecified",
|
| 20 |
+
"checkpoint_family": "unknown",
|
| 21 |
+
"trigger_words": [
|
| 22 |
+
"ArsMJStyle, Watercolor,"
|
| 23 |
+
],
|
| 24 |
+
"recommended_settings": {},
|
| 25 |
+
"chaining": {
|
| 26 |
+
"author": {
|
| 27 |
+
"stacks": "not stated",
|
| 28 |
+
"notes": "",
|
| 29 |
+
"avoid": [],
|
| 30 |
+
"requires": [],
|
| 31 |
+
"order": "",
|
| 32 |
+
"strength": "",
|
| 33 |
+
"stated": false
|
| 34 |
+
},
|
| 35 |
+
"general_rules": [
|
| 36 |
+
"The most important rule is not about chaining but about which checkpoint you chain onto: the official README says in bold \"TRAIN on Raw and RUN on Turbo\", and \"We highly recommend using RAW for training LoRAs and applying them on Turbo for inference.\" LoRAs trained on Raw are stated to work well on Turbo.",
|
| 37 |
+
"Chain with LoraLoaderModelOnly nodes in series (model -> model). Krea 2 LoRAs are DiT-only, so there is no CLIP side to chain and the text-encoder branch stays untouched however many LoRAs you add.",
|
| 38 |
+
"Krea 2 LoRAs stack in practice and the community treats multi-LoRA as routine - style + character, style + slider, realism + character. Several CivitAI Krea 2 authors state their LoRAs stack cleanly; one writes \"I recently stacked over 20 of my own LoRAs on a single generation and the output still came out great.\"",
|
| 39 |
+
"Reduce per-LoRA strength when stacking. CivitAI Krea 2 authors converge on dropping from ~1.0 to roughly 0.6-0.9 once more than one adapter is loaded. The CivitAI 12GB training guide also notes rank affects composability: \"rank 8 produced a lighter style influence that was easier to stack with other LoRAs, rank 16 provided a useful balance between concept strength and composability, and rank 32 was better suited to a precise object or concept intended to take priority over other stacked LoRAs.\"",
|
| 40 |
+
"Accelerator LoRAs are position-sensitive in intent, not in node order: a Raw-to-Turbo delta adapter belongs on the Raw checkpoint, a sub-8-step LoRA belongs on Turbo (or on Raw already carrying a Raw-to-Turbo adapter). Chaining Raw -> Raw-to-Turbo adapter -> 4-step LoRA is explicitly recommended by the 4-step LoRA's author.",
|
| 41 |
+
"Whatever you stack, the schedule must stay Turbo's: cfg 1.0 in ComfyUI (guidance 0.0 in diffusers) and mu/shift 1.15. The 4-step LoRA's card says \"Keep mu = 1.15. The training targets are anchored to that grid; a different shift moves the [sampler off them]\"; the same reasoning applies to any Turbo-trained adapter in the chain.",
|
| 42 |
+
"Reference/edit LoRAs are designed to be stacked under ordinary subject and style LoRAs - the Identity Edit card states \"Composes with your LoRAs: character/body/style LoRAs stack on top and steer the prior\" and recommends a stacked subject LoRA when unusual subjects drift toward the base prior.",
|
| 43 |
+
"Krea 2 LoRAs cannot be chained with LoRAs for any other base model. Many CivitAI pages carry multi-model titles like \"(Krea-2 + ZIT)\" or \"[Flux | ZIB | Krea2]\" - those are separate files for separate architectures shipped under one model page, not a combined adapter.",
|
| 44 |
+
"To combine two full Krea 2 checkpoints rather than adapters, ComfyUI ships a dedicated ModelMergeKrea2 node (added in v0.27.0) with per-section weights for first., tmlp., txtmlp., tproj., txtfusion.projector, txtfusion.layerwise_blocks.0-1, txtfusion.refiner_blocks.0-1, blocks.0-27 and last.",
|
| 45 |
+
"The author never states which weight family this targets. Silent degradation, never a hard error, between Raw and Turbo. The two share one architecture - ai-toolkit's config is commented \"The reference 'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)\" - so every LoRA tensor shape matches on both and ComfyUI/diffuser"
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"pros": [
|
| 49 |
+
"Widely adopted — 13,719 downloads. [source: CivitAI stats]",
|
| 50 |
+
"Positively received — 931 thumbs-up with no down-votes. [source: CivitAI stats]",
|
| 51 |
+
"Explicit trigger word(s) — ArsMJStyle, Watercolor, — so the effect can be turned on and off from the prompt. [source: model metadata]",
|
| 52 |
+
"Compact at 218 MB — cheap to stack with other LoRAs. [source: file size]"
|
| 53 |
+
],
|
| 54 |
+
"cons": [
|
| 55 |
+
"Author never states which generation mode it was trained for; test against your own workflow before relying on it. [source: description]"
|
| 56 |
+
],
|
| 57 |
+
"file": {
|
| 58 |
+
"name": "WaterColorV2Krea2Raw.safetensors",
|
| 59 |
+
"size_bytes": 228587736,
|
| 60 |
+
"size_mb": 218.0,
|
| 61 |
+
"sha256": "cbcc2cc8cf265b18a8ed5af240bebfa1db7b2635bb21d40750d01e815544eccd"
|
| 62 |
+
},
|
| 63 |
+
"stats": {
|
| 64 |
+
"downloads": 13719,
|
| 65 |
+
"thumbs_up": 931,
|
| 66 |
+
"thumbs_down": 0
|
| 67 |
+
},
|
| 68 |
+
"popularity": {
|
| 69 |
+
"downloads": 13719,
|
| 70 |
+
"thumbs_up": 931,
|
| 71 |
+
"thumbs_down": 0,
|
| 72 |
+
"comments": 0,
|
| 73 |
+
"approval": "100% positive (931/931)",
|
| 74 |
+
"age_days": 36.5,
|
| 75 |
+
"downloads_per_day": 12.14,
|
| 76 |
+
"rank_by_downloads": 41,
|
| 77 |
+
"rank_by_momentum": 128,
|
| 78 |
+
"of_total": 150,
|
| 79 |
+
"adoption_tier": "Moderate",
|
| 80 |
+
"momentum": "Long tail · fresh release"
|
| 81 |
+
},
|
| 82 |
+
"selection_score": 25291.0,
|
| 83 |
+
"selection_reasons": [
|
| 84 |
+
"13,719 downloads",
|
| 85 |
+
"931 thumbs-up",
|
| 86 |
+
"documented triggers + usage notes",
|
| 87 |
+
"top-ranked for its category"
|
| 88 |
+
],
|
| 89 |
+
"example_media": [
|
| 90 |
+
{
|
| 91 |
+
"file": "01_image.jpeg",
|
| 92 |
+
"type": "image",
|
| 93 |
+
"resolution": "2376x3488",
|
| 94 |
+
"prompt": ""
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"file": "02_image.jpeg",
|
| 98 |
+
"type": "image",
|
| 99 |
+
"resolution": "2376x3488",
|
| 100 |
+
"prompt": ""
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"file": "03_image.jpeg",
|
| 104 |
+
"type": "image",
|
| 105 |
+
"resolution": "2376x3488",
|
| 106 |
+
"prompt": ""
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"file": "04_image.jpeg",
|
| 110 |
+
"type": "image",
|
| 111 |
+
"resolution": "2376x3488",
|
| 112 |
+
"prompt": ""
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"file": "05_image.jpeg",
|
| 116 |
+
"type": "image",
|
| 117 |
+
"resolution": "2376x3488",
|
| 118 |
+
"prompt": ""
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"file": "06_image.jpeg",
|
| 122 |
+
"type": "image",
|
| 123 |
+
"resolution": "2376x3488",
|
| 124 |
+
"prompt": ""
|
| 125 |
+
}
|
| 126 |
+
],
|
| 127 |
+
"tags": [
|
| 128 |
+
"midjourney",
|
| 129 |
+
"arsmjstyle",
|
| 130 |
+
"midjourney v6",
|
| 131 |
+
"watercolor",
|
| 132 |
+
"style"
|
| 133 |
+
],
|
| 134 |
+
"scraped_at": "2026-09-05T00:13:13+00:00",
|
| 135 |
+
"path": "krea-2/ars-midjourney-watercolor"
|
| 136 |
+
}
|
body-weight-slider-skinny-fat-slider/Krea2Weight_v3.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19d9b17af57918e4168c77dd279c2aa0d87612eb55a0b516f7e7838e25e3a7bc
|
| 3 |
+
size 107435704
|
body-weight-slider-skinny-fat-slider/example_images/01_image.jpeg
ADDED
|
Git LFS Details
|
body-weight-slider-skinny-fat-slider/example_images/02_image.jpeg
ADDED
|
Git LFS Details
|
body-weight-slider-skinny-fat-slider/example_images/03_image.jpeg
ADDED
|
Git LFS Details
|
body-weight-slider-skinny-fat-slider/example_images/04_image.jpeg
ADDED
|
Git LFS Details
|
body-weight-slider-skinny-fat-slider/example_images/05_image.jpeg
ADDED
|
Git LFS Details
|
body-weight-slider-skinny-fat-slider/example_images/06_image.jpeg
ADDED
|
Git LFS Details
|
body-weight-slider-skinny-fat-slider/info.txt
ADDED
|
@@ -0,0 +1,288 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 2 |
+
BODY WEIGHT SLIDER. (SKINNY ===> FAT SLIDER)
|
| 3 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 4 |
+
|
| 5 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 6 |
+
IDENTITY
|
| 7 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 8 |
+
Base model Krea 2
|
| 9 |
+
Generation mode not declared by the author
|
| 10 |
+
Checkpoint not determined — verify before use
|
| 11 |
+
Category Detail / anatomy fixer
|
| 12 |
+
Author Maruhashi
|
| 13 |
+
Source https://civitai.com/models/2513759
|
| 14 |
+
Provenance CivitAI · model 2513759 · version 3129180
|
| 15 |
+
|
| 16 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 17 |
+
WEIGHTS
|
| 18 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 19 |
+
File Krea2Weight_v3.safetensors
|
| 20 |
+
Version Krea2
|
| 21 |
+
Size 102.5 MB
|
| 22 |
+
Format SafeTensor / unknown precision
|
| 23 |
+
SHA256 19d9b17af57918e4168c77dd279c2aa0d87612eb55a0b516f7e7838e25e3a7bc
|
| 24 |
+
Published 2026-07-26
|
| 25 |
+
|
| 26 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 27 |
+
TRIGGER WORDS
|
| 28 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 29 |
+
No trigger word. The LoRA applies as soon as it is loaded —
|
| 30 |
+
strength is the only way to dial the effect up or down.
|
| 31 |
+
|
| 32 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 33 |
+
RECOMMENDED SETTINGS
|
| 34 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 35 |
+
The author did not publish specific settings.
|
| 36 |
+
No author settings were published. Community baseline: steps Turbo: 8
|
| 37 |
+
(official README and HF card CLI example; the ComfyUI template ships 8).
|
| 38 |
+
Raw: 52 (official README). The krea-2 CLI's generic default is 28.
|
| 39 |
+
Community Turbo LoRAs commonly suggest 8-12 (e.g. the Identity Edit card
|
| 40 |
+
recommends Turbo at 8-12, or Raw at 20 for removals). A community 4-step
|
| 41 |
+
LoRA on Turbo makes 4 valid; its author calls 2 steps an out-of-spec
|
| 42 |
+
preview mode., cfg Turbo: CFG disabled - guidance_scale 0.0 in diffusers
|
| 43 |
+
and --cfg 0.0 in the krea-2 CLI, which is cfg 1.0 in ComfyUI's KSampler
|
| 44 |
+
(the official template ships cfg 1). These are the same thing; do not set
|
| 45 |
+
ComfyUI cfg to 0. Raw: CFG 3.5 (official README; CLI generic default 4.5).
|
| 46 |
+
Negative prompting on Turbo is effectively unused - the official templates
|
| 47 |
+
route ConditioningZeroOut into the negative slot., sampler ComfyUI:
|
| 48 |
+
KSampler with sampler euler, scheduler simple, denoise 1.0 (verified in
|
| 49 |
+
image_krea2_turbo_t2i.json: [seed, 'randomize', 8, 1, 'euler', 'simple',
|
| 50 |
+
1]). Timestep shift mu = 1.15 for Turbo; ComfyUI bakes this in via
|
| 51 |
+
Krea2.sampling_settings = {"multiplier": 1.0, "shift": 1.15}, so the plain
|
| 52 |
+
t2i template needs no ModelSampling node, while the style-reference
|
| 53 |
+
template adds ModelSamplingFlux at max_shift 1.15 / base_shift 0.5. The CLI
|
| 54 |
+
exposes --mu 1.15 for Turbo; Raw uses a resolution-derived mu interpolated
|
| 55 |
+
between --y1 0.5 and --y2 1.15 (ai-toolkit mirrors this as base_shift 0.5 /
|
| 56 |
+
max_shift 1.15 over image_seq_len 256-6400, exponential time shift).,
|
| 57 |
+
resolution 1024x1024 default. Turbo: 1K-2K (the official CLI example
|
| 58 |
+
generates 2048x2048; ComfyUI's ResolutionSelector defaults to 1 megapixel,
|
| 59 |
+
set 2.0 for 2K). Raw: "trained to generate upto 1k resolution".
|
| 60 |
+
Width/height are padded up to a multiple of 16., lora_strength 1.0 for
|
| 61 |
+
Krea's nine official style LoRAs (docs.comfy.org lists Recommended Strength
|
| 62 |
+
1.0 for every one), though the shipped t2i template's LoraLoaderModelOnly
|
| 63 |
+
is set to 0.8. The style-reference LoRA is used at 1.0 in its template. The
|
| 64 |
+
4-step distill LoRA documents 1.0 as its trained point, 1.0-1.5 as coherent
|
| 65 |
+
extrapolation and above ~1.5 as speckle artefacting. Community subject
|
| 66 |
+
LoRAs are typically recommended around 0.8-1.2 and dropped toward 0.6-0.9
|
| 67 |
+
when several are stacked..
|
| 68 |
+
|
| 69 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 70 |
+
ADOPTION & POPULARITY
|
| 71 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 72 |
+
Downloads 11,267
|
| 73 |
+
Rating 100% positive (855/856)
|
| 74 |
+
Comments 13
|
| 75 |
+
Published 41 days ago
|
| 76 |
+
Download rate 85.9/day since release
|
| 77 |
+
|
| 78 |
+
Adoption rank #50 of 150 in this collection (Moderate)
|
| 79 |
+
Momentum rank #33 of 150 by download rate (Trending · fresh release)
|
| 80 |
+
|
| 81 |
+
Adoption tier is the percentile of total downloads within this collection;
|
| 82 |
+
momentum is the percentile of downloads-per-day since release. Momentum is
|
| 83 |
+
ranked rather than measured against a fixed rate, because this base model
|
| 84 |
+
is itself new and every LoRA looks fast on an absolute scale. Both numbers
|
| 85 |
+
are CivitAI's, read on the scrape date at the foot of this file.
|
| 86 |
+
|
| 87 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 88 |
+
CHAINING / STACKING
|
| 89 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 90 |
+
Stacks with others not stated
|
| 91 |
+
|
| 92 |
+
The author gave no chaining guidance. The rules below are the
|
| 93 |
+
general Krea 2 ones, not anything specific to this LoRA.
|
| 94 |
+
|
| 95 |
+
General Krea 2 rules that apply here (see REFERENCE.txt):
|
| 96 |
+
|
| 97 |
+
• The most important rule is not about chaining but about which
|
| 98 |
+
checkpoint you chain onto: the official README says in bold "TRAIN on
|
| 99 |
+
Raw and RUN on Turbo", and "We highly recommend using RAW for training
|
| 100 |
+
LoRAs and applying them on Turbo for inference." LoRAs trained on Raw
|
| 101 |
+
are stated to work well on Turbo.
|
| 102 |
+
• Chain with LoraLoaderModelOnly nodes in series (model -> model). Krea 2
|
| 103 |
+
LoRAs are DiT-only, so there is no CLIP side to chain and the text-
|
| 104 |
+
encoder branch stays untouched however many LoRAs you add.
|
| 105 |
+
• Krea 2 LoRAs stack in practice and the community treats multi-LoRA as
|
| 106 |
+
routine - style + character, style + slider, realism + character.
|
| 107 |
+
Several CivitAI Krea 2 authors state their LoRAs stack cleanly; one
|
| 108 |
+
writes "I recently stacked over 20 of my own LoRAs on a single
|
| 109 |
+
generation and the output still came out great."
|
| 110 |
+
• Reduce per-LoRA strength when stacking. CivitAI Krea 2 authors converge
|
| 111 |
+
on dropping from ~1.0 to roughly 0.6-0.9 once more than one adapter is
|
| 112 |
+
loaded. The CivitAI 12GB training guide also notes rank affects
|
| 113 |
+
composability: "rank 8 produced a lighter style influence that was
|
| 114 |
+
easier to stack with other LoRAs, rank 16 provided a useful balance
|
| 115 |
+
between concept strength and composability, and rank 32 was better
|
| 116 |
+
suited to a precise object or concept intended to take priority over
|
| 117 |
+
other stacked LoRAs."
|
| 118 |
+
• Accelerator LoRAs are position-sensitive in intent, not in node order:
|
| 119 |
+
a Raw-to-Turbo delta adapter belongs on the Raw checkpoint, a
|
| 120 |
+
sub-8-step LoRA belongs on Turbo (or on Raw already carrying a Raw-to-
|
| 121 |
+
Turbo adapter). Chaining Raw -> Raw-to-Turbo adapter -> 4-step LoRA is
|
| 122 |
+
explicitly recommended by the 4-step LoRA's author.
|
| 123 |
+
• Whatever you stack, the schedule must stay Turbo's: cfg 1.0 in ComfyUI
|
| 124 |
+
(guidance 0.0 in diffusers) and mu/shift 1.15. The 4-step LoRA's card
|
| 125 |
+
says "Keep mu = 1.15. The training targets are anchored to that grid; a
|
| 126 |
+
different shift moves the [sampler off them]"; the same reasoning
|
| 127 |
+
applies to any Turbo-trained adapter in the chain.
|
| 128 |
+
• Reference/edit LoRAs are designed to be stacked under ordinary subject
|
| 129 |
+
and style LoRAs - the Identity Edit card states "Composes with your
|
| 130 |
+
LoRAs: character/body/style LoRAs stack on top and steer the prior" and
|
| 131 |
+
recommends a stacked subject LoRA when unusual subjects drift toward
|
| 132 |
+
the base prior.
|
| 133 |
+
• Krea 2 LoRAs cannot be chained with LoRAs for any other base model.
|
| 134 |
+
Many CivitAI pages carry multi-model titles like "(Krea-2 + ZIT)" or
|
| 135 |
+
"[Flux | ZIB | Krea2]" - those are separate files for separate
|
| 136 |
+
architectures shipped under one model page, not a combined adapter.
|
| 137 |
+
• To combine two full Krea 2 checkpoints rather than adapters, ComfyUI
|
| 138 |
+
ships a dedicated ModelMergeKrea2 node (added in v0.27.0) with per-
|
| 139 |
+
section weights for first., tmlp., txtmlp., tproj.,
|
| 140 |
+
txtfusion.projector, txtfusion.layerwise_blocks.0-1,
|
| 141 |
+
txtfusion.refiner_blocks.0-1, blocks.0-27 and last.
|
| 142 |
+
• The author never states which weight family this targets. Silent
|
| 143 |
+
degradation, never a hard error, between Raw and Turbo. The two share
|
| 144 |
+
one architecture - ai-toolkit's config is commented "The reference
|
| 145 |
+
'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)"
|
| 146 |
+
- so every LoRA tensor shape matches on both and ComfyUI/diffuser
|
| 147 |
+
|
| 148 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 149 |
+
PROS
|
| 150 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 151 |
+
+ Widely adopted — 11,267 downloads. [source: CivitAI stats]
|
| 152 |
+
+ Positively received — 855 thumbs-up, 1 down. [source: CivitAI stats]
|
| 153 |
+
+ Compact at 102 MB — cheap to stack with other LoRAs. [source: file
|
| 154 |
+
size]
|
| 155 |
+
|
| 156 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 157 |
+
CONS & CAVEATS
|
| 158 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 159 |
+
- No trigger word — the LoRA is always on once loaded, so strength is the
|
| 160 |
+
only control. [source: model metadata]
|
| 161 |
+
- Author never states which generation mode it was trained for; test
|
| 162 |
+
against your own workflow before relying on it. [source: description]
|
| 163 |
+
|
| 164 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 165 |
+
COMPATIBILITY WARNING
|
| 166 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 167 |
+
Silent degradation, never a hard error, between Raw and Turbo. The two
|
| 168 |
+
share one architecture - ai-toolkit's config is commented "The reference
|
| 169 |
+
'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)" - so
|
| 170 |
+
every LoRA tensor shape matches on both and ComfyUI/diffusers will load an
|
| 171 |
+
adapter against either without complaint. The lvladikov 4-step LoRA card
|
| 172 |
+
states this for the reverse direction: "Every layer it targets also exists
|
| 173 |
+
in Krea 2 Raw, so it will load there without complaint - but that is a side
|
| 174 |
+
effect of the shared architecture, not a supported mode", and reports
|
| 175 |
+
mixed, subject-dependent results with malformed subjects (duplicated heads,
|
| 176 |
+
fused limbs) at low step counts, needing 14+ steps with Raw's CFG on before
|
| 177 |
+
output is coherent. The intended direction (train on Raw, run on Turbo) is
|
| 178 |
+
officially blessed. The more common practical failure is a settings
|
| 179 |
+
mismatch rather than a weight mismatch: running a Turbo-targeted LoRA at
|
| 180 |
+
Raw's 52 steps + CFG 3.5, or leaving CFG enabled on Turbo, degrades output
|
| 181 |
+
with no warning. Loading a Krea 2 LoRA against a different model family
|
| 182 |
+
entirely (Flux, Qwen-Image, Z-Image) is also not an error - ComfyUI logs
|
| 183 |
+
"lora key not loaded: {key}" per key and generates as if no LoRA were
|
| 184 |
+
applied.
|
| 185 |
+
|
| 186 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 187 |
+
AUTHOR'S DESCRIPTION
|
| 188 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 189 |
+
Recommended negative prompt: lowres, bad quality, worst quality, bad
|
| 190 |
+
anatomy, jpeg artifacts, signature, watermark, sketch
|
| 191 |
+
|
| 192 |
+
I also recommend using this upscaler:
|
| 193 |
+
https://openmodeldb.info/models/2x-AnimeSharpV4
|
| 194 |
+
|
| 195 |
+
Usable weight: from -3 to 3+, depending on the checkpoint and additional
|
| 196 |
+
LORA used
|
| 197 |
+
|
| 198 |
+
No trigger word is needed
|
| 199 |
+
|
| 200 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 201 |
+
VERSION NOTES
|
| 202 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 203 |
+
Works in wide range from -7 to 7, you can try higher weights depending on
|
| 204 |
+
checkpoint and additional lora used
|
| 205 |
+
|
| 206 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 207 |
+
EXAMPLE MEDIA
|
| 208 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 209 |
+
6 preview(s) in ./example_images/ — community results for
|
| 210 |
+
this LoRA. Videos keep a matching _poster.jpg still frame.
|
| 211 |
+
|
| 212 |
+
No prompts are recorded below: CivitAI's public API flags these posts as
|
| 213 |
+
having generation metadata but does not return it, so the prompts cannot be
|
| 214 |
+
scraped. Open the model page to read them.
|
| 215 |
+
|
| 216 |
+
01_image.jpeg (image, 1664x2828)
|
| 217 |
+
02_image.jpeg (image, 1440x1920)
|
| 218 |
+
03_image.jpeg (image, 1440x1920)
|
| 219 |
+
04_image.jpeg (image, 1440x1920)
|
| 220 |
+
05_image.jpeg (image, 1440x1920)
|
| 221 |
+
06_image.jpeg (image, 1344x1920)
|
| 222 |
+
|
| 223 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 224 |
+
HOW TO USE (COMFYUI)
|
| 225 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 226 |
+
1. Update ComfyUI to at least v0.26.0 (released 2026-06-23), which added
|
| 227 |
+
local Krea2 support. For reference-image / style-reference / edit LoRAs you
|
| 228 |
+
need at least v0.29.0 (2026-07-29), which added regular and timestep-zero
|
| 229 |
+
reference images for Krea 2. ModelMergeKrea2 arrived in v0.27.0
|
| 230 |
+
(2026-06-30).
|
| 231 |
+
|
| 232 |
+
2. Put the base stack in place (files from huggingface.co/Comfy-Org/Krea-2,
|
| 233 |
+
which is not gated):
|
| 234 |
+
- ComfyUI/models/diffusion_models/krea2_turbo_fp8_scaled.safetensors
|
| 235 |
+
(documented recommended default; the repo also holds krea2_turbo_bf16,
|
| 236 |
+
_int8_convrot, _mxfp8, _nvfp4 and krea2_raw_bf16 / _fp8_scaled /
|
| 237 |
+
_int8_convrot)
|
| 238 |
+
- ComfyUI/models/text_encoders/qwen3vl_4b_fp8_scaled.safetensors (bf16
|
| 239 |
+
also available)
|
| 240 |
+
- ComfyUI/models/vae/qwen_image_vae.safetensors
|
| 241 |
+
|
| 242 |
+
3. Put the LoRA .safetensors in ComfyUI/models/loras/ - flat, no per-model
|
| 243 |
+
subfolder required.
|
| 244 |
+
|
| 245 |
+
4. Build or load the graph. The official image_krea2_turbo_t2i.json
|
| 246 |
+
template is: UNETLoader (krea2_turbo_fp8_scaled.safetensors) ->
|
| 247 |
+
LoraLoaderModelOnly -> KSampler; CLIPLoader
|
| 248 |
+
(qwen3vl_4b_fp8_scaled.safetensors, type "krea2") -> text encode ->
|
| 249 |
+
KSampler positive, with ConditioningZeroOut into negative; VAELoader
|
| 250 |
+
(qwen_image_vae.safetensors) -> VAEDecode -> SaveImage; EmptyLatentImage
|
| 251 |
+
1024x1024 driven by ResolutionSelector. An int8 sibling template
|
| 252 |
+
(image_krea2_turbo_t2i_int8.json) also ships.
|
| 253 |
+
|
| 254 |
+
5. Load the LoRA with LoraLoaderModelOnly, not LoraLoader - both official
|
| 255 |
+
templates do. Krea 2 LoRAs patch the DiT only; note that the DiT's own
|
| 256 |
+
text_fusion / txtfusion blocks are a normal LoRA target (the official style
|
| 257 |
+
LoRAs patch them), but the Qwen3-VL text encoder itself is not. Set
|
| 258 |
+
strength 1.0 for Krea's official style LoRAs (the shipped template uses
|
| 259 |
+
0.8) and add the LoRA's trigger word to the prompt.
|
| 260 |
+
|
| 261 |
+
6. Sampler settings: steps 8, cfg 1, sampler euler, scheduler simple,
|
| 262 |
+
denoise 1.0. Do not add a ModelSampling node for plain t2i - ComfyUI
|
| 263 |
+
already applies shift 1.15 from Krea2.sampling_settings.
|
| 264 |
+
|
| 265 |
+
7. For style reference, use the dedicated template: UNETLoader
|
| 266 |
+
krea2_turbo_int8_convrot.safetensors, LoraLoaderModelOnly
|
| 267 |
+
krea2_style_reference.safetensors at 1.0, ModelSamplingFlux (1.15, 0.5),
|
| 268 |
+
TextEncodeQwenImageEditPlus fed by LoadImage,
|
| 269 |
+
FluxKontextMultiReferenceLatentMethod set to index_timestep_zero, and
|
| 270 |
+
SamplerCustomAdvanced with KSamplerSelect euler + BasicScheduler simple/8 +
|
| 271 |
+
CFGGuider cfg 1.
|
| 272 |
+
|
| 273 |
+
8. For instruction editing (Krea 2 Identity Edit), stock nodes are not
|
| 274 |
+
enough: install the ComfyUI-Krea2Edit node pack, which ships its own
|
| 275 |
+
workflows, and run Turbo at 8-12 steps / cfg 1 (or Raw at 20 steps / cfg 3
|
| 276 |
+
for removals) with LoRA strength 1.0.
|
| 277 |
+
|
| 278 |
+
9. Low-VRAM alternative: install city96's ComfyUI-GGUF and use a community
|
| 279 |
+
GGUF build (realrebelai/KREA-2_GGUFs, quantized from Turbo;
|
| 280 |
+
molbal/krea2-gguf, quantized from Raw) with the Unet Loader (GGUF) node in
|
| 281 |
+
place of UNETLoader. There is no official GGUF release. LoRA loading is
|
| 282 |
+
unchanged.
|
| 283 |
+
|
| 284 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 285 |
+
Scraped by lorakit on 2026-09-05 00:13 UTC.
|
| 286 |
+
Stats and description are the author's; pros/cons are derived from the
|
| 287 |
+
evidence tagged beside each line.
|
| 288 |
+
───────────────────────────────────────────────────────────────────────────────
|
body-weight-slider-skinny-fat-slider/metadata.json
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Body weight slider. (Skinny ===> Fat slider)",
|
| 3 |
+
"slug": "body-weight-slider-skinny-fat-slider",
|
| 4 |
+
"base_model": "Krea 2",
|
| 5 |
+
"media_type": "image",
|
| 6 |
+
"model_id": 2513759,
|
| 7 |
+
"version_id": 3129180,
|
| 8 |
+
"version_name": "Krea2",
|
| 9 |
+
"source": "civitai",
|
| 10 |
+
"url": "https://civitai.com/models/2513759",
|
| 11 |
+
"repo_id": null,
|
| 12 |
+
"file_path": null,
|
| 13 |
+
"author": "Maruhashi",
|
| 14 |
+
"category": {
|
| 15 |
+
"key": "detail",
|
| 16 |
+
"label": "Detail / anatomy fixer"
|
| 17 |
+
},
|
| 18 |
+
"modalities": [],
|
| 19 |
+
"primary_modality": "unspecified",
|
| 20 |
+
"checkpoint_family": "unknown",
|
| 21 |
+
"trigger_words": [],
|
| 22 |
+
"recommended_settings": {},
|
| 23 |
+
"chaining": {
|
| 24 |
+
"author": {
|
| 25 |
+
"stacks": "not stated",
|
| 26 |
+
"notes": "",
|
| 27 |
+
"avoid": [],
|
| 28 |
+
"requires": [],
|
| 29 |
+
"order": "",
|
| 30 |
+
"strength": "",
|
| 31 |
+
"stated": false
|
| 32 |
+
},
|
| 33 |
+
"general_rules": [
|
| 34 |
+
"The most important rule is not about chaining but about which checkpoint you chain onto: the official README says in bold \"TRAIN on Raw and RUN on Turbo\", and \"We highly recommend using RAW for training LoRAs and applying them on Turbo for inference.\" LoRAs trained on Raw are stated to work well on Turbo.",
|
| 35 |
+
"Chain with LoraLoaderModelOnly nodes in series (model -> model). Krea 2 LoRAs are DiT-only, so there is no CLIP side to chain and the text-encoder branch stays untouched however many LoRAs you add.",
|
| 36 |
+
"Krea 2 LoRAs stack in practice and the community treats multi-LoRA as routine - style + character, style + slider, realism + character. Several CivitAI Krea 2 authors state their LoRAs stack cleanly; one writes \"I recently stacked over 20 of my own LoRAs on a single generation and the output still came out great.\"",
|
| 37 |
+
"Reduce per-LoRA strength when stacking. CivitAI Krea 2 authors converge on dropping from ~1.0 to roughly 0.6-0.9 once more than one adapter is loaded. The CivitAI 12GB training guide also notes rank affects composability: \"rank 8 produced a lighter style influence that was easier to stack with other LoRAs, rank 16 provided a useful balance between concept strength and composability, and rank 32 was better suited to a precise object or concept intended to take priority over other stacked LoRAs.\"",
|
| 38 |
+
"Accelerator LoRAs are position-sensitive in intent, not in node order: a Raw-to-Turbo delta adapter belongs on the Raw checkpoint, a sub-8-step LoRA belongs on Turbo (or on Raw already carrying a Raw-to-Turbo adapter). Chaining Raw -> Raw-to-Turbo adapter -> 4-step LoRA is explicitly recommended by the 4-step LoRA's author.",
|
| 39 |
+
"Whatever you stack, the schedule must stay Turbo's: cfg 1.0 in ComfyUI (guidance 0.0 in diffusers) and mu/shift 1.15. The 4-step LoRA's card says \"Keep mu = 1.15. The training targets are anchored to that grid; a different shift moves the [sampler off them]\"; the same reasoning applies to any Turbo-trained adapter in the chain.",
|
| 40 |
+
"Reference/edit LoRAs are designed to be stacked under ordinary subject and style LoRAs - the Identity Edit card states \"Composes with your LoRAs: character/body/style LoRAs stack on top and steer the prior\" and recommends a stacked subject LoRA when unusual subjects drift toward the base prior.",
|
| 41 |
+
"Krea 2 LoRAs cannot be chained with LoRAs for any other base model. Many CivitAI pages carry multi-model titles like \"(Krea-2 + ZIT)\" or \"[Flux | ZIB | Krea2]\" - those are separate files for separate architectures shipped under one model page, not a combined adapter.",
|
| 42 |
+
"To combine two full Krea 2 checkpoints rather than adapters, ComfyUI ships a dedicated ModelMergeKrea2 node (added in v0.27.0) with per-section weights for first., tmlp., txtmlp., tproj., txtfusion.projector, txtfusion.layerwise_blocks.0-1, txtfusion.refiner_blocks.0-1, blocks.0-27 and last.",
|
| 43 |
+
"The author never states which weight family this targets. Silent degradation, never a hard error, between Raw and Turbo. The two share one architecture - ai-toolkit's config is commented \"The reference 'single_mmdit_large_wide' architecture (oss_raw / oss_turbo share it)\" - so every LoRA tensor shape matches on both and ComfyUI/diffuser"
|
| 44 |
+
]
|
| 45 |
+
},
|
| 46 |
+
"pros": [
|
| 47 |
+
"Widely adopted — 11,267 downloads. [source: CivitAI stats]",
|
| 48 |
+
"Positively received — 855 thumbs-up, 1 down. [source: CivitAI stats]",
|
| 49 |
+
"Compact at 102 MB — cheap to stack with other LoRAs. [source: file size]"
|
| 50 |
+
],
|
| 51 |
+
"cons": [
|
| 52 |
+
"No trigger word — the LoRA is always on once loaded, so strength is the only control. [source: model metadata]",
|
| 53 |
+
"Author never states which generation mode it was trained for; test against your own workflow before relying on it. [source: description]"
|
| 54 |
+
],
|
| 55 |
+
"file": {
|
| 56 |
+
"name": "Krea2Weight_v3.safetensors",
|
| 57 |
+
"size_bytes": 107435704,
|
| 58 |
+
"size_mb": 102.46,
|
| 59 |
+
"sha256": "19d9b17af57918e4168c77dd279c2aa0d87612eb55a0b516f7e7838e25e3a7bc"
|
| 60 |
+
},
|
| 61 |
+
"stats": {
|
| 62 |
+
"downloads": 11267,
|
| 63 |
+
"thumbs_up": 855,
|
| 64 |
+
"thumbs_down": 1
|
| 65 |
+
},
|
| 66 |
+
"popularity": {
|
| 67 |
+
"downloads": 11267,
|
| 68 |
+
"thumbs_up": 855,
|
| 69 |
+
"thumbs_down": 1,
|
| 70 |
+
"comments": 13,
|
| 71 |
+
"approval": "100% positive (855/856)",
|
| 72 |
+
"age_days": 40.7,
|
| 73 |
+
"downloads_per_day": 85.92,
|
| 74 |
+
"rank_by_downloads": 50,
|
| 75 |
+
"rank_by_momentum": 33,
|
| 76 |
+
"of_total": 150,
|
| 77 |
+
"adoption_tier": "Moderate",
|
| 78 |
+
"momentum": "Trending · fresh release"
|
| 79 |
+
},
|
| 80 |
+
"selection_score": 21527.0,
|
| 81 |
+
"selection_reasons": [
|
| 82 |
+
"11,267 downloads",
|
| 83 |
+
"855 thumbs-up",
|
| 84 |
+
"top-ranked for its category"
|
| 85 |
+
],
|
| 86 |
+
"example_media": [
|
| 87 |
+
{
|
| 88 |
+
"file": "01_image.jpeg",
|
| 89 |
+
"type": "image",
|
| 90 |
+
"resolution": "1664x2828",
|
| 91 |
+
"prompt": ""
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"file": "02_image.jpeg",
|
| 95 |
+
"type": "image",
|
| 96 |
+
"resolution": "1440x1920",
|
| 97 |
+
"prompt": ""
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"file": "03_image.jpeg",
|
| 101 |
+
"type": "image",
|
| 102 |
+
"resolution": "1440x1920",
|
| 103 |
+
"prompt": ""
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"file": "04_image.jpeg",
|
| 107 |
+
"type": "image",
|
| 108 |
+
"resolution": "1440x1920",
|
| 109 |
+
"prompt": ""
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"file": "05_image.jpeg",
|
| 113 |
+
"type": "image",
|
| 114 |
+
"resolution": "1440x1920",
|
| 115 |
+
"prompt": ""
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"file": "06_image.jpeg",
|
| 119 |
+
"type": "image",
|
| 120 |
+
"resolution": "1344x1920",
|
| 121 |
+
"prompt": ""
|
| 122 |
+
}
|
| 123 |
+
],
|
| 124 |
+
"tags": [
|
| 125 |
+
"slider",
|
| 126 |
+
"concept",
|
| 127 |
+
"illustrious",
|
| 128 |
+
"fat",
|
| 129 |
+
"weight slider",
|
| 130 |
+
"body weight slider",
|
| 131 |
+
"skinny"
|
| 132 |
+
],
|
| 133 |
+
"scraped_at": "2026-09-05T00:13:37+00:00",
|
| 134 |
+
"path": "krea-2/body-weight-slider-skinny-fat-slider"
|
| 135 |
+
}
|
carefull-style-krea-2-anima-il/carefull_style_krea_v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d7dd8770f2e0038c73d6d310935493c18b248ceeadf6174f409d00c74d603d7
|
| 3 |
+
size 228588904
|
carefull-style-krea-2-anima-il/example_images/01_image.jpeg
ADDED
|
Git LFS Details
|
carefull-style-krea-2-anima-il/example_images/02_image.jpeg
ADDED
|
Git LFS Details
|
carefull-style-krea-2-anima-il/example_images/03_image.jpeg
ADDED
|
Git LFS Details
|
carefull-style-krea-2-anima-il/example_images/04_image.jpeg
ADDED
|
Git LFS Details
|