Instructions to use Alex995647/loras-flux2-klein-9b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Alex995647/loras-flux2-klein-9b with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.2-klein-9B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Alex995647/loras-flux2-klein-9b") 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 25 LoRA(s): lenovo-ultrareal, logo-redmond-logo-lora, nicegirls-ultrareal, neurocore-anime-shadow-circuit-by-chronoknight-flux-il-zit…
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +149 -0
- 30s-technicolor-movie/30sTechnocolorKlein9b.safetensors +3 -0
- 30s-technicolor-movie/example_images/01_image.jpeg +3 -0
- 30s-technicolor-movie/example_images/02_image.jpeg +3 -0
- 30s-technicolor-movie/example_images/03_image.jpeg +3 -0
- 30s-technicolor-movie/example_images/04_image.jpeg +3 -0
- 30s-technicolor-movie/example_images/05_image.jpeg +3 -0
- 30s-technicolor-movie/example_images/06_image.jpeg +3 -0
- 30s-technicolor-movie/info.txt +260 -0
- 30s-technicolor-movie/metadata.json +136 -0
- 360-degree-flux/360_klein.safetensors +3 -0
- 360-degree-flux/example_images/01_image.jpeg +3 -0
- 360-degree-flux/example_images/02_image.jpeg +3 -0
- 360-degree-flux/example_images/03_image.jpeg +3 -0
- 360-degree-flux/example_images/04_image.jpeg +3 -0
- 360-degree-flux/example_images/05_image.jpeg +3 -0
- 360-degree-flux/example_images/06_image.jpeg +3 -0
- 360-degree-flux/info.txt +254 -0
- 360-degree-flux/metadata.json +138 -0
- 70s-horror-movie/70sHorrorKlein9b.safetensors +3 -0
- 70s-horror-movie/example_images/01_image.jpeg +3 -0
- 70s-horror-movie/example_images/02_image.jpeg +3 -0
- 70s-horror-movie/example_images/03_image.jpeg +3 -0
- 70s-horror-movie/example_images/04_image.jpeg +3 -0
- 70s-horror-movie/example_images/05_image.jpeg +3 -0
- 70s-horror-movie/example_images/06_image.jpeg +3 -0
- 70s-horror-movie/info.txt +246 -0
- 70s-horror-movie/metadata.json +136 -0
- 80s-fantasy-movie/80sFantasyKlein9b_000002000H1000.safetensors +3 -0
- 80s-fantasy-movie/example_images/01_image.jpeg +3 -0
- 80s-fantasy-movie/example_images/02_image.jpeg +3 -0
- 80s-fantasy-movie/example_images/03_image.jpeg +3 -0
- 80s-fantasy-movie/example_images/04_image.jpeg +3 -0
- 80s-fantasy-movie/example_images/05_image.jpeg +3 -0
- 80s-fantasy-movie/example_images/06_image.jpeg +3 -0
- 80s-fantasy-movie/info.txt +266 -0
- 80s-fantasy-movie/metadata.json +138 -0
- art-nouveau/ArtNoveauKlein9b.safetensors +3 -0
- art-nouveau/example_images/01_image.jpeg +3 -0
- art-nouveau/example_images/02_image.jpeg +3 -0
- art-nouveau/example_images/03_image.jpeg +3 -0
- art-nouveau/example_images/04_image.jpeg +3 -0
- art-nouveau/example_images/05_image.jpeg +3 -0
- art-nouveau/example_images/06_image.jpeg +3 -0
- art-nouveau/info.txt +253 -0
- art-nouveau/metadata.json +135 -0
- consistence-edit-lora/example_images/01_image.jpeg +3 -0
- consistence-edit-lora/example_images/02_image.jpeg +3 -0
- consistence-edit-lora/example_images/03_image.jpeg +3 -0
- consistence-edit-lora/example_images/04_image.jpeg +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,152 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
lenovo-ultrareal/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
lenovo-ultrareal/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
lenovo-ultrareal/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
lenovo-ultrareal/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
lenovo-ultrareal/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
lenovo-ultrareal/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
logo-redmond-logo-lora/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
logo-redmond-logo-lora/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
logo-redmond-logo-lora/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
logo-redmond-logo-lora/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
logo-redmond-logo-lora/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
logo-redmond-logo-lora/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
nicegirls-ultrareal/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
nicegirls-ultrareal/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
nicegirls-ultrareal/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
nicegirls-ultrareal/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
nicegirls-ultrareal/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
nicegirls-ultrareal/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
neurocore-anime-shadow-circuit-by-chronoknight-flux-il-zit/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
neurocore-anime-shadow-circuit-by-chronoknight-flux-il-zit/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
neurocore-anime-shadow-circuit-by-chronoknight-flux-il-zit/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
neurocore-anime-shadow-circuit-by-chronoknight-flux-il-zit/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
neurocore-anime-shadow-circuit-by-chronoknight-flux-il-zit/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
neurocore-anime-shadow-circuit-by-chronoknight-flux-il-zit/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
consistence-edit-lora/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
consistence-edit-lora/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
consistence-edit-lora/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
consistence-edit-lora/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
consistence-edit-lora/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
consistence-edit-lora/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
hyperdetailed-colored-pencil/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
hyperdetailed-colored-pencil/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
hyperdetailed-colored-pencil/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
hyperdetailed-colored-pencil/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
hyperdetailed-colored-pencil/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
hyperdetailed-colored-pencil/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
80s-fantasy-movie/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
80s-fantasy-movie/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
80s-fantasy-movie/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
80s-fantasy-movie/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
80s-fantasy-movie/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
80s-fantasy-movie/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
granblue-fantasy-style/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
granblue-fantasy-style/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
granblue-fantasy-style/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
granblue-fantasy-style/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
granblue-fantasy-style/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
granblue-fantasy-style/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
lineaniredmond-linear-manga-style-anime-style/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
lineaniredmond-linear-manga-style-anime-style/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
lineaniredmond-linear-manga-style-anime-style/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
lineaniredmond-linear-manga-style-anime-style/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
lineaniredmond-linear-manga-style-anime-style/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
lineaniredmond-linear-manga-style-anime-style/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
ultrareal-krea2-klein9b/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
ultrareal-krea2-klein9b/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
ultrareal-krea2-klein9b/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 93 |
+
ultrareal-krea2-klein9b/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 94 |
+
ultrareal-krea2-klein9b/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 95 |
+
ultrareal-krea2-klein9b/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 96 |
+
dark-ghibli-fairytales/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 97 |
+
dark-ghibli-fairytales/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 98 |
+
dark-ghibli-fairytales/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 99 |
+
dark-ghibli-fairytales/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 100 |
+
dark-ghibli-fairytales/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 101 |
+
dark-ghibli-fairytales/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 102 |
+
midjourney-artful-nsfw/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 103 |
+
midjourney-artful-nsfw/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 104 |
+
midjourney-artful-nsfw/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 105 |
+
midjourney-artful-nsfw/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 106 |
+
midjourney-artful-nsfw/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 107 |
+
midjourney-artful-nsfw/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 108 |
+
ghibli-style-illustrious-flux-pdxl/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 109 |
+
ghibli-style-illustrious-flux-pdxl/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 110 |
+
ghibli-style-illustrious-flux-pdxl/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 111 |
+
ghibli-style-illustrious-flux-pdxl/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 112 |
+
ghibli-style-illustrious-flux-pdxl/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 113 |
+
ghibli-style-illustrious-flux-pdxl/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 114 |
+
stickers-redmond-stickers-lora/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 115 |
+
stickers-redmond-stickers-lora/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 116 |
+
stickers-redmond-stickers-lora/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 117 |
+
stickers-redmond-stickers-lora/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 118 |
+
stickers-redmond-stickers-lora/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 119 |
+
realistic-skin-face-professional-photography/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 120 |
+
realistic-skin-face-professional-photography/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 121 |
+
realistic-skin-face-professional-photography/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 122 |
+
realistic-skin-face-professional-photography/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 123 |
+
realistic-skin-face-professional-photography/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 124 |
+
realistic-skin-face-professional-photography/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 125 |
+
flux2klein-9b-anything2real-lrzjason/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 126 |
+
flux2klein-9b-anything2real-lrzjason/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 127 |
+
flux2klein-9b-anything2real-lrzjason/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 128 |
+
flux2klein-9b-anything2real-lrzjason/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 129 |
+
flux2klein-9b-anything2real-lrzjason/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 130 |
+
flux2klein-9b-anything2real-lrzjason/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 131 |
+
30s-technicolor-movie/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 132 |
+
30s-technicolor-movie/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 133 |
+
30s-technicolor-movie/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 134 |
+
30s-technicolor-movie/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 135 |
+
30s-technicolor-movie/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 136 |
+
30s-technicolor-movie/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 137 |
+
klein-anatomy-quality-fixer/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 138 |
+
klein-anatomy-quality-fixer/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 139 |
+
klein-anatomy-quality-fixer/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 140 |
+
klein-anatomy-quality-fixer/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 141 |
+
klein-anatomy-quality-fixer/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 142 |
+
klein-anatomy-quality-fixer/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 143 |
+
dnd-darkest-fantasy/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 144 |
+
dnd-darkest-fantasy/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 145 |
+
dnd-darkest-fantasy/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 146 |
+
dnd-darkest-fantasy/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 147 |
+
dnd-darkest-fantasy/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 148 |
+
dnd-darkest-fantasy/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 149 |
+
360-degree-flux/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 150 |
+
360-degree-flux/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 151 |
+
360-degree-flux/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 152 |
+
360-degree-flux/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 153 |
+
360-degree-flux/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 154 |
+
360-degree-flux/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 155 |
+
art-nouveau/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 156 |
+
art-nouveau/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 157 |
+
art-nouveau/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 158 |
+
art-nouveau/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 159 |
+
art-nouveau/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 160 |
+
art-nouveau/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 161 |
+
portrait-engine-flux-flux-2-klein-z-image-detailed-skin-lora/example_images/01_video.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 162 |
+
portrait-engine-flux-flux-2-klein-z-image-detailed-skin-lora/example_images/02_video.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 163 |
+
portrait-engine-flux-flux-2-klein-z-image-detailed-skin-lora/example_images/03_video.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 164 |
+
portrait-engine-flux-flux-2-klein-z-image-detailed-skin-lora/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 165 |
+
portrait-engine-flux-flux-2-klein-z-image-detailed-skin-lora/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 166 |
+
portrait-engine-flux-flux-2-klein-z-image-detailed-skin-lora/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 167 |
+
tshirtdesignredmond-t-shirt-design-lora/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 168 |
+
tshirtdesignredmond-t-shirt-design-lora/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 169 |
+
tshirtdesignredmond-t-shirt-design-lora/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 170 |
+
tshirtdesignredmond-t-shirt-design-lora/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 171 |
+
tshirtdesignredmond-t-shirt-design-lora/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 172 |
+
tshirtdesignredmond-t-shirt-design-lora/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 173 |
+
phone-photography-2000-2025/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 174 |
+
phone-photography-2000-2025/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 175 |
+
phone-photography-2000-2025/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 176 |
+
phone-photography-2000-2025/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 177 |
+
phone-photography-2000-2025/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 178 |
+
phone-photography-2000-2025/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 179 |
+
70s-horror-movie/example_images/01_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 180 |
+
70s-horror-movie/example_images/02_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 181 |
+
70s-horror-movie/example_images/03_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 182 |
+
70s-horror-movie/example_images/04_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 183 |
+
70s-horror-movie/example_images/05_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 184 |
+
70s-horror-movie/example_images/06_image.jpeg filter=lfs diff=lfs merge=lfs -text
|
30s-technicolor-movie/30sTechnocolorKlein9b.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f30797e2890bdfc474c4cee62d58ff0c4151a8131a66cd3a70a3dc4f5bbc0e3e
|
| 3 |
+
size 82866720
|
30s-technicolor-movie/example_images/01_image.jpeg
ADDED
|
Git LFS Details
|
30s-technicolor-movie/example_images/02_image.jpeg
ADDED
|
Git LFS Details
|
30s-technicolor-movie/example_images/03_image.jpeg
ADDED
|
Git LFS Details
|
30s-technicolor-movie/example_images/04_image.jpeg
ADDED
|
Git LFS Details
|
30s-technicolor-movie/example_images/05_image.jpeg
ADDED
|
Git LFS Details
|
30s-technicolor-movie/example_images/06_image.jpeg
ADDED
|
Git LFS Details
|
30s-technicolor-movie/info.txt
ADDED
|
@@ -0,0 +1,260 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 2 |
+
30S TECHNICOLOR MOVIE
|
| 3 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 4 |
+
|
| 5 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 6 |
+
IDENTITY
|
| 7 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 8 |
+
Base model FLUX.2 [klein] 9B
|
| 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/886686
|
| 14 |
+
Provenance CivitAI · model 886686 · version 2698440
|
| 15 |
+
|
| 16 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 17 |
+
WEIGHTS
|
| 18 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 19 |
+
File 30sTechnocolorKlein9b.safetensors
|
| 20 |
+
Version Klein9B
|
| 21 |
+
Size 79.0 MB
|
| 22 |
+
Format SafeTensor / unknown precision
|
| 23 |
+
SHA256 f30797e2890bdfc474c4cee62d58ff0c4151a8131a66cd3a70a3dc4f5bbc0e3e
|
| 24 |
+
Published 2026-03-13
|
| 25 |
+
|
| 26 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 27 |
+
TRIGGER WORDS
|
| 28 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 29 |
+
› "ArsMovieStill, movie still from a 1930s technicolor movie"
|
| 30 |
+
|
| 31 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 32 |
+
RECOMMENDED SETTINGS
|
| 33 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 34 |
+
The author did not publish specific settings.
|
| 35 |
+
No author settings were published. Community baseline: steps Distilled
|
| 36 |
+
FLUX.2-klein-9B: 4 (HF card example; it is step-distilled to exactly this,
|
| 37 |
+
and more steps do not refine further). Base FLUX.2-klein-base-9B: 50 in the
|
| 38 |
+
HF card example and in ComfyUI's benchmark; community practice runs lower,
|
| 39 |
+
with ~20 for production and 8-12 for fast iteration reported in the CivitAI
|
| 40 |
+
consistency-LoRA article., cfg Distilled: guidance_scale 1.0 (HF card). It
|
| 41 |
+
is guidance-distilled and its transformer config sets
|
| 42 |
+
guidance_embeds=false, so raising CFG degrades rather than improves. Base:
|
| 43 |
+
guidance_scale 4.0 (HF card); the CivitAI consistency-LoRA article
|
| 44 |
+
recommends 3.5-4.5 for most edits., sampler Not stated by BFL or by
|
| 45 |
+
docs.comfy.org, and the official flux2 GitHub repo documents no sampler,
|
| 46 |
+
scheduler or shift values either. Community consensus is euler with a
|
| 47 |
+
resolution-dependent shifted-Euler / flow-match schedule (ComfyUI's Flux2
|
| 48 |
+
workflows use a scheduler that interpolates shift between base_shift and
|
| 49 |
+
max_shift by output resolution). Start from ComfyUI's downloadable Flux.2
|
| 50 |
+
klein workflow template rather than a blog. See unverified., resolution
|
| 51 |
+
1024x1024 in every BFL HF card example and in CivitAI's 9B training recipe
|
| 52 |
+
("resolution": 1024). Non-square ratios work but no official list of
|
| 53 |
+
supported dimensions or a stated alignment multiple was found — see
|
| 54 |
+
unverified., lora_strength 1.0 is the diffusers/ComfyUI default and what
|
| 55 |
+
CivitAI applies to training previews (strength 1.0). Published per-LoRA
|
| 56 |
+
guidance varies and should be read from the LoRA, not assumed: the widely
|
| 57 |
+
used Klein 9B consistency LoRA's CivitAI article says start at 0.5 within a
|
| 58 |
+
0.2-1.0 range (0.2-0.4 loose, 0.5-0.7 balanced, 0.8-1.0 maximum structural
|
| 59 |
+
stability) and warns that too high a strength stops edits from applying;
|
| 60 |
+
SOLRICKS' Realistic Detail LoRA card says 0.6-0.8 subtle, 0.8-1.0 stronger,
|
| 61 |
+
start 0.8; the vafipas663 distillation-delta LoRA card warns it "produces
|
| 62 |
+
static noise at strength > 0.5. And sometimes, you have to go as low as
|
| 63 |
+
0.1.".
|
| 64 |
+
|
| 65 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 66 |
+
ADOPTION & POPULARITY
|
| 67 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 68 |
+
Downloads 16,020
|
| 69 |
+
Rating 100% positive (1239/1240)
|
| 70 |
+
Comments 0
|
| 71 |
+
Published 176 days ago
|
| 72 |
+
Download rate 4.7/day since release
|
| 73 |
+
|
| 74 |
+
Adoption rank #22 of 150 in this collection (High)
|
| 75 |
+
Momentum rank #66 of 150 by download rate (Steady)
|
| 76 |
+
|
| 77 |
+
Adoption tier is the percentile of total downloads within this collection;
|
| 78 |
+
momentum is the percentile of downloads-per-day since release. Momentum is
|
| 79 |
+
ranked rather than measured against a fixed rate, because this base model
|
| 80 |
+
is itself new and every LoRA looks fast on an absolute scale. Both numbers
|
| 81 |
+
are CivitAI's, read on the scrape date at the foot of this file.
|
| 82 |
+
|
| 83 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 84 |
+
CHAINING / STACKING
|
| 85 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 86 |
+
Stacks with others not stated
|
| 87 |
+
|
| 88 |
+
The author gave no chaining guidance. The rules below are the
|
| 89 |
+
general FLUX.2 [klein] 9B ones, not anything specific to this LoRA.
|
| 90 |
+
|
| 91 |
+
General FLUX.2 [klein] 9B rules that apply here (see REFERENCE.txt):
|
| 92 |
+
|
| 93 |
+
• Chain LoRAs by stringing LoraLoaderModelOnly nodes in series, model
|
| 94 |
+
output into model input. There is no CLIP side to route — klein LoRAs
|
| 95 |
+
are model-only because the Qwen3 text encoder is not trained (CivitAI's
|
| 96 |
+
recipe fixes trainTextEncoder: false).
|
| 97 |
+
• Only stack LoRAs of the same parameter size. 9B stacks with 9B; a 4B
|
| 98 |
+
LoRA in a 9B stack is an architectural mismatch (3072 vs 4096 hidden,
|
| 99 |
+
5+20 vs 8+24 blocks), not a quality question.
|
| 100 |
+
• Mixing a "Flux.2 Klein 9B" LoRA and a "Flux.2 Klein 9B-base" LoRA in
|
| 101 |
+
one stack is fine — those strings describe the training checkpoint, not
|
| 102 |
+
incompatible tensor layouts. Set the sampler for the checkpoint
|
| 103 |
+
actually loaded.
|
| 104 |
+
• Run base-trained LoRAs on the distilled checkpoint when you want speed:
|
| 105 |
+
HF's klein LoRA guide reports the adapter loads there and typically
|
| 106 |
+
gives better results than on base, at 4 steps.
|
| 107 |
+
• A base-to-turbo / distillation-extraction LoRA is a whole-model delta,
|
| 108 |
+
not a content LoRA. Put it on the base checkpoint only, and treat its
|
| 109 |
+
strength as a steps/CFG dial rather than a style knob. Do not add it on
|
| 110 |
+
top of the already-distilled checkpoint.
|
| 111 |
+
• Read each LoRA's own published strength range instead of defaulting
|
| 112 |
+
everything to 1.0 — klein LoRAs in the wild ship very different ones
|
| 113 |
+
(0.5 start for the consistency LoRA, 0.8 for SOLRICKS' detail LoRA,
|
| 114 |
+
under 0.5 and sometimes 0.1 for the vafipas663 distillation delta).
|
| 115 |
+
• With a consistency or edit LoRA in the stack, excessive strength
|
| 116 |
+
suppresses the prompt: the consistency LoRA's article says that if
|
| 117 |
+
edits stop applying, lower it before changing anything else.
|
| 118 |
+
• Prefer runtime LoRA patching over baking a LoRA into the checkpoint:
|
| 119 |
+
ComfyUI's Model Merge / Model Save nodes have not detected Flux2 Klein
|
| 120 |
+
models (4B or 9B) since a March 2026 update — issue #13637, still open.
|
| 121 |
+
• The author never states which weight family this targets. Two different
|
| 122 |
+
questions, two different answers. Within 9B (distilled vs base — the
|
| 123 |
+
two CivitAI strings): not a real incompatibility. Both load through the
|
| 124 |
+
same Flux2KleinPipeline and have the same repo layout; for the 4B pair,
|
| 125 |
+
where both transformer configs are public, the distil
|
| 126 |
+
|
| 127 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 128 |
+
PROS
|
| 129 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 130 |
+
+ Widely adopted — 16,020 downloads. [source: CivitAI stats]
|
| 131 |
+
+ Positively received — 1,239 thumbs-up, 1 down. [source: CivitAI stats]
|
| 132 |
+
+ Explicit trigger word(s) — ArsMovieStill, movie still from a 1930s
|
| 133 |
+
technicolor movie — so the effect can be turned on and off from the
|
| 134 |
+
prompt. [source: model metadata]
|
| 135 |
+
+ Compact at 79 MB — cheap to stack with other LoRAs. [source: file size]
|
| 136 |
+
|
| 137 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 138 |
+
CONS & CAVEATS
|
| 139 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 140 |
+
- Author never states which generation mode it was trained for; test
|
| 141 |
+
against your own workflow before relying on it. [source: description]
|
| 142 |
+
|
| 143 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 144 |
+
COMPATIBILITY WARNING
|
| 145 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 146 |
+
Two different questions, two different answers. Within 9B (distilled vs
|
| 147 |
+
base — the two CivitAI strings): not a real incompatibility. Both load
|
| 148 |
+
through the same Flux2KleinPipeline and have the same repo layout; for the
|
| 149 |
+
4B pair, where both transformer configs are public, the distilled and base
|
| 150 |
+
configs are byte-for-byte identical in every shape field, and the 9B pair
|
| 151 |
+
is built the same way. HF's own klein LoRA guide states the workflow
|
| 152 |
+
directly: "Distilled models are step-compressed for fast inference; you
|
| 153 |
+
train against the base checkpoint and the adapter still loads on the
|
| 154 |
+
distilled model afterward", and "Applying the LoRA on the distilled model
|
| 155 |
+
typically gives better results than the base model, and it's faster" (that
|
| 156 |
+
post is written against 4B, but the family structure is the same). So the
|
| 157 |
+
two CivitAI strings record which checkpoint the author trained or previewed
|
| 158 |
+
against, not a hard compatibility wall. The real risk is a silent settings
|
| 159 |
+
mismatch: load a base-trained LoRA on the distilled checkpoint while
|
| 160 |
+
keeping the author's 20-50 step / CFG ~4 preview settings and the output
|
| 161 |
+
degrades badly (distilled wants 4 steps / guidance 1.0), or the reverse.
|
| 162 |
+
Nothing errors — it just looks wrong. Across sizes (9B vs 4B): a genuine
|
| 163 |
+
architectural mismatch, from the published transformer configs — different
|
| 164 |
+
hidden width (4096 vs 3072), different block counts (8+24 vs 5+20) and a
|
| 165 |
+
different text-conditioning dim (12288 vs 7680, following Qwen3-8B vs
|
| 166 |
+
Qwen3-4B). A 4B LoRA cannot patch a 9B model: expect missing keys and shape
|
| 167 |
+
errors, not degraded output. The exact ComfyUI error text is unverified. KV
|
| 168 |
+
variant: same 9B size and same 4-step distillation, but a distinct
|
| 169 |
+
checkpoint with its own pipeline; whether standard klein 9B LoRAs patch it
|
| 170 |
+
cleanly is not documented — see unverified.
|
| 171 |
+
|
| 172 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 173 |
+
AUTHOR'S DESCRIPTION
|
| 174 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 175 |
+
This LoRA aims to capture the look and feel of the early technicolor movies
|
| 176 |
+
in the 30s
|
| 177 |
+
The trigger words are ArsMovieStill, movie still from a 1930s technicolor
|
| 178 |
+
movie
|
| 179 |
+
MJ7 Version coming soon:
|
| 180 |
+
- Completely recreated the dataset, with a focus on period accuracy and
|
| 181 |
+
realism.
|
| 182 |
+
|
| 183 |
+
- Folklore, Fairytales, and fantasy themes are missing here :( Please use
|
| 184 |
+
V2 , for these purposes. I plan to release a larger unified version in the
|
| 185 |
+
near future that brings both approaches together.
|
| 186 |
+
|
| 187 |
+
- The colors here are much closer to the 30s Technicolor. Depending on
|
| 188 |
+
which version gains more traction (MJ7 or V2), I’ll adjust the color
|
| 189 |
+
direction in the next update accordingly.
|
| 190 |
+
|
| 191 |
+
30s Technicolor V2 is here:
|
| 192 |
+
- Dataset expanded by 400% (150 → 600 images) for greater diversity.
|
| 193 |
+
|
| 194 |
+
- Sub-themes include all major movie genres of the 1930s.
|
| 195 |
+
|
| 196 |
+
- Folklore, Fairytales, and various fantasy themes added on top.
|
| 197 |
+
|
| 198 |
+
- Enhanced background variety while maintaining a strong focus on
|
| 199 |
+
characters.
|
| 200 |
+
|
| 201 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 202 |
+
VERSION NOTES
|
| 203 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 204 |
+
Based on V2 Dataset
|
| 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, 1024x1024)
|
| 217 |
+
02_image.jpeg (image, 1024x1024)
|
| 218 |
+
03_image.jpeg (image, 1024x1024)
|
| 219 |
+
04_image.jpeg (image, 1024x1024)
|
| 220 |
+
05_image.jpeg (image, 1024x1024)
|
| 221 |
+
06_image.jpeg (image, 1024x1024)
|
| 222 |
+
|
| 223 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 224 |
+
HOW TO USE (COMFYUI)
|
| 225 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 226 |
+
1. Diffusion model -> ComfyUI/models/diffusion_models/. Distilled:
|
| 227 |
+
flux-2-klein-9b-fp8.safetensors. Base: flux-2-klein-
|
| 228 |
+
base-9b-fp8.safetensors. (BF16 single-file weights
|
| 229 |
+
flux-2-klein-9b.safetensors / flux-2-klein-base-9b.safetensors from the
|
| 230 |
+
gated HF repos also work if you have ~29GB; community GGUF builds exist
|
| 231 |
+
from unsloth and leejet for lower-VRAM setups.)
|
| 232 |
+
2. Text encoder ->
|
| 233 |
+
ComfyUI/models/text_encoders/qwen_3_8b_fp8mixed.safetensors (from Comfy-
|
| 234 |
+
Org/vae-text-encorder-for-flux-klein-9b). This is the 9B family's encoder;
|
| 235 |
+
the 4B family uses qwen_3_4b.safetensors — do not mix them.
|
| 236 |
+
3. VAE -> ComfyUI/models/vae/flux2-vae.safetensors (shared across klein
|
| 237 |
+
sizes).
|
| 238 |
+
4. LoRA -> ComfyUI/models/loras/ as a plain .safetensors.
|
| 239 |
+
5. Load with Load Diffusion Model (UNETLoader) for the transformer,
|
| 240 |
+
CLIPLoader for the Qwen3 text encoder, VAELoader for the VAE.
|
| 241 |
+
docs.comfy.org ships prebuilt Flux.2 klein graphs under Workflow Templates
|
| 242 |
+
for both the distilled and base branches — start from those rather than
|
| 243 |
+
wiring by hand, since neither the docs nor BFL's repo state
|
| 244 |
+
sampler/scheduler/shift in prose; those values live in the template.
|
| 245 |
+
6. Insert LoraLoaderModelOnly between the diffusion-model loader and the
|
| 246 |
+
sampler. Model-only is correct for klein: the Qwen3 text encoder is not
|
| 247 |
+
trained by the standard klein trainers, so there is no text-encoder half to
|
| 248 |
+
patch.
|
| 249 |
+
7. Set steps and guidance to match the checkpoint you actually loaded, not
|
| 250 |
+
the one the LoRA was trained on: 4 steps / guidance 1.0 on distilled,
|
| 251 |
+
~20-50 steps / guidance ~4.0 on base.
|
| 252 |
+
8. Note the 9B repos are gated on HuggingFace — you must accept the FLUX
|
| 253 |
+
Non-Commercial License on the repo page before any download, including
|
| 254 |
+
scripted ones.
|
| 255 |
+
|
| 256 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 257 |
+
Scraped by lorakit on 2026-09-05 01:48 UTC.
|
| 258 |
+
Stats and description are the author's; pros/cons are derived from the
|
| 259 |
+
evidence tagged beside each line.
|
| 260 |
+
───────────────────────────────────────────────────────────────────────────────
|
30s-technicolor-movie/metadata.json
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "30s Technicolor Movie",
|
| 3 |
+
"slug": "30s-technicolor-movie",
|
| 4 |
+
"base_model": "FLUX.2 [klein] 9B",
|
| 5 |
+
"media_type": "image",
|
| 6 |
+
"model_id": 886686,
|
| 7 |
+
"version_id": 2698440,
|
| 8 |
+
"version_name": "Klein9B",
|
| 9 |
+
"source": "civitai",
|
| 10 |
+
"url": "https://civitai.com/models/886686",
|
| 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 1930s technicolor 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 |
+
"Chain LoRAs by stringing LoraLoaderModelOnly nodes in series, model output into model input. There is no CLIP side to route — klein LoRAs are model-only because the Qwen3 text encoder is not trained (CivitAI's recipe fixes trainTextEncoder: false).",
|
| 37 |
+
"Only stack LoRAs of the same parameter size. 9B stacks with 9B; a 4B LoRA in a 9B stack is an architectural mismatch (3072 vs 4096 hidden, 5+20 vs 8+24 blocks), not a quality question.",
|
| 38 |
+
"Mixing a \"Flux.2 Klein 9B\" LoRA and a \"Flux.2 Klein 9B-base\" LoRA in one stack is fine — those strings describe the training checkpoint, not incompatible tensor layouts. Set the sampler for the checkpoint actually loaded.",
|
| 39 |
+
"Run base-trained LoRAs on the distilled checkpoint when you want speed: HF's klein LoRA guide reports the adapter loads there and typically gives better results than on base, at 4 steps.",
|
| 40 |
+
"A base-to-turbo / distillation-extraction LoRA is a whole-model delta, not a content LoRA. Put it on the base checkpoint only, and treat its strength as a steps/CFG dial rather than a style knob. Do not add it on top of the already-distilled checkpoint.",
|
| 41 |
+
"Read each LoRA's own published strength range instead of defaulting everything to 1.0 — klein LoRAs in the wild ship very different ones (0.5 start for the consistency LoRA, 0.8 for SOLRICKS' detail LoRA, under 0.5 and sometimes 0.1 for the vafipas663 distillation delta).",
|
| 42 |
+
"With a consistency or edit LoRA in the stack, excessive strength suppresses the prompt: the consistency LoRA's article says that if edits stop applying, lower it before changing anything else.",
|
| 43 |
+
"Prefer runtime LoRA patching over baking a LoRA into the checkpoint: ComfyUI's Model Merge / Model Save nodes have not detected Flux2 Klein models (4B or 9B) since a March 2026 update — issue #13637, still open.",
|
| 44 |
+
"The author never states which weight family this targets. Two different questions, two different answers. Within 9B (distilled vs base — the two CivitAI strings): not a real incompatibility. Both load through the same Flux2KleinPipeline and have the same repo layout; for the 4B pair, where both transformer configs are public, the distil"
|
| 45 |
+
]
|
| 46 |
+
},
|
| 47 |
+
"pros": [
|
| 48 |
+
"Widely adopted — 16,020 downloads. [source: CivitAI stats]",
|
| 49 |
+
"Positively received — 1,239 thumbs-up, 1 down. [source: CivitAI stats]",
|
| 50 |
+
"Explicit trigger word(s) — ArsMovieStill, movie still from a 1930s technicolor movie — so the effect can be turned on and off from the prompt. [source: model metadata]",
|
| 51 |
+
"Compact at 79 MB — cheap to stack with other LoRAs. [source: file size]"
|
| 52 |
+
],
|
| 53 |
+
"cons": [
|
| 54 |
+
"Author never states which generation mode it was trained for; test against your own workflow before relying on it. [source: description]"
|
| 55 |
+
],
|
| 56 |
+
"file": {
|
| 57 |
+
"name": "30sTechnocolorKlein9b.safetensors",
|
| 58 |
+
"size_bytes": 82866720,
|
| 59 |
+
"size_mb": 79.03,
|
| 60 |
+
"sha256": "f30797e2890bdfc474c4cee62d58ff0c4151a8131a66cd3a70a3dc4f5bbc0e3e"
|
| 61 |
+
},
|
| 62 |
+
"stats": {
|
| 63 |
+
"downloads": 16020,
|
| 64 |
+
"thumbs_up": 1239,
|
| 65 |
+
"thumbs_down": 1
|
| 66 |
+
},
|
| 67 |
+
"popularity": {
|
| 68 |
+
"downloads": 16020,
|
| 69 |
+
"thumbs_up": 1239,
|
| 70 |
+
"thumbs_down": 1,
|
| 71 |
+
"comments": 0,
|
| 72 |
+
"approval": "100% positive (1239/1240)",
|
| 73 |
+
"age_days": 175.7,
|
| 74 |
+
"downloads_per_day": 4.66,
|
| 75 |
+
"rank_by_downloads": 22,
|
| 76 |
+
"rank_by_momentum": 66,
|
| 77 |
+
"of_total": 150,
|
| 78 |
+
"adoption_tier": "High",
|
| 79 |
+
"momentum": "Steady"
|
| 80 |
+
},
|
| 81 |
+
"selection_score": 31288.0,
|
| 82 |
+
"selection_reasons": [
|
| 83 |
+
"16,020 downloads",
|
| 84 |
+
"1,239 thumbs-up",
|
| 85 |
+
"documented triggers + usage notes",
|
| 86 |
+
"top-ranked for its category"
|
| 87 |
+
],
|
| 88 |
+
"example_media": [
|
| 89 |
+
{
|
| 90 |
+
"file": "01_image.jpeg",
|
| 91 |
+
"type": "image",
|
| 92 |
+
"resolution": "1024x1024",
|
| 93 |
+
"prompt": ""
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"file": "02_image.jpeg",
|
| 97 |
+
"type": "image",
|
| 98 |
+
"resolution": "1024x1024",
|
| 99 |
+
"prompt": ""
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"file": "03_image.jpeg",
|
| 103 |
+
"type": "image",
|
| 104 |
+
"resolution": "1024x1024",
|
| 105 |
+
"prompt": ""
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"file": "04_image.jpeg",
|
| 109 |
+
"type": "image",
|
| 110 |
+
"resolution": "1024x1024",
|
| 111 |
+
"prompt": ""
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"file": "05_image.jpeg",
|
| 115 |
+
"type": "image",
|
| 116 |
+
"resolution": "1024x1024",
|
| 117 |
+
"prompt": ""
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"file": "06_image.jpeg",
|
| 121 |
+
"type": "image",
|
| 122 |
+
"resolution": "1024x1024",
|
| 123 |
+
"prompt": ""
|
| 124 |
+
}
|
| 125 |
+
],
|
| 126 |
+
"tags": [
|
| 127 |
+
"still",
|
| 128 |
+
"movie",
|
| 129 |
+
"movie still",
|
| 130 |
+
"midjourney v6",
|
| 131 |
+
"midjourney",
|
| 132 |
+
"style"
|
| 133 |
+
],
|
| 134 |
+
"scraped_at": "2026-09-05T01:48:08+00:00",
|
| 135 |
+
"path": "flux2-klein-9b/30s-technicolor-movie"
|
| 136 |
+
}
|
360-degree-flux/360_klein.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e8483ddeac8dd612f6bc2c914f551c35bc65ca416e86c3ec0a540afee0a6f38
|
| 3 |
+
size 165704376
|
360-degree-flux/example_images/01_image.jpeg
ADDED
|
Git LFS Details
|
360-degree-flux/example_images/02_image.jpeg
ADDED
|
Git LFS Details
|
360-degree-flux/example_images/03_image.jpeg
ADDED
|
Git LFS Details
|
360-degree-flux/example_images/04_image.jpeg
ADDED
|
Git LFS Details
|
360-degree-flux/example_images/05_image.jpeg
ADDED
|
Git LFS Details
|
360-degree-flux/example_images/06_image.jpeg
ADDED
|
Git LFS Details
|
360-degree-flux/info.txt
ADDED
|
@@ -0,0 +1,254 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 2 |
+
360 DEGREE [FLUX]
|
| 3 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 4 |
+
|
| 5 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 6 |
+
IDENTITY
|
| 7 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 8 |
+
Base model FLUX.2 [klein] 9B
|
| 9 |
+
Generation mode not declared by the author
|
| 10 |
+
Checkpoint not determined — verify before use
|
| 11 |
+
Category Output format / projection
|
| 12 |
+
Author denrakeiw
|
| 13 |
+
Source https://civitai.com/models/682349
|
| 14 |
+
Provenance CivitAI · model 682349 · version 3044028
|
| 15 |
+
|
| 16 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 17 |
+
WEIGHTS
|
| 18 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 19 |
+
File 360_klein.safetensors
|
| 20 |
+
Version Klein_9b
|
| 21 |
+
Size 158.0 MB
|
| 22 |
+
Format SafeTensor / unknown precision
|
| 23 |
+
SHA256 7e8483ddeac8dd612f6bc2c914f551c35bc65ca416e86c3ec0a540afee0a6f38
|
| 24 |
+
Published 2026-06-17
|
| 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 |
+
Taken verbatim from the author's description:
|
| 36 |
+
|
| 37 |
+
Resolution 1536x768
|
| 38 |
+
|
| 39 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 40 |
+
ADOPTION & POPULARITY
|
| 41 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 42 |
+
Downloads 14,070
|
| 43 |
+
Rating 100% positive (1264/1264)
|
| 44 |
+
Comments 0
|
| 45 |
+
Published 79 days ago
|
| 46 |
+
Download rate 9.3/day since release
|
| 47 |
+
|
| 48 |
+
Adoption rank #28 of 150 in this collection (High)
|
| 49 |
+
Momentum rank #38 of 150 by download rate (Trending)
|
| 50 |
+
|
| 51 |
+
Adoption tier is the percentile of total downloads within this collection;
|
| 52 |
+
momentum is the percentile of downloads-per-day since release. Momentum is
|
| 53 |
+
ranked rather than measured against a fixed rate, because this base model
|
| 54 |
+
is itself new and every LoRA looks fast on an absolute scale. Both numbers
|
| 55 |
+
are CivitAI's, read on the scrape date at the foot of this file.
|
| 56 |
+
|
| 57 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 58 |
+
CHAINING / STACKING
|
| 59 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 60 |
+
Stacks with others not stated
|
| 61 |
+
|
| 62 |
+
The author gave no chaining guidance. The rules below are the
|
| 63 |
+
general FLUX.2 [klein] 9B ones, not anything specific to this LoRA.
|
| 64 |
+
|
| 65 |
+
General FLUX.2 [klein] 9B rules that apply here (see REFERENCE.txt):
|
| 66 |
+
|
| 67 |
+
• Chain LoRAs by stringing LoraLoaderModelOnly nodes in series, model
|
| 68 |
+
output into model input. There is no CLIP side to route — klein LoRAs
|
| 69 |
+
are model-only because the Qwen3 text encoder is not trained (CivitAI's
|
| 70 |
+
recipe fixes trainTextEncoder: false).
|
| 71 |
+
• Only stack LoRAs of the same parameter size. 9B stacks with 9B; a 4B
|
| 72 |
+
LoRA in a 9B stack is an architectural mismatch (3072 vs 4096 hidden,
|
| 73 |
+
5+20 vs 8+24 blocks), not a quality question.
|
| 74 |
+
• Mixing a "Flux.2 Klein 9B" LoRA and a "Flux.2 Klein 9B-base" LoRA in
|
| 75 |
+
one stack is fine — those strings describe the training checkpoint, not
|
| 76 |
+
incompatible tensor layouts. Set the sampler for the checkpoint
|
| 77 |
+
actually loaded.
|
| 78 |
+
• Run base-trained LoRAs on the distilled checkpoint when you want speed:
|
| 79 |
+
HF's klein LoRA guide reports the adapter loads there and typically
|
| 80 |
+
gives better results than on base, at 4 steps.
|
| 81 |
+
• A base-to-turbo / distillation-extraction LoRA is a whole-model delta,
|
| 82 |
+
not a content LoRA. Put it on the base checkpoint only, and treat its
|
| 83 |
+
strength as a steps/CFG dial rather than a style knob. Do not add it on
|
| 84 |
+
top of the already-distilled checkpoint.
|
| 85 |
+
• Read each LoRA's own published strength range instead of defaulting
|
| 86 |
+
everything to 1.0 — klein LoRAs in the wild ship very different ones
|
| 87 |
+
(0.5 start for the consistency LoRA, 0.8 for SOLRICKS' detail LoRA,
|
| 88 |
+
under 0.5 and sometimes 0.1 for the vafipas663 distillation delta).
|
| 89 |
+
• With a consistency or edit LoRA in the stack, excessive strength
|
| 90 |
+
suppresses the prompt: the consistency LoRA's article says that if
|
| 91 |
+
edits stop applying, lower it before changing anything else.
|
| 92 |
+
• Prefer runtime LoRA patching over baking a LoRA into the checkpoint:
|
| 93 |
+
ComfyUI's Model Merge / Model Save nodes have not detected Flux2 Klein
|
| 94 |
+
models (4B or 9B) since a March 2026 update — issue #13637, still open.
|
| 95 |
+
• The author never states which weight family this targets. Two different
|
| 96 |
+
questions, two different answers. Within 9B (distilled vs base — the
|
| 97 |
+
two CivitAI strings): not a real incompatibility. Both load through the
|
| 98 |
+
same Flux2KleinPipeline and have the same repo layout; for the 4B pair,
|
| 99 |
+
where both transformer configs are public, the distil
|
| 100 |
+
|
| 101 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 102 |
+
PROS
|
| 103 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 104 |
+
+ Widely adopted — 14,070 downloads. [source: CivitAI stats]
|
| 105 |
+
+ Positively received — 1,264 thumbs-up with no down-votes. [source:
|
| 106 |
+
CivitAI stats]
|
| 107 |
+
+ Compact at 158 MB — cheap to stack with other LoRAs. [source: file
|
| 108 |
+
size]
|
| 109 |
+
+ Author published concrete recommended settings. [source: description]
|
| 110 |
+
|
| 111 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 112 |
+
CONS & CAVEATS
|
| 113 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 114 |
+
- No trigger word — the LoRA is always on once loaded, so strength is the
|
| 115 |
+
only control. [source: model metadata]
|
| 116 |
+
- Author never states which generation mode it was trained for; test
|
| 117 |
+
against your own workflow before relying on it. [source: description]
|
| 118 |
+
|
| 119 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 120 |
+
COMPATIBILITY WARNING
|
| 121 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 122 |
+
Two different questions, two different answers. Within 9B (distilled vs
|
| 123 |
+
base — the two CivitAI strings): not a real incompatibility. Both load
|
| 124 |
+
through the same Flux2KleinPipeline and have the same repo layout; for the
|
| 125 |
+
4B pair, where both transformer configs are public, the distilled and base
|
| 126 |
+
configs are byte-for-byte identical in every shape field, and the 9B pair
|
| 127 |
+
is built the same way. HF's own klein LoRA guide states the workflow
|
| 128 |
+
directly: "Distilled models are step-compressed for fast inference; you
|
| 129 |
+
train against the base checkpoint and the adapter still loads on the
|
| 130 |
+
distilled model afterward", and "Applying the LoRA on the distilled model
|
| 131 |
+
typically gives better results than the base model, and it's faster" (that
|
| 132 |
+
post is written against 4B, but the family structure is the same). So the
|
| 133 |
+
two CivitAI strings record which checkpoint the author trained or previewed
|
| 134 |
+
against, not a hard compatibility wall. The real risk is a silent settings
|
| 135 |
+
mismatch: load a base-trained LoRA on the distilled checkpoint while
|
| 136 |
+
keeping the author's 20-50 step / CFG ~4 preview settings and the output
|
| 137 |
+
degrades badly (distilled wants 4 steps / guidance 1.0), or the reverse.
|
| 138 |
+
Nothing errors — it just looks wrong. Across sizes (9B vs 4B): a genuine
|
| 139 |
+
architectural mismatch, from the published transformer configs — different
|
| 140 |
+
hidden width (4096 vs 3072), different block counts (8+24 vs 5+20) and a
|
| 141 |
+
different text-conditioning dim (12288 vs 7680, following Qwen3-8B vs
|
| 142 |
+
Qwen3-4B). A 4B LoRA cannot patch a 9B model: expect missing keys and shape
|
| 143 |
+
errors, not degraded output. The exact ComfyUI error text is unverified. KV
|
| 144 |
+
variant: same 9B size and same 4-step distillation, but a distinct
|
| 145 |
+
checkpoint with its own pipeline; whether standard klein 9B LoRAs patch it
|
| 146 |
+
cleanly is not documented — see unverified.
|
| 147 |
+
|
| 148 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 149 |
+
AUTHOR'S DESCRIPTION
|
| 150 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 151 |
+
Trained with OSTRIS AI-Toolkit @ runpod.io Flux Klein: Seamfix LoRa:
|
| 152 |
+
Comfyui 360 Workflow Seamless 360° Image Generation with Flux Klein One
|
| 153 |
+
year after my first experiments generating 360-degree images with Flux, I'm
|
| 154 |
+
now taking a fresh approach using the klein 9b model. The results have
|
| 155 |
+
improved significantly compared to my earlier attempts. To achieve truly
|
| 156 |
+
seamless 360° images, I trained a second LoRA specifically designed to
|
| 157 |
+
support seamless inpainting. This additional LoRA helps repair the seams
|
| 158 |
+
that typically appear where the image wraps around, ensuring a smooth
|
| 159 |
+
transition across the entire panorama. With this comfryui workflow—Flux
|
| 160 |
+
Klein 360 Lora plus the seamfix LoRA—it's now possible to generate mostly
|
| 161 |
+
seamless 360-degree images consistently. Flux Kontext:
|
| 162 |
+
Comfyui Workflow: Transform any input image into immersive 360-degree
|
| 163 |
+
panoramic views with this specialized LoRA model. Model Description This
|
| 164 |
+
Kontext LoRA has been specifically trained to convert regular input images
|
| 165 |
+
into full 360-degree panoramic representations. The model leverages
|
| 166 |
+
advanced training techniques to understand spatial relationships and
|
| 167 |
+
generate contextually appropriate wraparound imagery. Training Details -
|
| 168 |
+
Dataset: Custom before/after image pairs showcasing the transformation from
|
| 169 |
+
standard images to 360-degree panoramas
|
| 170 |
+
|
| 171 |
+
- Training Framework: Ostris AI Toolkit
|
| 172 |
+
|
| 173 |
+
- Model Type: Kontext LoRA for Flux
|
| 174 |
+
|
| 175 |
+
- Purpose: Image-to-360° panorama conversion
|
| 176 |
+
|
| 177 |
+
Usage Notes - Base Quality: The raw output without upscaling may appear
|
| 178 |
+
less refined
|
| 179 |
+
|
| 180 |
+
- Recommended Enhancement: Use tiled diffusion upscaling for significantly
|
| 181 |
+
improved results
|
| 182 |
+
|
| 183 |
+
- Workflow: A complete ComfyUI workflow for creating seamless 360-degree
|
| 184 |
+
images will be uploaded soon
|
| 185 |
+
|
| 186 |
+
Applications Perfect for creating immersive content, virtual environments,
|
| 187 |
+
VR experiences, and panoramic artwork from standard input images. ---------
|
| 188 |
+
---------------------------------------------------------------------------
|
| 189 |
+
---------------- Flux Version: The LoRA can create 360-degree panoramic
|
| 190 |
+
images, and there is a high probability that the textures at the edges will
|
| 191 |
+
be seamless. However, as is often the case with AI-generated images, it
|
| 192 |
+
doesn't always work perfectly. But it works ;) Here’s a tip for creating
|
| 193 |
+
the images: Choose a 2:1 format, such as 1536x768 pixels, for the first
|
| 194 |
+
sampler. Then, use the Ultimate Upscaler to do a 2x or 4x upscaling. This
|
| 195 |
+
should help maintain quality while generating 360-degree panoramic images.
|
| 196 |
+
The 'SCHNELL' version is trained with Rank 64 and SCHNELL as a Base Model,
|
| 197 |
+
making it a bit more resource-efficient. 'Dev' offers the best image
|
| 198 |
+
quality with Rank 128, but if speed is the priority, 'SCHNELL' is ideal.
|
| 199 |
+
|
| 200 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 201 |
+
EXAMPLE MEDIA
|
| 202 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 203 |
+
6 preview(s) in ./example_images/ — community results for
|
| 204 |
+
this LoRA. Videos keep a matching _poster.jpg still frame.
|
| 205 |
+
|
| 206 |
+
No prompts are recorded below: CivitAI's public API flags these posts as
|
| 207 |
+
having generation metadata but does not return it, so the prompts cannot be
|
| 208 |
+
scraped. Open the model page to read them.
|
| 209 |
+
|
| 210 |
+
01_image.jpeg (image, 2048x1024)
|
| 211 |
+
02_image.jpeg (image, 2048x1024)
|
| 212 |
+
03_image.jpeg (image, 2048x1024)
|
| 213 |
+
04_image.jpeg (image, 2048x1024)
|
| 214 |
+
05_image.jpeg (image, 2048x1024)
|
| 215 |
+
06_image.jpeg (image, 2048x1024)
|
| 216 |
+
|
| 217 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 218 |
+
HOW TO USE (COMFYUI)
|
| 219 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 220 |
+
1. Diffusion model -> ComfyUI/models/diffusion_models/. Distilled:
|
| 221 |
+
flux-2-klein-9b-fp8.safetensors. Base: flux-2-klein-
|
| 222 |
+
base-9b-fp8.safetensors. (BF16 single-file weights
|
| 223 |
+
flux-2-klein-9b.safetensors / flux-2-klein-base-9b.safetensors from the
|
| 224 |
+
gated HF repos also work if you have ~29GB; community GGUF builds exist
|
| 225 |
+
from unsloth and leejet for lower-VRAM setups.)
|
| 226 |
+
2. Text encoder ->
|
| 227 |
+
ComfyUI/models/text_encoders/qwen_3_8b_fp8mixed.safetensors (from Comfy-
|
| 228 |
+
Org/vae-text-encorder-for-flux-klein-9b). This is the 9B family's encoder;
|
| 229 |
+
the 4B family uses qwen_3_4b.safetensors — do not mix them.
|
| 230 |
+
3. VAE -> ComfyUI/models/vae/flux2-vae.safetensors (shared across klein
|
| 231 |
+
sizes).
|
| 232 |
+
4. LoRA -> ComfyUI/models/loras/ as a plain .safetensors.
|
| 233 |
+
5. Load with Load Diffusion Model (UNETLoader) for the transformer,
|
| 234 |
+
CLIPLoader for the Qwen3 text encoder, VAELoader for the VAE.
|
| 235 |
+
docs.comfy.org ships prebuilt Flux.2 klein graphs under Workflow Templates
|
| 236 |
+
for both the distilled and base branches — start from those rather than
|
| 237 |
+
wiring by hand, since neither the docs nor BFL's repo state
|
| 238 |
+
sampler/scheduler/shift in prose; those values live in the template.
|
| 239 |
+
6. Insert LoraLoaderModelOnly between the diffusion-model loader and the
|
| 240 |
+
sampler. Model-only is correct for klein: the Qwen3 text encoder is not
|
| 241 |
+
trained by the standard klein trainers, so there is no text-encoder half to
|
| 242 |
+
patch.
|
| 243 |
+
7. Set steps and guidance to match the checkpoint you actually loaded, not
|
| 244 |
+
the one the LoRA was trained on: 4 steps / guidance 1.0 on distilled,
|
| 245 |
+
~20-50 steps / guidance ~4.0 on base.
|
| 246 |
+
8. Note the 9B repos are gated on HuggingFace — you must accept the FLUX
|
| 247 |
+
Non-Commercial License on the repo page before any download, including
|
| 248 |
+
scripted ones.
|
| 249 |
+
|
| 250 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 251 |
+
Scraped by lorakit on 2026-09-05 01:48 UTC.
|
| 252 |
+
Stats and description are the author's; pros/cons are derived from the
|
| 253 |
+
evidence tagged beside each line.
|
| 254 |
+
───────────────────────────────────────────────────────────────────────────────
|
360-degree-flux/metadata.json
ADDED
|
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "360 Degree [Flux]",
|
| 3 |
+
"slug": "360-degree-flux",
|
| 4 |
+
"base_model": "FLUX.2 [klein] 9B",
|
| 5 |
+
"media_type": "image",
|
| 6 |
+
"model_id": 682349,
|
| 7 |
+
"version_id": 3044028,
|
| 8 |
+
"version_name": "Klein_9b",
|
| 9 |
+
"source": "civitai",
|
| 10 |
+
"url": "https://civitai.com/models/682349",
|
| 11 |
+
"repo_id": null,
|
| 12 |
+
"file_path": null,
|
| 13 |
+
"author": "denrakeiw",
|
| 14 |
+
"category": {
|
| 15 |
+
"key": "format",
|
| 16 |
+
"label": "Output format / projection"
|
| 17 |
+
},
|
| 18 |
+
"modalities": [],
|
| 19 |
+
"primary_modality": "unspecified",
|
| 20 |
+
"checkpoint_family": "unknown",
|
| 21 |
+
"trigger_words": [],
|
| 22 |
+
"recommended_settings": {
|
| 23 |
+
"Resolution": "1536x768"
|
| 24 |
+
},
|
| 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 |
+
"Chain LoRAs by stringing LoraLoaderModelOnly nodes in series, model output into model input. There is no CLIP side to route — klein LoRAs are model-only because the Qwen3 text encoder is not trained (CivitAI's recipe fixes trainTextEncoder: false).",
|
| 37 |
+
"Only stack LoRAs of the same parameter size. 9B stacks with 9B; a 4B LoRA in a 9B stack is an architectural mismatch (3072 vs 4096 hidden, 5+20 vs 8+24 blocks), not a quality question.",
|
| 38 |
+
"Mixing a \"Flux.2 Klein 9B\" LoRA and a \"Flux.2 Klein 9B-base\" LoRA in one stack is fine — those strings describe the training checkpoint, not incompatible tensor layouts. Set the sampler for the checkpoint actually loaded.",
|
| 39 |
+
"Run base-trained LoRAs on the distilled checkpoint when you want speed: HF's klein LoRA guide reports the adapter loads there and typically gives better results than on base, at 4 steps.",
|
| 40 |
+
"A base-to-turbo / distillation-extraction LoRA is a whole-model delta, not a content LoRA. Put it on the base checkpoint only, and treat its strength as a steps/CFG dial rather than a style knob. Do not add it on top of the already-distilled checkpoint.",
|
| 41 |
+
"Read each LoRA's own published strength range instead of defaulting everything to 1.0 — klein LoRAs in the wild ship very different ones (0.5 start for the consistency LoRA, 0.8 for SOLRICKS' detail LoRA, under 0.5 and sometimes 0.1 for the vafipas663 distillation delta).",
|
| 42 |
+
"With a consistency or edit LoRA in the stack, excessive strength suppresses the prompt: the consistency LoRA's article says that if edits stop applying, lower it before changing anything else.",
|
| 43 |
+
"Prefer runtime LoRA patching over baking a LoRA into the checkpoint: ComfyUI's Model Merge / Model Save nodes have not detected Flux2 Klein models (4B or 9B) since a March 2026 update — issue #13637, still open.",
|
| 44 |
+
"The author never states which weight family this targets. Two different questions, two different answers. Within 9B (distilled vs base — the two CivitAI strings): not a real incompatibility. Both load through the same Flux2KleinPipeline and have the same repo layout; for the 4B pair, where both transformer configs are public, the distil"
|
| 45 |
+
]
|
| 46 |
+
},
|
| 47 |
+
"pros": [
|
| 48 |
+
"Widely adopted — 14,070 downloads. [source: CivitAI stats]",
|
| 49 |
+
"Positively received — 1,264 thumbs-up with no down-votes. [source: CivitAI stats]",
|
| 50 |
+
"Compact at 158 MB — cheap to stack with other LoRAs. [source: file size]",
|
| 51 |
+
"Author published concrete recommended settings. [source: description]"
|
| 52 |
+
],
|
| 53 |
+
"cons": [
|
| 54 |
+
"No trigger word — the LoRA is always on once loaded, so strength is the only control. [source: model metadata]",
|
| 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": "360_klein.safetensors",
|
| 59 |
+
"size_bytes": 165704376,
|
| 60 |
+
"size_mb": 158.03,
|
| 61 |
+
"sha256": "7e8483ddeac8dd612f6bc2c914f551c35bc65ca416e86c3ec0a540afee0a6f38"
|
| 62 |
+
},
|
| 63 |
+
"stats": {
|
| 64 |
+
"downloads": 14070,
|
| 65 |
+
"thumbs_up": 1264,
|
| 66 |
+
"thumbs_down": 0
|
| 67 |
+
},
|
| 68 |
+
"popularity": {
|
| 69 |
+
"downloads": 14070,
|
| 70 |
+
"thumbs_up": 1264,
|
| 71 |
+
"thumbs_down": 0,
|
| 72 |
+
"comments": 0,
|
| 73 |
+
"approval": "100% positive (1264/1264)",
|
| 74 |
+
"age_days": 79.2,
|
| 75 |
+
"downloads_per_day": 9.27,
|
| 76 |
+
"rank_by_downloads": 28,
|
| 77 |
+
"rank_by_momentum": 38,
|
| 78 |
+
"of_total": 150,
|
| 79 |
+
"adoption_tier": "High",
|
| 80 |
+
"momentum": "Trending"
|
| 81 |
+
},
|
| 82 |
+
"selection_score": 29238.0,
|
| 83 |
+
"selection_reasons": [
|
| 84 |
+
"14,070 downloads",
|
| 85 |
+
"1,264 thumbs-up",
|
| 86 |
+
"top-ranked for its category"
|
| 87 |
+
],
|
| 88 |
+
"example_media": [
|
| 89 |
+
{
|
| 90 |
+
"file": "01_image.jpeg",
|
| 91 |
+
"type": "image",
|
| 92 |
+
"resolution": "2048x1024",
|
| 93 |
+
"prompt": ""
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"file": "02_image.jpeg",
|
| 97 |
+
"type": "image",
|
| 98 |
+
"resolution": "2048x1024",
|
| 99 |
+
"prompt": ""
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"file": "03_image.jpeg",
|
| 103 |
+
"type": "image",
|
| 104 |
+
"resolution": "2048x1024",
|
| 105 |
+
"prompt": ""
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"file": "04_image.jpeg",
|
| 109 |
+
"type": "image",
|
| 110 |
+
"resolution": "2048x1024",
|
| 111 |
+
"prompt": ""
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"file": "05_image.jpeg",
|
| 115 |
+
"type": "image",
|
| 116 |
+
"resolution": "2048x1024",
|
| 117 |
+
"prompt": ""
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"file": "06_image.jpeg",
|
| 121 |
+
"type": "image",
|
| 122 |
+
"resolution": "2048x1024",
|
| 123 |
+
"prompt": ""
|
| 124 |
+
}
|
| 125 |
+
],
|
| 126 |
+
"tags": [
|
| 127 |
+
"vr",
|
| 128 |
+
"style",
|
| 129 |
+
"hdr",
|
| 130 |
+
"360 degree",
|
| 131 |
+
"360",
|
| 132 |
+
"360 panorama",
|
| 133 |
+
"panorama",
|
| 134 |
+
"360°"
|
| 135 |
+
],
|
| 136 |
+
"scraped_at": "2026-09-05T01:48:16+00:00",
|
| 137 |
+
"path": "flux2-klein-9b/360-degree-flux"
|
| 138 |
+
}
|
70s-horror-movie/70sHorrorKlein9b.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e974b3803c0074c5223c77f8dbbc4a8c73750dcb2e810a76c1fa6d898fb0ebe
|
| 3 |
+
size 82866712
|
70s-horror-movie/example_images/01_image.jpeg
ADDED
|
Git LFS Details
|
70s-horror-movie/example_images/02_image.jpeg
ADDED
|
Git LFS Details
|
70s-horror-movie/example_images/03_image.jpeg
ADDED
|
Git LFS Details
|
70s-horror-movie/example_images/04_image.jpeg
ADDED
|
Git LFS Details
|
70s-horror-movie/example_images/05_image.jpeg
ADDED
|
Git LFS Details
|
70s-horror-movie/example_images/06_image.jpeg
ADDED
|
Git LFS Details
|
70s-horror-movie/info.txt
ADDED
|
@@ -0,0 +1,246 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 2 |
+
70S HORROR MOVIE
|
| 3 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 4 |
+
|
| 5 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 6 |
+
IDENTITY
|
| 7 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 8 |
+
Base model FLUX.2 [klein] 9B
|
| 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/863136
|
| 14 |
+
Provenance CivitAI · model 863136 · version 2669039
|
| 15 |
+
|
| 16 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 17 |
+
WEIGHTS
|
| 18 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 19 |
+
File 70sHorrorKlein9b.safetensors
|
| 20 |
+
Version Klein9B
|
| 21 |
+
Size 79.0 MB
|
| 22 |
+
Format SafeTensor / unknown precision
|
| 23 |
+
SHA256 2e974b3803c0074c5223c77f8dbbc4a8c73750dcb2e810a76c1fa6d898fb0ebe
|
| 24 |
+
Published 2026-05-05
|
| 25 |
+
|
| 26 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 27 |
+
TRIGGER WORDS
|
| 28 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 29 |
+
› "ArsMovieStill, movie still from a 1970s horror movie"
|
| 30 |
+
|
| 31 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 32 |
+
RECOMMENDED SETTINGS
|
| 33 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 34 |
+
The author did not publish specific settings.
|
| 35 |
+
No author settings were published. Community baseline: steps Distilled
|
| 36 |
+
FLUX.2-klein-9B: 4 (HF card example; it is step-distilled to exactly this,
|
| 37 |
+
and more steps do not refine further). Base FLUX.2-klein-base-9B: 50 in the
|
| 38 |
+
HF card example and in ComfyUI's benchmark; community practice runs lower,
|
| 39 |
+
with ~20 for production and 8-12 for fast iteration reported in the CivitAI
|
| 40 |
+
consistency-LoRA article., cfg Distilled: guidance_scale 1.0 (HF card). It
|
| 41 |
+
is guidance-distilled and its transformer config sets
|
| 42 |
+
guidance_embeds=false, so raising CFG degrades rather than improves. Base:
|
| 43 |
+
guidance_scale 4.0 (HF card); the CivitAI consistency-LoRA article
|
| 44 |
+
recommends 3.5-4.5 for most edits., sampler Not stated by BFL or by
|
| 45 |
+
docs.comfy.org, and the official flux2 GitHub repo documents no sampler,
|
| 46 |
+
scheduler or shift values either. Community consensus is euler with a
|
| 47 |
+
resolution-dependent shifted-Euler / flow-match schedule (ComfyUI's Flux2
|
| 48 |
+
workflows use a scheduler that interpolates shift between base_shift and
|
| 49 |
+
max_shift by output resolution). Start from ComfyUI's downloadable Flux.2
|
| 50 |
+
klein workflow template rather than a blog. See unverified., resolution
|
| 51 |
+
1024x1024 in every BFL HF card example and in CivitAI's 9B training recipe
|
| 52 |
+
("resolution": 1024). Non-square ratios work but no official list of
|
| 53 |
+
supported dimensions or a stated alignment multiple was found — see
|
| 54 |
+
unverified., lora_strength 1.0 is the diffusers/ComfyUI default and what
|
| 55 |
+
CivitAI applies to training previews (strength 1.0). Published per-LoRA
|
| 56 |
+
guidance varies and should be read from the LoRA, not assumed: the widely
|
| 57 |
+
used Klein 9B consistency LoRA's CivitAI article says start at 0.5 within a
|
| 58 |
+
0.2-1.0 range (0.2-0.4 loose, 0.5-0.7 balanced, 0.8-1.0 maximum structural
|
| 59 |
+
stability) and warns that too high a strength stops edits from applying;
|
| 60 |
+
SOLRICKS' Realistic Detail LoRA card says 0.6-0.8 subtle, 0.8-1.0 stronger,
|
| 61 |
+
start 0.8; the vafipas663 distillation-delta LoRA card warns it "produces
|
| 62 |
+
static noise at strength > 0.5. And sometimes, you have to go as low as
|
| 63 |
+
0.1.".
|
| 64 |
+
|
| 65 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 66 |
+
ADOPTION & POPULARITY
|
| 67 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 68 |
+
Downloads 14,165
|
| 69 |
+
Rating 100% positive (1046/1046)
|
| 70 |
+
Comments 0
|
| 71 |
+
Published 122 days ago
|
| 72 |
+
Download rate 6.7/day since release
|
| 73 |
+
|
| 74 |
+
Adoption rank #27 of 150 in this collection (High)
|
| 75 |
+
Momentum rank #45 of 150 by download rate (Steady)
|
| 76 |
+
|
| 77 |
+
Adoption tier is the percentile of total downloads within this collection;
|
| 78 |
+
momentum is the percentile of downloads-per-day since release. Momentum is
|
| 79 |
+
ranked rather than measured against a fixed rate, because this base model
|
| 80 |
+
is itself new and every LoRA looks fast on an absolute scale. Both numbers
|
| 81 |
+
are CivitAI's, read on the scrape date at the foot of this file.
|
| 82 |
+
|
| 83 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 84 |
+
CHAINING / STACKING
|
| 85 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 86 |
+
Stacks with others not stated
|
| 87 |
+
|
| 88 |
+
The author gave no chaining guidance. The rules below are the
|
| 89 |
+
general FLUX.2 [klein] 9B ones, not anything specific to this LoRA.
|
| 90 |
+
|
| 91 |
+
General FLUX.2 [klein] 9B rules that apply here (see REFERENCE.txt):
|
| 92 |
+
|
| 93 |
+
• Chain LoRAs by stringing LoraLoaderModelOnly nodes in series, model
|
| 94 |
+
output into model input. There is no CLIP side to route — klein LoRAs
|
| 95 |
+
are model-only because the Qwen3 text encoder is not trained (CivitAI's
|
| 96 |
+
recipe fixes trainTextEncoder: false).
|
| 97 |
+
• Only stack LoRAs of the same parameter size. 9B stacks with 9B; a 4B
|
| 98 |
+
LoRA in a 9B stack is an architectural mismatch (3072 vs 4096 hidden,
|
| 99 |
+
5+20 vs 8+24 blocks), not a quality question.
|
| 100 |
+
• Mixing a "Flux.2 Klein 9B" LoRA and a "Flux.2 Klein 9B-base" LoRA in
|
| 101 |
+
one stack is fine — those strings describe the training checkpoint, not
|
| 102 |
+
incompatible tensor layouts. Set the sampler for the checkpoint
|
| 103 |
+
actually loaded.
|
| 104 |
+
• Run base-trained LoRAs on the distilled checkpoint when you want speed:
|
| 105 |
+
HF's klein LoRA guide reports the adapter loads there and typically
|
| 106 |
+
gives better results than on base, at 4 steps.
|
| 107 |
+
• A base-to-turbo / distillation-extraction LoRA is a whole-model delta,
|
| 108 |
+
not a content LoRA. Put it on the base checkpoint only, and treat its
|
| 109 |
+
strength as a steps/CFG dial rather than a style knob. Do not add it on
|
| 110 |
+
top of the already-distilled checkpoint.
|
| 111 |
+
• Read each LoRA's own published strength range instead of defaulting
|
| 112 |
+
everything to 1.0 — klein LoRAs in the wild ship very different ones
|
| 113 |
+
(0.5 start for the consistency LoRA, 0.8 for SOLRICKS' detail LoRA,
|
| 114 |
+
under 0.5 and sometimes 0.1 for the vafipas663 distillation delta).
|
| 115 |
+
• With a consistency or edit LoRA in the stack, excessive strength
|
| 116 |
+
suppresses the prompt: the consistency LoRA's article says that if
|
| 117 |
+
edits stop applying, lower it before changing anything else.
|
| 118 |
+
• Prefer runtime LoRA patching over baking a LoRA into the checkpoint:
|
| 119 |
+
ComfyUI's Model Merge / Model Save nodes have not detected Flux2 Klein
|
| 120 |
+
models (4B or 9B) since a March 2026 update — issue #13637, still open.
|
| 121 |
+
• The author never states which weight family this targets. Two different
|
| 122 |
+
questions, two different answers. Within 9B (distilled vs base — the
|
| 123 |
+
two CivitAI strings): not a real incompatibility. Both load through the
|
| 124 |
+
same Flux2KleinPipeline and have the same repo layout; for the 4B pair,
|
| 125 |
+
where both transformer configs are public, the distil
|
| 126 |
+
|
| 127 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 128 |
+
PROS
|
| 129 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 130 |
+
+ Widely adopted — 14,165 downloads. [source: CivitAI stats]
|
| 131 |
+
+ Positively received — 1,046 thumbs-up with no down-votes. [source:
|
| 132 |
+
CivitAI stats]
|
| 133 |
+
+ Explicit trigger word(s) — ArsMovieStill, movie still from a 1970s
|
| 134 |
+
horror movie — so the effect can be turned on and off from the prompt.
|
| 135 |
+
[source: model metadata]
|
| 136 |
+
+ Compact at 79 MB — cheap to stack with other LoRAs. [source: file size]
|
| 137 |
+
|
| 138 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 139 |
+
CONS & CAVEATS
|
| 140 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 141 |
+
- Author never states which generation mode it was trained for; test
|
| 142 |
+
against your own workflow before relying on it. [source: description]
|
| 143 |
+
|
| 144 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 145 |
+
COMPATIBILITY WARNING
|
| 146 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 147 |
+
Two different questions, two different answers. Within 9B (distilled vs
|
| 148 |
+
base — the two CivitAI strings): not a real incompatibility. Both load
|
| 149 |
+
through the same Flux2KleinPipeline and have the same repo layout; for the
|
| 150 |
+
4B pair, where both transformer configs are public, the distilled and base
|
| 151 |
+
configs are byte-for-byte identical in every shape field, and the 9B pair
|
| 152 |
+
is built the same way. HF's own klein LoRA guide states the workflow
|
| 153 |
+
directly: "Distilled models are step-compressed for fast inference; you
|
| 154 |
+
train against the base checkpoint and the adapter still loads on the
|
| 155 |
+
distilled model afterward", and "Applying the LoRA on the distilled model
|
| 156 |
+
typically gives better results than the base model, and it's faster" (that
|
| 157 |
+
post is written against 4B, but the family structure is the same). So the
|
| 158 |
+
two CivitAI strings record which checkpoint the author trained or previewed
|
| 159 |
+
against, not a hard compatibility wall. The real risk is a silent settings
|
| 160 |
+
mismatch: load a base-trained LoRA on the distilled checkpoint while
|
| 161 |
+
keeping the author's 20-50 step / CFG ~4 preview settings and the output
|
| 162 |
+
degrades badly (distilled wants 4 steps / guidance 1.0), or the reverse.
|
| 163 |
+
Nothing errors — it just looks wrong. Across sizes (9B vs 4B): a genuine
|
| 164 |
+
architectural mismatch, from the published transformer configs — different
|
| 165 |
+
hidden width (4096 vs 3072), different block counts (8+24 vs 5+20) and a
|
| 166 |
+
different text-conditioning dim (12288 vs 7680, following Qwen3-8B vs
|
| 167 |
+
Qwen3-4B). A 4B LoRA cannot patch a 9B model: expect missing keys and shape
|
| 168 |
+
errors, not degraded output. The exact ComfyUI error text is unverified. KV
|
| 169 |
+
variant: same 9B size and same 4-step distillation, but a distinct
|
| 170 |
+
checkpoint with its own pipeline; whether standard klein 9B LoRAs patch it
|
| 171 |
+
cleanly is not documented — see unverified.
|
| 172 |
+
|
| 173 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 174 |
+
AUTHOR'S DESCRIPTION
|
| 175 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 176 |
+
This LoRA is designed to capture the specific atmosphere of 70s horror
|
| 177 |
+
movies.
|
| 178 |
+
|
| 179 |
+
The trigger words are ArsMovieStill, movie still from a 1970s horror movie
|
| 180 |
+
MJ7 version: Reworked the dataset from scatch , so we can achieve better
|
| 181 |
+
period accuracy.
|
| 182 |
+
|
| 183 |
+
V2 update:
|
| 184 |
+
- Increased dataset for improved flexibility.
|
| 185 |
+
|
| 186 |
+
- Adjusted the overall aesthetic to lean more toward a pastel technicolor
|
| 187 |
+
palette.
|
| 188 |
+
|
| 189 |
+
- Added a wide range of fantasy horror creatures and scenes to balance the
|
| 190 |
+
focus, as v1 leaned more heavily toward slashers
|
| 191 |
+
|
| 192 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 193 |
+
EXAMPLE MEDIA
|
| 194 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 195 |
+
6 preview(s) in ./example_images/ — community results for
|
| 196 |
+
this LoRA. Videos keep a matching _poster.jpg still frame.
|
| 197 |
+
|
| 198 |
+
No prompts are recorded below: CivitAI's public API flags these posts as
|
| 199 |
+
having generation metadata but does not return it, so the prompts cannot be
|
| 200 |
+
scraped. Open the model page to read them.
|
| 201 |
+
|
| 202 |
+
01_image.jpeg (image, 1440x2560)
|
| 203 |
+
02_image.jpeg (image, 1024x1024)
|
| 204 |
+
03_image.jpeg (image, 1024x1024)
|
| 205 |
+
04_image.jpeg (image, 768x1344)
|
| 206 |
+
05_image.jpeg (image, 832x1216)
|
| 207 |
+
06_image.jpeg (image, 1920x3072)
|
| 208 |
+
|
| 209 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 210 |
+
HOW TO USE (COMFYUI)
|
| 211 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 212 |
+
1. Diffusion model -> ComfyUI/models/diffusion_models/. Distilled:
|
| 213 |
+
flux-2-klein-9b-fp8.safetensors. Base: flux-2-klein-
|
| 214 |
+
base-9b-fp8.safetensors. (BF16 single-file weights
|
| 215 |
+
flux-2-klein-9b.safetensors / flux-2-klein-base-9b.safetensors from the
|
| 216 |
+
gated HF repos also work if you have ~29GB; community GGUF builds exist
|
| 217 |
+
from unsloth and leejet for lower-VRAM setups.)
|
| 218 |
+
2. Text encoder ->
|
| 219 |
+
ComfyUI/models/text_encoders/qwen_3_8b_fp8mixed.safetensors (from Comfy-
|
| 220 |
+
Org/vae-text-encorder-for-flux-klein-9b). This is the 9B family's encoder;
|
| 221 |
+
the 4B family uses qwen_3_4b.safetensors — do not mix them.
|
| 222 |
+
3. VAE -> ComfyUI/models/vae/flux2-vae.safetensors (shared across klein
|
| 223 |
+
sizes).
|
| 224 |
+
4. LoRA -> ComfyUI/models/loras/ as a plain .safetensors.
|
| 225 |
+
5. Load with Load Diffusion Model (UNETLoader) for the transformer,
|
| 226 |
+
CLIPLoader for the Qwen3 text encoder, VAELoader for the VAE.
|
| 227 |
+
docs.comfy.org ships prebuilt Flux.2 klein graphs under Workflow Templates
|
| 228 |
+
for both the distilled and base branches — start from those rather than
|
| 229 |
+
wiring by hand, since neither the docs nor BFL's repo state
|
| 230 |
+
sampler/scheduler/shift in prose; those values live in the template.
|
| 231 |
+
6. Insert LoraLoaderModelOnly between the diffusion-model loader and the
|
| 232 |
+
sampler. Model-only is correct for klein: the Qwen3 text encoder is not
|
| 233 |
+
trained by the standard klein trainers, so there is no text-encoder half to
|
| 234 |
+
patch.
|
| 235 |
+
7. Set steps and guidance to match the checkpoint you actually loaded, not
|
| 236 |
+
the one the LoRA was trained on: 4 steps / guidance 1.0 on distilled,
|
| 237 |
+
~20-50 steps / guidance ~4.0 on base.
|
| 238 |
+
8. Note the 9B repos are gated on HuggingFace — you must accept the FLUX
|
| 239 |
+
Non-Commercial License on the repo page before any download, including
|
| 240 |
+
scripted ones.
|
| 241 |
+
|
| 242 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 243 |
+
Scraped by lorakit on 2026-09-05 01:48 UTC.
|
| 244 |
+
Stats and description are the author's; pros/cons are derived from the
|
| 245 |
+
evidence tagged beside each line.
|
| 246 |
+
───────────────────────────────────────────────────────────────────────────────
|
70s-horror-movie/metadata.json
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "70s Horror Movie",
|
| 3 |
+
"slug": "70s-horror-movie",
|
| 4 |
+
"base_model": "FLUX.2 [klein] 9B",
|
| 5 |
+
"media_type": "image",
|
| 6 |
+
"model_id": 863136,
|
| 7 |
+
"version_id": 2669039,
|
| 8 |
+
"version_name": "Klein9B",
|
| 9 |
+
"source": "civitai",
|
| 10 |
+
"url": "https://civitai.com/models/863136",
|
| 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 horror 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 |
+
"Chain LoRAs by stringing LoraLoaderModelOnly nodes in series, model output into model input. There is no CLIP side to route — klein LoRAs are model-only because the Qwen3 text encoder is not trained (CivitAI's recipe fixes trainTextEncoder: false).",
|
| 37 |
+
"Only stack LoRAs of the same parameter size. 9B stacks with 9B; a 4B LoRA in a 9B stack is an architectural mismatch (3072 vs 4096 hidden, 5+20 vs 8+24 blocks), not a quality question.",
|
| 38 |
+
"Mixing a \"Flux.2 Klein 9B\" LoRA and a \"Flux.2 Klein 9B-base\" LoRA in one stack is fine — those strings describe the training checkpoint, not incompatible tensor layouts. Set the sampler for the checkpoint actually loaded.",
|
| 39 |
+
"Run base-trained LoRAs on the distilled checkpoint when you want speed: HF's klein LoRA guide reports the adapter loads there and typically gives better results than on base, at 4 steps.",
|
| 40 |
+
"A base-to-turbo / distillation-extraction LoRA is a whole-model delta, not a content LoRA. Put it on the base checkpoint only, and treat its strength as a steps/CFG dial rather than a style knob. Do not add it on top of the already-distilled checkpoint.",
|
| 41 |
+
"Read each LoRA's own published strength range instead of defaulting everything to 1.0 — klein LoRAs in the wild ship very different ones (0.5 start for the consistency LoRA, 0.8 for SOLRICKS' detail LoRA, under 0.5 and sometimes 0.1 for the vafipas663 distillation delta).",
|
| 42 |
+
"With a consistency or edit LoRA in the stack, excessive strength suppresses the prompt: the consistency LoRA's article says that if edits stop applying, lower it before changing anything else.",
|
| 43 |
+
"Prefer runtime LoRA patching over baking a LoRA into the checkpoint: ComfyUI's Model Merge / Model Save nodes have not detected Flux2 Klein models (4B or 9B) since a March 2026 update — issue #13637, still open.",
|
| 44 |
+
"The author never states which weight family this targets. Two different questions, two different answers. Within 9B (distilled vs base — the two CivitAI strings): not a real incompatibility. Both load through the same Flux2KleinPipeline and have the same repo layout; for the 4B pair, where both transformer configs are public, the distil"
|
| 45 |
+
]
|
| 46 |
+
},
|
| 47 |
+
"pros": [
|
| 48 |
+
"Widely adopted — 14,165 downloads. [source: CivitAI stats]",
|
| 49 |
+
"Positively received — 1,046 thumbs-up with no down-votes. [source: CivitAI stats]",
|
| 50 |
+
"Explicit trigger word(s) — ArsMovieStill, movie still from a 1970s horror movie — so the effect can be turned on and off from the prompt. [source: model metadata]",
|
| 51 |
+
"Compact at 79 MB — cheap to stack with other LoRAs. [source: file size]"
|
| 52 |
+
],
|
| 53 |
+
"cons": [
|
| 54 |
+
"Author never states which generation mode it was trained for; test against your own workflow before relying on it. [source: description]"
|
| 55 |
+
],
|
| 56 |
+
"file": {
|
| 57 |
+
"name": "70sHorrorKlein9b.safetensors",
|
| 58 |
+
"size_bytes": 82866712,
|
| 59 |
+
"size_mb": 79.03,
|
| 60 |
+
"sha256": "2e974b3803c0074c5223c77f8dbbc4a8c73750dcb2e810a76c1fa6d898fb0ebe"
|
| 61 |
+
},
|
| 62 |
+
"stats": {
|
| 63 |
+
"downloads": 14165,
|
| 64 |
+
"thumbs_up": 1046,
|
| 65 |
+
"thumbs_down": 0
|
| 66 |
+
},
|
| 67 |
+
"popularity": {
|
| 68 |
+
"downloads": 14165,
|
| 69 |
+
"thumbs_up": 1046,
|
| 70 |
+
"thumbs_down": 0,
|
| 71 |
+
"comments": 0,
|
| 72 |
+
"approval": "100% positive (1046/1046)",
|
| 73 |
+
"age_days": 122.1,
|
| 74 |
+
"downloads_per_day": 6.72,
|
| 75 |
+
"rank_by_downloads": 27,
|
| 76 |
+
"rank_by_momentum": 45,
|
| 77 |
+
"of_total": 150,
|
| 78 |
+
"adoption_tier": "High",
|
| 79 |
+
"momentum": "Steady"
|
| 80 |
+
},
|
| 81 |
+
"selection_score": 27117.0,
|
| 82 |
+
"selection_reasons": [
|
| 83 |
+
"14,165 downloads",
|
| 84 |
+
"1,046 thumbs-up",
|
| 85 |
+
"documented triggers + usage notes",
|
| 86 |
+
"top-ranked for its category"
|
| 87 |
+
],
|
| 88 |
+
"example_media": [
|
| 89 |
+
{
|
| 90 |
+
"file": "01_image.jpeg",
|
| 91 |
+
"type": "image",
|
| 92 |
+
"resolution": "1440x2560",
|
| 93 |
+
"prompt": ""
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"file": "02_image.jpeg",
|
| 97 |
+
"type": "image",
|
| 98 |
+
"resolution": "1024x1024",
|
| 99 |
+
"prompt": ""
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"file": "03_image.jpeg",
|
| 103 |
+
"type": "image",
|
| 104 |
+
"resolution": "1024x1024",
|
| 105 |
+
"prompt": ""
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"file": "04_image.jpeg",
|
| 109 |
+
"type": "image",
|
| 110 |
+
"resolution": "768x1344",
|
| 111 |
+
"prompt": ""
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"file": "05_image.jpeg",
|
| 115 |
+
"type": "image",
|
| 116 |
+
"resolution": "832x1216",
|
| 117 |
+
"prompt": ""
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"file": "06_image.jpeg",
|
| 121 |
+
"type": "image",
|
| 122 |
+
"resolution": "1920x3072",
|
| 123 |
+
"prompt": ""
|
| 124 |
+
}
|
| 125 |
+
],
|
| 126 |
+
"tags": [
|
| 127 |
+
"style",
|
| 128 |
+
"movie",
|
| 129 |
+
"horror",
|
| 130 |
+
"still",
|
| 131 |
+
"midjourney",
|
| 132 |
+
"midjourney v6"
|
| 133 |
+
],
|
| 134 |
+
"scraped_at": "2026-09-05T01:48:28+00:00",
|
| 135 |
+
"path": "flux2-klein-9b/70s-horror-movie"
|
| 136 |
+
}
|
80s-fantasy-movie/80sFantasyKlein9b_000002000H1000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4db57a092e5ac1ec1dade5a6fd6c645f173a6e97c9cac425a8ddbb7689e34a0a
|
| 3 |
+
size 82866712
|
80s-fantasy-movie/example_images/01_image.jpeg
ADDED
|
Git LFS Details
|
80s-fantasy-movie/example_images/02_image.jpeg
ADDED
|
Git LFS Details
|
80s-fantasy-movie/example_images/03_image.jpeg
ADDED
|
Git LFS Details
|
80s-fantasy-movie/example_images/04_image.jpeg
ADDED
|
Git LFS Details
|
80s-fantasy-movie/example_images/05_image.jpeg
ADDED
|
Git LFS Details
|
80s-fantasy-movie/example_images/06_image.jpeg
ADDED
|
Git LFS Details
|
80s-fantasy-movie/info.txt
ADDED
|
@@ -0,0 +1,266 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 2 |
+
80S FANTASY MOVIE
|
| 3 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 4 |
+
|
| 5 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 6 |
+
IDENTITY
|
| 7 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 8 |
+
Base model FLUX.2 [klein] 9B
|
| 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/789313
|
| 14 |
+
Provenance CivitAI · model 789313 · version 2622285
|
| 15 |
+
|
| 16 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 17 |
+
WEIGHTS
|
| 18 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 19 |
+
File 80sFantasyKlein9b_000002000H1000.safetensors
|
| 20 |
+
Version Klein9B
|
| 21 |
+
Size 79.0 MB
|
| 22 |
+
Format SafeTensor / unknown precision
|
| 23 |
+
SHA256 4db57a092e5ac1ec1dade5a6fd6c645f173a6e97c9cac425a8ddbb7689e34a0a
|
| 24 |
+
Published 2026-02-08
|
| 25 |
+
|
| 26 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 27 |
+
TRIGGER WORDS
|
| 28 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 29 |
+
› "ArsMovieStill, 80s Fantasy Movie Still"
|
| 30 |
+
|
| 31 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 32 |
+
RECOMMENDED SETTINGS
|
| 33 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 34 |
+
The author did not publish specific settings.
|
| 35 |
+
No author settings were published. Community baseline: steps Distilled
|
| 36 |
+
FLUX.2-klein-9B: 4 (HF card example; it is step-distilled to exactly this,
|
| 37 |
+
and more steps do not refine further). Base FLUX.2-klein-base-9B: 50 in the
|
| 38 |
+
HF card example and in ComfyUI's benchmark; community practice runs lower,
|
| 39 |
+
with ~20 for production and 8-12 for fast iteration reported in the CivitAI
|
| 40 |
+
consistency-LoRA article., cfg Distilled: guidance_scale 1.0 (HF card). It
|
| 41 |
+
is guidance-distilled and its transformer config sets
|
| 42 |
+
guidance_embeds=false, so raising CFG degrades rather than improves. Base:
|
| 43 |
+
guidance_scale 4.0 (HF card); the CivitAI consistency-LoRA article
|
| 44 |
+
recommends 3.5-4.5 for most edits., sampler Not stated by BFL or by
|
| 45 |
+
docs.comfy.org, and the official flux2 GitHub repo documents no sampler,
|
| 46 |
+
scheduler or shift values either. Community consensus is euler with a
|
| 47 |
+
resolution-dependent shifted-Euler / flow-match schedule (ComfyUI's Flux2
|
| 48 |
+
workflows use a scheduler that interpolates shift between base_shift and
|
| 49 |
+
max_shift by output resolution). Start from ComfyUI's downloadable Flux.2
|
| 50 |
+
klein workflow template rather than a blog. See unverified., resolution
|
| 51 |
+
1024x1024 in every BFL HF card example and in CivitAI's 9B training recipe
|
| 52 |
+
("resolution": 1024). Non-square ratios work but no official list of
|
| 53 |
+
supported dimensions or a stated alignment multiple was found — see
|
| 54 |
+
unverified., lora_strength 1.0 is the diffusers/ComfyUI default and what
|
| 55 |
+
CivitAI applies to training previews (strength 1.0). Published per-LoRA
|
| 56 |
+
guidance varies and should be read from the LoRA, not assumed: the widely
|
| 57 |
+
used Klein 9B consistency LoRA's CivitAI article says start at 0.5 within a
|
| 58 |
+
0.2-1.0 range (0.2-0.4 loose, 0.5-0.7 balanced, 0.8-1.0 maximum structural
|
| 59 |
+
stability) and warns that too high a strength stops edits from applying;
|
| 60 |
+
SOLRICKS' Realistic Detail LoRA card says 0.6-0.8 subtle, 0.8-1.0 stronger,
|
| 61 |
+
start 0.8; the vafipas663 distillation-delta LoRA card warns it "produces
|
| 62 |
+
static noise at strength > 0.5. And sometimes, you have to go as low as
|
| 63 |
+
0.1.".
|
| 64 |
+
|
| 65 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 66 |
+
ADOPTION & POPULARITY
|
| 67 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 68 |
+
Downloads 41,046
|
| 69 |
+
Rating 100% positive (2878/2881)
|
| 70 |
+
Comments 0
|
| 71 |
+
Published 209 days ago
|
| 72 |
+
Download rate 9.4/day since release
|
| 73 |
+
|
| 74 |
+
Adoption rank #5 of 150 in this collection (Top tier)
|
| 75 |
+
Momentum rank #37 of 150 by download rate (Trending)
|
| 76 |
+
|
| 77 |
+
Adoption tier is the percentile of total downloads within this collection;
|
| 78 |
+
momentum is the percentile of downloads-per-day since release. Momentum is
|
| 79 |
+
ranked rather than measured against a fixed rate, because this base model
|
| 80 |
+
is itself new and every LoRA looks fast on an absolute scale. Both numbers
|
| 81 |
+
are CivitAI's, read on the scrape date at the foot of this file.
|
| 82 |
+
|
| 83 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 84 |
+
CHAINING / STACKING
|
| 85 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 86 |
+
Stacks with others not stated
|
| 87 |
+
|
| 88 |
+
The author gave no chaining guidance. The rules below are the
|
| 89 |
+
general FLUX.2 [klein] 9B ones, not anything specific to this LoRA.
|
| 90 |
+
|
| 91 |
+
General FLUX.2 [klein] 9B rules that apply here (see REFERENCE.txt):
|
| 92 |
+
|
| 93 |
+
• Chain LoRAs by stringing LoraLoaderModelOnly nodes in series, model
|
| 94 |
+
output into model input. There is no CLIP side to route — klein LoRAs
|
| 95 |
+
are model-only because the Qwen3 text encoder is not trained (CivitAI's
|
| 96 |
+
recipe fixes trainTextEncoder: false).
|
| 97 |
+
• Only stack LoRAs of the same parameter size. 9B stacks with 9B; a 4B
|
| 98 |
+
LoRA in a 9B stack is an architectural mismatch (3072 vs 4096 hidden,
|
| 99 |
+
5+20 vs 8+24 blocks), not a quality question.
|
| 100 |
+
• Mixing a "Flux.2 Klein 9B" LoRA and a "Flux.2 Klein 9B-base" LoRA in
|
| 101 |
+
one stack is fine — those strings describe the training checkpoint, not
|
| 102 |
+
incompatible tensor layouts. Set the sampler for the checkpoint
|
| 103 |
+
actually loaded.
|
| 104 |
+
• Run base-trained LoRAs on the distilled checkpoint when you want speed:
|
| 105 |
+
HF's klein LoRA guide reports the adapter loads there and typically
|
| 106 |
+
gives better results than on base, at 4 steps.
|
| 107 |
+
• A base-to-turbo / distillation-extraction LoRA is a whole-model delta,
|
| 108 |
+
not a content LoRA. Put it on the base checkpoint only, and treat its
|
| 109 |
+
strength as a steps/CFG dial rather than a style knob. Do not add it on
|
| 110 |
+
top of the already-distilled checkpoint.
|
| 111 |
+
• Read each LoRA's own published strength range instead of defaulting
|
| 112 |
+
everything to 1.0 — klein LoRAs in the wild ship very different ones
|
| 113 |
+
(0.5 start for the consistency LoRA, 0.8 for SOLRICKS' detail LoRA,
|
| 114 |
+
under 0.5 and sometimes 0.1 for the vafipas663 distillation delta).
|
| 115 |
+
• With a consistency or edit LoRA in the stack, excessive strength
|
| 116 |
+
suppresses the prompt: the consistency LoRA's article says that if
|
| 117 |
+
edits stop applying, lower it before changing anything else.
|
| 118 |
+
• Prefer runtime LoRA patching over baking a LoRA into the checkpoint:
|
| 119 |
+
ComfyUI's Model Merge / Model Save nodes have not detected Flux2 Klein
|
| 120 |
+
models (4B or 9B) since a March 2026 update — issue #13637, still open.
|
| 121 |
+
• The author never states which weight family this targets. Two different
|
| 122 |
+
questions, two different answers. Within 9B (distilled vs base — the
|
| 123 |
+
two CivitAI strings): not a real incompatibility. Both load through the
|
| 124 |
+
same Flux2KleinPipeline and have the same repo layout; for the 4B pair,
|
| 125 |
+
where both transformer configs are public, the distil
|
| 126 |
+
|
| 127 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 128 |
+
PROS
|
| 129 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 130 |
+
+ Widely adopted — 41,046 downloads. [source: CivitAI stats]
|
| 131 |
+
+ Positively received — 2,878 thumbs-up, 3 down. [source: CivitAI stats]
|
| 132 |
+
+ Explicit trigger word(s) — ArsMovieStill, 80s Fantasy Movie Still — so
|
| 133 |
+
the effect can be turned on and off from the prompt. [source: model
|
| 134 |
+
metadata]
|
| 135 |
+
+ Compact at 79 MB — cheap to stack with other LoRAs. [source: file size]
|
| 136 |
+
|
| 137 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 138 |
+
CONS & CAVEATS
|
| 139 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 140 |
+
- Author labels this experimental — results vary shot to shot. [source:
|
| 141 |
+
description]
|
| 142 |
+
- Author never states which generation mode it was trained for; test
|
| 143 |
+
against your own workflow before relying on it. [source: description]
|
| 144 |
+
|
| 145 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 146 |
+
COMPATIBILITY WARNING
|
| 147 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 148 |
+
Two different questions, two different answers. Within 9B (distilled vs
|
| 149 |
+
base — the two CivitAI strings): not a real incompatibility. Both load
|
| 150 |
+
through the same Flux2KleinPipeline and have the same repo layout; for the
|
| 151 |
+
4B pair, where both transformer configs are public, the distilled and base
|
| 152 |
+
configs are byte-for-byte identical in every shape field, and the 9B pair
|
| 153 |
+
is built the same way. HF's own klein LoRA guide states the workflow
|
| 154 |
+
directly: "Distilled models are step-compressed for fast inference; you
|
| 155 |
+
train against the base checkpoint and the adapter still loads on the
|
| 156 |
+
distilled model afterward", and "Applying the LoRA on the distilled model
|
| 157 |
+
typically gives better results than the base model, and it's faster" (that
|
| 158 |
+
post is written against 4B, but the family structure is the same). So the
|
| 159 |
+
two CivitAI strings record which checkpoint the author trained or previewed
|
| 160 |
+
against, not a hard compatibility wall. The real risk is a silent settings
|
| 161 |
+
mismatch: load a base-trained LoRA on the distilled checkpoint while
|
| 162 |
+
keeping the author's 20-50 step / CFG ~4 preview settings and the output
|
| 163 |
+
degrades badly (distilled wants 4 steps / guidance 1.0), or the reverse.
|
| 164 |
+
Nothing errors — it just looks wrong. Across sizes (9B vs 4B): a genuine
|
| 165 |
+
architectural mismatch, from the published transformer configs — different
|
| 166 |
+
hidden width (4096 vs 3072), different block counts (8+24 vs 5+20) and a
|
| 167 |
+
different text-conditioning dim (12288 vs 7680, following Qwen3-8B vs
|
| 168 |
+
Qwen3-4B). A 4B LoRA cannot patch a 9B model: expect missing keys and shape
|
| 169 |
+
errors, not degraded output. The exact ComfyUI error text is unverified. KV
|
| 170 |
+
variant: same 9B size and same 4-step distillation, but a distinct
|
| 171 |
+
checkpoint with its own pipeline; whether standard klein 9B LoRAs patch it
|
| 172 |
+
cleanly is not documented — see unverified.
|
| 173 |
+
|
| 174 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 175 |
+
AUTHOR'S DESCRIPTION
|
| 176 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 177 |
+
This LoRA is designed to capture the distinct look and feel of early 80s
|
| 178 |
+
fantasy movies.
|
| 179 |
+
|
| 180 |
+
The trigger words are ArsMovieStill, 80s Fantasy Movie Still
|
| 181 |
+
Z-IMAGE UPDATE: V2 dataset officially became my go-to test dataset when
|
| 182 |
+
training a model for the first time. Experimental!
|
| 183 |
+
Default ComfyUI LoRA Loader Reports Errors, but actually applys the LoRA.
|
| 184 |
+
Recommended usage settings:
|
| 185 |
+
- Your favourite spot.
|
| 186 |
+
|
| 187 |
+
- Listen to Castle Rat as background.
|
| 188 |
+
|
| 189 |
+
- Enjoy!
|
| 190 |
+
|
| 191 |
+
MJ7 UPDATE: Building each dataset is a joy, so with the release of
|
| 192 |
+
MidJourney 7, I naturally started this one again from scratch.
|
| 193 |
+
This version stays true to the original aesthetic but with improved
|
| 194 |
+
fidelity and an even stronger 80s vibe.
|
| 195 |
+
It’s trained on a fresh, carefully curated set of ~250 images, created by
|
| 196 |
+
referencing the best results from the previous versions.
|
| 197 |
+
V3 UPDATE: The training dataset has been further expanded to 1,000 curated
|
| 198 |
+
images, pushing it to the limits of Civit’s on-site training capabilities.
|
| 199 |
+
This update include broader selection of fantasy environments, mythical
|
| 200 |
+
creatures, and epic scenes, enhancing the fidelity to the iconic 80s
|
| 201 |
+
fantasy aesthetic. V2 UPDATE: Added to the dataset a huge amount of Fantasy
|
| 202 |
+
Characters, beasts and scenes.
|
| 203 |
+
Use v1 for stronger effects and v2/v3 for better versatility.
|
| 204 |
+
|
| 205 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 206 |
+
VERSION NOTES
|
| 207 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 208 |
+
V2 Dataset The effects are much stronger with the base than the Distilled
|
| 209 |
+
model. You can safely use 1.5 Str with the Distilled and still get a good
|
| 210 |
+
results.
|
| 211 |
+
|
| 212 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 213 |
+
EXAMPLE MEDIA
|
| 214 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 215 |
+
6 preview(s) in ./example_images/ — community results for
|
| 216 |
+
this LoRA. Videos keep a matching _poster.jpg still frame.
|
| 217 |
+
|
| 218 |
+
No prompts are recorded below: CivitAI's public API flags these posts as
|
| 219 |
+
having generation metadata but does not return it, so the prompts cannot be
|
| 220 |
+
scraped. Open the model page to read them.
|
| 221 |
+
|
| 222 |
+
01_image.jpeg (image, 1024x1024)
|
| 223 |
+
02_image.jpeg (image, 832x1216)
|
| 224 |
+
03_image.jpeg (image, 1024x1024)
|
| 225 |
+
04_image.jpeg (image, 1024x1024)
|
| 226 |
+
05_image.jpeg (image, 1024x1024)
|
| 227 |
+
06_image.jpeg (image, 1024x1024)
|
| 228 |
+
|
| 229 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 230 |
+
HOW TO USE (COMFYUI)
|
| 231 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 232 |
+
1. Diffusion model -> ComfyUI/models/diffusion_models/. Distilled:
|
| 233 |
+
flux-2-klein-9b-fp8.safetensors. Base: flux-2-klein-
|
| 234 |
+
base-9b-fp8.safetensors. (BF16 single-file weights
|
| 235 |
+
flux-2-klein-9b.safetensors / flux-2-klein-base-9b.safetensors from the
|
| 236 |
+
gated HF repos also work if you have ~29GB; community GGUF builds exist
|
| 237 |
+
from unsloth and leejet for lower-VRAM setups.)
|
| 238 |
+
2. Text encoder ->
|
| 239 |
+
ComfyUI/models/text_encoders/qwen_3_8b_fp8mixed.safetensors (from Comfy-
|
| 240 |
+
Org/vae-text-encorder-for-flux-klein-9b). This is the 9B family's encoder;
|
| 241 |
+
the 4B family uses qwen_3_4b.safetensors — do not mix them.
|
| 242 |
+
3. VAE -> ComfyUI/models/vae/flux2-vae.safetensors (shared across klein
|
| 243 |
+
sizes).
|
| 244 |
+
4. LoRA -> ComfyUI/models/loras/ as a plain .safetensors.
|
| 245 |
+
5. Load with Load Diffusion Model (UNETLoader) for the transformer,
|
| 246 |
+
CLIPLoader for the Qwen3 text encoder, VAELoader for the VAE.
|
| 247 |
+
docs.comfy.org ships prebuilt Flux.2 klein graphs under Workflow Templates
|
| 248 |
+
for both the distilled and base branches — start from those rather than
|
| 249 |
+
wiring by hand, since neither the docs nor BFL's repo state
|
| 250 |
+
sampler/scheduler/shift in prose; those values live in the template.
|
| 251 |
+
6. Insert LoraLoaderModelOnly between the diffusion-model loader and the
|
| 252 |
+
sampler. Model-only is correct for klein: the Qwen3 text encoder is not
|
| 253 |
+
trained by the standard klein trainers, so there is no text-encoder half to
|
| 254 |
+
patch.
|
| 255 |
+
7. Set steps and guidance to match the checkpoint you actually loaded, not
|
| 256 |
+
the one the LoRA was trained on: 4 steps / guidance 1.0 on distilled,
|
| 257 |
+
~20-50 steps / guidance ~4.0 on base.
|
| 258 |
+
8. Note the 9B repos are gated on HuggingFace — you must accept the FLUX
|
| 259 |
+
Non-Commercial License on the repo page before any download, including
|
| 260 |
+
scripted ones.
|
| 261 |
+
|
| 262 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 263 |
+
Scraped by lorakit on 2026-09-05 01:47 UTC.
|
| 264 |
+
Stats and description are the author's; pros/cons are derived from the
|
| 265 |
+
evidence tagged beside each line.
|
| 266 |
+
───────────────────────────────────────────────────────────────────────────────
|
80s-fantasy-movie/metadata.json
ADDED
|
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "80s Fantasy Movie",
|
| 3 |
+
"slug": "80s-fantasy-movie",
|
| 4 |
+
"base_model": "FLUX.2 [klein] 9B",
|
| 5 |
+
"media_type": "image",
|
| 6 |
+
"model_id": 789313,
|
| 7 |
+
"version_id": 2622285,
|
| 8 |
+
"version_name": "Klein9B",
|
| 9 |
+
"source": "civitai",
|
| 10 |
+
"url": "https://civitai.com/models/789313",
|
| 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, 80s Fantasy Movie Still"
|
| 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 |
+
"Chain LoRAs by stringing LoraLoaderModelOnly nodes in series, model output into model input. There is no CLIP side to route — klein LoRAs are model-only because the Qwen3 text encoder is not trained (CivitAI's recipe fixes trainTextEncoder: false).",
|
| 37 |
+
"Only stack LoRAs of the same parameter size. 9B stacks with 9B; a 4B LoRA in a 9B stack is an architectural mismatch (3072 vs 4096 hidden, 5+20 vs 8+24 blocks), not a quality question.",
|
| 38 |
+
"Mixing a \"Flux.2 Klein 9B\" LoRA and a \"Flux.2 Klein 9B-base\" LoRA in one stack is fine — those strings describe the training checkpoint, not incompatible tensor layouts. Set the sampler for the checkpoint actually loaded.",
|
| 39 |
+
"Run base-trained LoRAs on the distilled checkpoint when you want speed: HF's klein LoRA guide reports the adapter loads there and typically gives better results than on base, at 4 steps.",
|
| 40 |
+
"A base-to-turbo / distillation-extraction LoRA is a whole-model delta, not a content LoRA. Put it on the base checkpoint only, and treat its strength as a steps/CFG dial rather than a style knob. Do not add it on top of the already-distilled checkpoint.",
|
| 41 |
+
"Read each LoRA's own published strength range instead of defaulting everything to 1.0 — klein LoRAs in the wild ship very different ones (0.5 start for the consistency LoRA, 0.8 for SOLRICKS' detail LoRA, under 0.5 and sometimes 0.1 for the vafipas663 distillation delta).",
|
| 42 |
+
"With a consistency or edit LoRA in the stack, excessive strength suppresses the prompt: the consistency LoRA's article says that if edits stop applying, lower it before changing anything else.",
|
| 43 |
+
"Prefer runtime LoRA patching over baking a LoRA into the checkpoint: ComfyUI's Model Merge / Model Save nodes have not detected Flux2 Klein models (4B or 9B) since a March 2026 update — issue #13637, still open.",
|
| 44 |
+
"The author never states which weight family this targets. Two different questions, two different answers. Within 9B (distilled vs base — the two CivitAI strings): not a real incompatibility. Both load through the same Flux2KleinPipeline and have the same repo layout; for the 4B pair, where both transformer configs are public, the distil"
|
| 45 |
+
]
|
| 46 |
+
},
|
| 47 |
+
"pros": [
|
| 48 |
+
"Widely adopted — 41,046 downloads. [source: CivitAI stats]",
|
| 49 |
+
"Positively received — 2,878 thumbs-up, 3 down. [source: CivitAI stats]",
|
| 50 |
+
"Explicit trigger word(s) — ArsMovieStill, 80s Fantasy Movie Still — so the effect can be turned on and off from the prompt. [source: model metadata]",
|
| 51 |
+
"Compact at 79 MB — cheap to stack with other LoRAs. [source: file size]"
|
| 52 |
+
],
|
| 53 |
+
"cons": [
|
| 54 |
+
"Author labels this experimental — results vary shot to shot. [source: description]",
|
| 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": "80sFantasyKlein9b_000002000H1000.safetensors",
|
| 59 |
+
"size_bytes": 82866712,
|
| 60 |
+
"size_mb": 79.03,
|
| 61 |
+
"sha256": "4db57a092e5ac1ec1dade5a6fd6c645f173a6e97c9cac425a8ddbb7689e34a0a"
|
| 62 |
+
},
|
| 63 |
+
"stats": {
|
| 64 |
+
"downloads": 41046,
|
| 65 |
+
"thumbs_up": 2878,
|
| 66 |
+
"thumbs_down": 3
|
| 67 |
+
},
|
| 68 |
+
"popularity": {
|
| 69 |
+
"downloads": 41046,
|
| 70 |
+
"thumbs_up": 2878,
|
| 71 |
+
"thumbs_down": 3,
|
| 72 |
+
"comments": 0,
|
| 73 |
+
"approval": "100% positive (2878/2881)",
|
| 74 |
+
"age_days": 208.6,
|
| 75 |
+
"downloads_per_day": 9.36,
|
| 76 |
+
"rank_by_downloads": 5,
|
| 77 |
+
"rank_by_momentum": 37,
|
| 78 |
+
"of_total": 150,
|
| 79 |
+
"adoption_tier": "Top tier",
|
| 80 |
+
"momentum": "Trending"
|
| 81 |
+
},
|
| 82 |
+
"selection_score": 75982.0,
|
| 83 |
+
"selection_reasons": [
|
| 84 |
+
"41,046 downloads",
|
| 85 |
+
"2,878 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": "832x1216",
|
| 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": "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 |
+
"80s",
|
| 129 |
+
"fantasy",
|
| 130 |
+
"movie",
|
| 131 |
+
"still",
|
| 132 |
+
"arsmjstyle",
|
| 133 |
+
"midjourney v6",
|
| 134 |
+
"style"
|
| 135 |
+
],
|
| 136 |
+
"scraped_at": "2026-09-05T01:47:42+00:00",
|
| 137 |
+
"path": "flux2-klein-9b/80s-fantasy-movie"
|
| 138 |
+
}
|
art-nouveau/ArtNoveauKlein9b.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87cce20088c6734cc4ee4cbea3631b53af4ef3d3d8a00810df47f04853b9f90f
|
| 3 |
+
size 82866712
|
art-nouveau/example_images/01_image.jpeg
ADDED
|
Git LFS Details
|
art-nouveau/example_images/02_image.jpeg
ADDED
|
Git LFS Details
|
art-nouveau/example_images/03_image.jpeg
ADDED
|
Git LFS Details
|
art-nouveau/example_images/04_image.jpeg
ADDED
|
Git LFS Details
|
art-nouveau/example_images/05_image.jpeg
ADDED
|
Git LFS Details
|
art-nouveau/example_images/06_image.jpeg
ADDED
|
Git LFS Details
|
art-nouveau/info.txt
ADDED
|
@@ -0,0 +1,253 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 2 |
+
ART NOUVEAU
|
| 3 |
+
═══════════════════════════════════════════════════════════════════════════════
|
| 4 |
+
|
| 5 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 6 |
+
IDENTITY
|
| 7 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 8 |
+
Base model FLUX.2 [klein] 9B
|
| 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/562604
|
| 14 |
+
Provenance CivitAI · model 562604 · version 2760648
|
| 15 |
+
|
| 16 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 17 |
+
WEIGHTS
|
| 18 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 19 |
+
File ArtNoveauKlein9b.safetensors
|
| 20 |
+
Version Klein9B
|
| 21 |
+
Size 79.0 MB
|
| 22 |
+
Format SafeTensor / unknown precision
|
| 23 |
+
SHA256 87cce20088c6734cc4ee4cbea3631b53af4ef3d3d8a00810df47f04853b9f90f
|
| 24 |
+
Published 2026-04-19
|
| 25 |
+
|
| 26 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 27 |
+
TRIGGER WORDS
|
| 28 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 29 |
+
› "ArsMJStyle, art nouveau,"
|
| 30 |
+
|
| 31 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 32 |
+
RECOMMENDED SETTINGS
|
| 33 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 34 |
+
The author did not publish specific settings.
|
| 35 |
+
No author settings were published. Community baseline: steps Distilled
|
| 36 |
+
FLUX.2-klein-9B: 4 (HF card example; it is step-distilled to exactly this,
|
| 37 |
+
and more steps do not refine further). Base FLUX.2-klein-base-9B: 50 in the
|
| 38 |
+
HF card example and in ComfyUI's benchmark; community practice runs lower,
|
| 39 |
+
with ~20 for production and 8-12 for fast iteration reported in the CivitAI
|
| 40 |
+
consistency-LoRA article., cfg Distilled: guidance_scale 1.0 (HF card). It
|
| 41 |
+
is guidance-distilled and its transformer config sets
|
| 42 |
+
guidance_embeds=false, so raising CFG degrades rather than improves. Base:
|
| 43 |
+
guidance_scale 4.0 (HF card); the CivitAI consistency-LoRA article
|
| 44 |
+
recommends 3.5-4.5 for most edits., sampler Not stated by BFL or by
|
| 45 |
+
docs.comfy.org, and the official flux2 GitHub repo documents no sampler,
|
| 46 |
+
scheduler or shift values either. Community consensus is euler with a
|
| 47 |
+
resolution-dependent shifted-Euler / flow-match schedule (ComfyUI's Flux2
|
| 48 |
+
workflows use a scheduler that interpolates shift between base_shift and
|
| 49 |
+
max_shift by output resolution). Start from ComfyUI's downloadable Flux.2
|
| 50 |
+
klein workflow template rather than a blog. See unverified., resolution
|
| 51 |
+
1024x1024 in every BFL HF card example and in CivitAI's 9B training recipe
|
| 52 |
+
("resolution": 1024). Non-square ratios work but no official list of
|
| 53 |
+
supported dimensions or a stated alignment multiple was found — see
|
| 54 |
+
unverified., lora_strength 1.0 is the diffusers/ComfyUI default and what
|
| 55 |
+
CivitAI applies to training previews (strength 1.0). Published per-LoRA
|
| 56 |
+
guidance varies and should be read from the LoRA, not assumed: the widely
|
| 57 |
+
used Klein 9B consistency LoRA's CivitAI article says start at 0.5 within a
|
| 58 |
+
0.2-1.0 range (0.2-0.4 loose, 0.5-0.7 balanced, 0.8-1.0 maximum structural
|
| 59 |
+
stability) and warns that too high a strength stops edits from applying;
|
| 60 |
+
SOLRICKS' Realistic Detail LoRA card says 0.6-0.8 subtle, 0.8-1.0 stronger,
|
| 61 |
+
start 0.8; the vafipas663 distillation-delta LoRA card warns it "produces
|
| 62 |
+
static noise at strength > 0.5. And sometimes, you have to go as low as
|
| 63 |
+
0.1.".
|
| 64 |
+
|
| 65 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 66 |
+
ADOPTION & POPULARITY
|
| 67 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 68 |
+
Downloads 14,624
|
| 69 |
+
Rating 100% positive (1172/1174)
|
| 70 |
+
Comments 0
|
| 71 |
+
Published 139 days ago
|
| 72 |
+
Download rate 3.3/day since release
|
| 73 |
+
|
| 74 |
+
Adoption rank #26 of 150 in this collection (High)
|
| 75 |
+
Momentum rank #100 of 150 by download rate (Long tail)
|
| 76 |
+
|
| 77 |
+
Adoption tier is the percentile of total downloads within this collection;
|
| 78 |
+
momentum is the percentile of downloads-per-day since release. Momentum is
|
| 79 |
+
ranked rather than measured against a fixed rate, because this base model
|
| 80 |
+
is itself new and every LoRA looks fast on an absolute scale. Both numbers
|
| 81 |
+
are CivitAI's, read on the scrape date at the foot of this file.
|
| 82 |
+
|
| 83 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 84 |
+
CHAINING / STACKING
|
| 85 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 86 |
+
Stacks with others not stated
|
| 87 |
+
|
| 88 |
+
The author gave no chaining guidance. The rules below are the
|
| 89 |
+
general FLUX.2 [klein] 9B ones, not anything specific to this LoRA.
|
| 90 |
+
|
| 91 |
+
General FLUX.2 [klein] 9B rules that apply here (see REFERENCE.txt):
|
| 92 |
+
|
| 93 |
+
• Chain LoRAs by stringing LoraLoaderModelOnly nodes in series, model
|
| 94 |
+
output into model input. There is no CLIP side to route — klein LoRAs
|
| 95 |
+
are model-only because the Qwen3 text encoder is not trained (CivitAI's
|
| 96 |
+
recipe fixes trainTextEncoder: false).
|
| 97 |
+
• Only stack LoRAs of the same parameter size. 9B stacks with 9B; a 4B
|
| 98 |
+
LoRA in a 9B stack is an architectural mismatch (3072 vs 4096 hidden,
|
| 99 |
+
5+20 vs 8+24 blocks), not a quality question.
|
| 100 |
+
• Mixing a "Flux.2 Klein 9B" LoRA and a "Flux.2 Klein 9B-base" LoRA in
|
| 101 |
+
one stack is fine — those strings describe the training checkpoint, not
|
| 102 |
+
incompatible tensor layouts. Set the sampler for the checkpoint
|
| 103 |
+
actually loaded.
|
| 104 |
+
• Run base-trained LoRAs on the distilled checkpoint when you want speed:
|
| 105 |
+
HF's klein LoRA guide reports the adapter loads there and typically
|
| 106 |
+
gives better results than on base, at 4 steps.
|
| 107 |
+
• A base-to-turbo / distillation-extraction LoRA is a whole-model delta,
|
| 108 |
+
not a content LoRA. Put it on the base checkpoint only, and treat its
|
| 109 |
+
strength as a steps/CFG dial rather than a style knob. Do not add it on
|
| 110 |
+
top of the already-distilled checkpoint.
|
| 111 |
+
• Read each LoRA's own published strength range instead of defaulting
|
| 112 |
+
everything to 1.0 — klein LoRAs in the wild ship very different ones
|
| 113 |
+
(0.5 start for the consistency LoRA, 0.8 for SOLRICKS' detail LoRA,
|
| 114 |
+
under 0.5 and sometimes 0.1 for the vafipas663 distillation delta).
|
| 115 |
+
• With a consistency or edit LoRA in the stack, excessive strength
|
| 116 |
+
suppresses the prompt: the consistency LoRA's article says that if
|
| 117 |
+
edits stop applying, lower it before changing anything else.
|
| 118 |
+
• Prefer runtime LoRA patching over baking a LoRA into the checkpoint:
|
| 119 |
+
ComfyUI's Model Merge / Model Save nodes have not detected Flux2 Klein
|
| 120 |
+
models (4B or 9B) since a March 2026 update — issue #13637, still open.
|
| 121 |
+
• The author never states which weight family this targets. Two different
|
| 122 |
+
questions, two different answers. Within 9B (distilled vs base — the
|
| 123 |
+
two CivitAI strings): not a real incompatibility. Both load through the
|
| 124 |
+
same Flux2KleinPipeline and have the same repo layout; for the 4B pair,
|
| 125 |
+
where both transformer configs are public, the distil
|
| 126 |
+
|
| 127 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 128 |
+
PROS
|
| 129 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 130 |
+
+ Widely adopted — 14,624 downloads. [source: CivitAI stats]
|
| 131 |
+
+ Positively received — 1,172 thumbs-up, 2 down. [source: CivitAI stats]
|
| 132 |
+
+ Explicit trigger word(s) — ArsMJStyle, art nouveau, — so the effect can
|
| 133 |
+
be turned on and off from the prompt. [source: model metadata]
|
| 134 |
+
+ Compact at 79 MB — cheap to stack with other LoRAs. [source: file size]
|
| 135 |
+
|
| 136 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 137 |
+
CONS & CAVEATS
|
| 138 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 139 |
+
- Author never states which generation mode it was trained for; test
|
| 140 |
+
against your own workflow before relying on it. [source: description]
|
| 141 |
+
|
| 142 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 143 |
+
COMPATIBILITY WARNING
|
| 144 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 145 |
+
Two different questions, two different answers. Within 9B (distilled vs
|
| 146 |
+
base — the two CivitAI strings): not a real incompatibility. Both load
|
| 147 |
+
through the same Flux2KleinPipeline and have the same repo layout; for the
|
| 148 |
+
4B pair, where both transformer configs are public, the distilled and base
|
| 149 |
+
configs are byte-for-byte identical in every shape field, and the 9B pair
|
| 150 |
+
is built the same way. HF's own klein LoRA guide states the workflow
|
| 151 |
+
directly: "Distilled models are step-compressed for fast inference; you
|
| 152 |
+
train against the base checkpoint and the adapter still loads on the
|
| 153 |
+
distilled model afterward", and "Applying the LoRA on the distilled model
|
| 154 |
+
typically gives better results than the base model, and it's faster" (that
|
| 155 |
+
post is written against 4B, but the family structure is the same). So the
|
| 156 |
+
two CivitAI strings record which checkpoint the author trained or previewed
|
| 157 |
+
against, not a hard compatibility wall. The real risk is a silent settings
|
| 158 |
+
mismatch: load a base-trained LoRA on the distilled checkpoint while
|
| 159 |
+
keeping the author's 20-50 step / CFG ~4 preview settings and the output
|
| 160 |
+
degrades badly (distilled wants 4 steps / guidance 1.0), or the reverse.
|
| 161 |
+
Nothing errors — it just looks wrong. Across sizes (9B vs 4B): a genuine
|
| 162 |
+
architectural mismatch, from the published transformer configs — different
|
| 163 |
+
hidden width (4096 vs 3072), different block counts (8+24 vs 5+20) and a
|
| 164 |
+
different text-conditioning dim (12288 vs 7680, following Qwen3-8B vs
|
| 165 |
+
Qwen3-4B). A 4B LoRA cannot patch a 9B model: expect missing keys and shape
|
| 166 |
+
errors, not degraded output. The exact ComfyUI error text is unverified. KV
|
| 167 |
+
variant: same 9B size and same 4-step distillation, but a distinct
|
| 168 |
+
checkpoint with its own pipeline; whether standard klein 9B LoRAs patch it
|
| 169 |
+
cleanly is not documented — see unverified.
|
| 170 |
+
|
| 171 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 172 |
+
AUTHOR'S DESCRIPTION
|
| 173 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 174 |
+
The Lora is trained on 140 MidJourney Images that use my "Personalised
|
| 175 |
+
Style" + Art Nouveau The dataset is diverse and tries to capture the true
|
| 176 |
+
spirit of Art Nouveau seen through my lens, not just portraits in Alphonse
|
| 177 |
+
Mucha style.
|
| 178 |
+
Works without the trigger words ArsMJStyle, Art Nouveau, but gives stronger
|
| 179 |
+
results with them.
|
| 180 |
+
|
| 181 |
+
MJ7 VERSION: The dataset was rebuilt entirely from scratch using MidJourney
|
| 182 |
+
V7, once again mixed with my personalized style.
|
| 183 |
+
While the overall composition is similar to V2, this version expands the
|
| 184 |
+
range by including everyday objects, architectural details, and jewelry.
|
| 185 |
+
Expect improved structure and more natural colors.
|
| 186 |
+
V2 Changes :
|
| 187 |
+
I've completely rebuilt the dataset, to better reflect the evolution of my
|
| 188 |
+
MidJourney style and LoRA structuring/labeling I use.
|
| 189 |
+
This new version (v2) is based on a curated dataset of 250 images :
|
| 190 |
+
- 100 Portraits
|
| 191 |
+
|
| 192 |
+
- 150 Landscapes, Buildings, Animals, and Abstract Paintings
|
| 193 |
+
|
| 194 |
+
The colors and composition in v2 offer a distinct experience compared to
|
| 195 |
+
v1, so I encourage you to try both versions and see which one you like the
|
| 196 |
+
most.
|
| 197 |
+
Recommended settings remain the same as v1.
|
| 198 |
+
|
| 199 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 200 |
+
EXAMPLE MEDIA
|
| 201 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 202 |
+
6 preview(s) in ./example_images/ — community results for
|
| 203 |
+
this LoRA. Videos keep a matching _poster.jpg still frame.
|
| 204 |
+
|
| 205 |
+
No prompts are recorded below: CivitAI's public API flags these posts as
|
| 206 |
+
having generation metadata but does not return it, so the prompts cannot be
|
| 207 |
+
scraped. Open the model page to read them.
|
| 208 |
+
|
| 209 |
+
01_image.jpeg (image, 1440x2560)
|
| 210 |
+
02_image.jpeg (image, 1024x1024)
|
| 211 |
+
03_image.jpeg (image, 1024x1024)
|
| 212 |
+
04_image.jpeg (image, 1024x1024)
|
| 213 |
+
05_image.jpeg (image, 1440x2560)
|
| 214 |
+
06_image.jpeg (image, 1440x2560)
|
| 215 |
+
|
| 216 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 217 |
+
HOW TO USE (COMFYUI)
|
| 218 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 219 |
+
1. Diffusion model -> ComfyUI/models/diffusion_models/. Distilled:
|
| 220 |
+
flux-2-klein-9b-fp8.safetensors. Base: flux-2-klein-
|
| 221 |
+
base-9b-fp8.safetensors. (BF16 single-file weights
|
| 222 |
+
flux-2-klein-9b.safetensors / flux-2-klein-base-9b.safetensors from the
|
| 223 |
+
gated HF repos also work if you have ~29GB; community GGUF builds exist
|
| 224 |
+
from unsloth and leejet for lower-VRAM setups.)
|
| 225 |
+
2. Text encoder ->
|
| 226 |
+
ComfyUI/models/text_encoders/qwen_3_8b_fp8mixed.safetensors (from Comfy-
|
| 227 |
+
Org/vae-text-encorder-for-flux-klein-9b). This is the 9B family's encoder;
|
| 228 |
+
the 4B family uses qwen_3_4b.safetensors — do not mix them.
|
| 229 |
+
3. VAE -> ComfyUI/models/vae/flux2-vae.safetensors (shared across klein
|
| 230 |
+
sizes).
|
| 231 |
+
4. LoRA -> ComfyUI/models/loras/ as a plain .safetensors.
|
| 232 |
+
5. Load with Load Diffusion Model (UNETLoader) for the transformer,
|
| 233 |
+
CLIPLoader for the Qwen3 text encoder, VAELoader for the VAE.
|
| 234 |
+
docs.comfy.org ships prebuilt Flux.2 klein graphs under Workflow Templates
|
| 235 |
+
for both the distilled and base branches — start from those rather than
|
| 236 |
+
wiring by hand, since neither the docs nor BFL's repo state
|
| 237 |
+
sampler/scheduler/shift in prose; those values live in the template.
|
| 238 |
+
6. Insert LoraLoaderModelOnly between the diffusion-model loader and the
|
| 239 |
+
sampler. Model-only is correct for klein: the Qwen3 text encoder is not
|
| 240 |
+
trained by the standard klein trainers, so there is no text-encoder half to
|
| 241 |
+
patch.
|
| 242 |
+
7. Set steps and guidance to match the checkpoint you actually loaded, not
|
| 243 |
+
the one the LoRA was trained on: 4 steps / guidance 1.0 on distilled,
|
| 244 |
+
~20-50 steps / guidance ~4.0 on base.
|
| 245 |
+
8. Note the 9B repos are gated on HuggingFace — you must accept the FLUX
|
| 246 |
+
Non-Commercial License on the repo page before any download, including
|
| 247 |
+
scripted ones.
|
| 248 |
+
|
| 249 |
+
───────────────────────────────────────────────────────────────────────────────
|
| 250 |
+
Scraped by lorakit on 2026-09-05 01:48 UTC.
|
| 251 |
+
Stats and description are the author's; pros/cons are derived from the
|
| 252 |
+
evidence tagged beside each line.
|
| 253 |
+
───────────────────────────────────────────────────────────────────────────────
|
art-nouveau/metadata.json
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Art Nouveau",
|
| 3 |
+
"slug": "art-nouveau",
|
| 4 |
+
"base_model": "FLUX.2 [klein] 9B",
|
| 5 |
+
"media_type": "image",
|
| 6 |
+
"model_id": 562604,
|
| 7 |
+
"version_id": 2760648,
|
| 8 |
+
"version_name": "Klein9B",
|
| 9 |
+
"source": "civitai",
|
| 10 |
+
"url": "https://civitai.com/models/562604",
|
| 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, art nouveau,"
|
| 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 |
+
"Chain LoRAs by stringing LoraLoaderModelOnly nodes in series, model output into model input. There is no CLIP side to route — klein LoRAs are model-only because the Qwen3 text encoder is not trained (CivitAI's recipe fixes trainTextEncoder: false).",
|
| 37 |
+
"Only stack LoRAs of the same parameter size. 9B stacks with 9B; a 4B LoRA in a 9B stack is an architectural mismatch (3072 vs 4096 hidden, 5+20 vs 8+24 blocks), not a quality question.",
|
| 38 |
+
"Mixing a \"Flux.2 Klein 9B\" LoRA and a \"Flux.2 Klein 9B-base\" LoRA in one stack is fine — those strings describe the training checkpoint, not incompatible tensor layouts. Set the sampler for the checkpoint actually loaded.",
|
| 39 |
+
"Run base-trained LoRAs on the distilled checkpoint when you want speed: HF's klein LoRA guide reports the adapter loads there and typically gives better results than on base, at 4 steps.",
|
| 40 |
+
"A base-to-turbo / distillation-extraction LoRA is a whole-model delta, not a content LoRA. Put it on the base checkpoint only, and treat its strength as a steps/CFG dial rather than a style knob. Do not add it on top of the already-distilled checkpoint.",
|
| 41 |
+
"Read each LoRA's own published strength range instead of defaulting everything to 1.0 — klein LoRAs in the wild ship very different ones (0.5 start for the consistency LoRA, 0.8 for SOLRICKS' detail LoRA, under 0.5 and sometimes 0.1 for the vafipas663 distillation delta).",
|
| 42 |
+
"With a consistency or edit LoRA in the stack, excessive strength suppresses the prompt: the consistency LoRA's article says that if edits stop applying, lower it before changing anything else.",
|
| 43 |
+
"Prefer runtime LoRA patching over baking a LoRA into the checkpoint: ComfyUI's Model Merge / Model Save nodes have not detected Flux2 Klein models (4B or 9B) since a March 2026 update — issue #13637, still open.",
|
| 44 |
+
"The author never states which weight family this targets. Two different questions, two different answers. Within 9B (distilled vs base — the two CivitAI strings): not a real incompatibility. Both load through the same Flux2KleinPipeline and have the same repo layout; for the 4B pair, where both transformer configs are public, the distil"
|
| 45 |
+
]
|
| 46 |
+
},
|
| 47 |
+
"pros": [
|
| 48 |
+
"Widely adopted — 14,624 downloads. [source: CivitAI stats]",
|
| 49 |
+
"Positively received — 1,172 thumbs-up, 2 down. [source: CivitAI stats]",
|
| 50 |
+
"Explicit trigger word(s) — ArsMJStyle, art nouveau, — so the effect can be turned on and off from the prompt. [source: model metadata]",
|
| 51 |
+
"Compact at 79 MB — cheap to stack with other LoRAs. [source: file size]"
|
| 52 |
+
],
|
| 53 |
+
"cons": [
|
| 54 |
+
"Author never states which generation mode it was trained for; test against your own workflow before relying on it. [source: description]"
|
| 55 |
+
],
|
| 56 |
+
"file": {
|
| 57 |
+
"name": "ArtNoveauKlein9b.safetensors",
|
| 58 |
+
"size_bytes": 82866712,
|
| 59 |
+
"size_mb": 79.03,
|
| 60 |
+
"sha256": "87cce20088c6734cc4ee4cbea3631b53af4ef3d3d8a00810df47f04853b9f90f"
|
| 61 |
+
},
|
| 62 |
+
"stats": {
|
| 63 |
+
"downloads": 14624,
|
| 64 |
+
"thumbs_up": 1172,
|
| 65 |
+
"thumbs_down": 2
|
| 66 |
+
},
|
| 67 |
+
"popularity": {
|
| 68 |
+
"downloads": 14624,
|
| 69 |
+
"thumbs_up": 1172,
|
| 70 |
+
"thumbs_down": 2,
|
| 71 |
+
"comments": 0,
|
| 72 |
+
"approval": "100% positive (1172/1174)",
|
| 73 |
+
"age_days": 138.7,
|
| 74 |
+
"downloads_per_day": 3.27,
|
| 75 |
+
"rank_by_downloads": 26,
|
| 76 |
+
"rank_by_momentum": 100,
|
| 77 |
+
"of_total": 150,
|
| 78 |
+
"adoption_tier": "High",
|
| 79 |
+
"momentum": "Long tail"
|
| 80 |
+
},
|
| 81 |
+
"selection_score": 29088.0,
|
| 82 |
+
"selection_reasons": [
|
| 83 |
+
"14,624 downloads",
|
| 84 |
+
"1,172 thumbs-up",
|
| 85 |
+
"documented triggers + usage notes",
|
| 86 |
+
"top-ranked for its category"
|
| 87 |
+
],
|
| 88 |
+
"example_media": [
|
| 89 |
+
{
|
| 90 |
+
"file": "01_image.jpeg",
|
| 91 |
+
"type": "image",
|
| 92 |
+
"resolution": "1440x2560",
|
| 93 |
+
"prompt": ""
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"file": "02_image.jpeg",
|
| 97 |
+
"type": "image",
|
| 98 |
+
"resolution": "1024x1024",
|
| 99 |
+
"prompt": ""
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"file": "03_image.jpeg",
|
| 103 |
+
"type": "image",
|
| 104 |
+
"resolution": "1024x1024",
|
| 105 |
+
"prompt": ""
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"file": "04_image.jpeg",
|
| 109 |
+
"type": "image",
|
| 110 |
+
"resolution": "1024x1024",
|
| 111 |
+
"prompt": ""
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"file": "05_image.jpeg",
|
| 115 |
+
"type": "image",
|
| 116 |
+
"resolution": "1440x2560",
|
| 117 |
+
"prompt": ""
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"file": "06_image.jpeg",
|
| 121 |
+
"type": "image",
|
| 122 |
+
"resolution": "1440x2560",
|
| 123 |
+
"prompt": ""
|
| 124 |
+
}
|
| 125 |
+
],
|
| 126 |
+
"tags": [
|
| 127 |
+
"midjourney",
|
| 128 |
+
"style",
|
| 129 |
+
"arsmjstyle",
|
| 130 |
+
"midjourney v6",
|
| 131 |
+
"art nouveau"
|
| 132 |
+
],
|
| 133 |
+
"scraped_at": "2026-09-05T01:48:17+00:00",
|
| 134 |
+
"path": "flux2-klein-9b/art-nouveau"
|
| 135 |
+
}
|
consistence-edit-lora/example_images/01_image.jpeg
ADDED
|
Git LFS Details
|
consistence-edit-lora/example_images/02_image.jpeg
ADDED
|
Git LFS Details
|
consistence-edit-lora/example_images/03_image.jpeg
ADDED
|
Git LFS Details
|
consistence-edit-lora/example_images/04_image.jpeg
ADDED
|
Git LFS Details
|