Omnico commited on
Commit
6315d60
·
verified ·
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +55 -0
  2. README.md +338 -0
.gitattributes ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar filter=lfs diff=lfs merge=lfs -text
30
+ *.tflite filter=lfs diff=lfs merge=lfs -text
31
+ *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.wasm filter=lfs diff=lfs merge=lfs -text
33
+ *.xz filter=lfs diff=lfs merge=lfs -text
34
+ *.zip filter=lfs diff=lfs merge=lfs -text
35
+ *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ # Audio files - uncompressed
38
+ *.pcm filter=lfs diff=lfs merge=lfs -text
39
+ *.sam filter=lfs diff=lfs merge=lfs -text
40
+ *.raw filter=lfs diff=lfs merge=lfs -text
41
+ # Audio files - compressed
42
+ *.aac filter=lfs diff=lfs merge=lfs -text
43
+ *.flac filter=lfs diff=lfs merge=lfs -text
44
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
45
+ *.ogg filter=lfs diff=lfs merge=lfs -text
46
+ *.wav filter=lfs diff=lfs merge=lfs -text
47
+ # Image files - uncompressed
48
+ *.bmp filter=lfs diff=lfs merge=lfs -text
49
+ *.gif filter=lfs diff=lfs merge=lfs -text
50
+ *.png filter=lfs diff=lfs merge=lfs -text
51
+ *.tiff filter=lfs diff=lfs merge=lfs -text
52
+ # Image files - compressed
53
+ *.jpg filter=lfs diff=lfs merge=lfs -text
54
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
55
+ *.webp filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - lora
5
+ - diffusers
6
+ - template:diffusion-lora
7
+ widget:
8
+ - output:
9
+ url: >-
10
+ images/real_photo__amateur_photo_____sc_fi_setting___retro_1960s_star_trek_style___faded_vhs_quality__low_quality__vintage___2girls__25yo__pretty_blonde_wife_and_brunette_friend_together__st_230460434(8).png
11
+ text: 'real photo, amateur photo, '
12
+ - output:
13
+ url: >-
14
+ images/the_palette_is_dominated_by_dark_tones__the_texture_is_pronounced__with_brushstrokes_and_traces_of_paint_visible__imitating_the_process_of_painting_using_multi_layered_tones__the_comp_230460434(9).png
15
+ text: >-
16
+ The palette is dominated by dark tones. The texture is pronounced, with
17
+ brushstrokes and traces of paint visible, imitating the process of painting
18
+ using multi-layered tones. The composition is centered around the figures,
19
+ and the background flows smoothly in color and tone. The style is abstract,
20
+ almost sculptural. The style is abstract, almost sculptural. Free, gestural
21
+ brushstrokes create a sense of movement and action. The muted color palette
22
+ includes subtle variations in tone. The sense of depth is achieved through
23
+ different densities of brushstrokes. The light source is diffused, giving
24
+ the image a slightly cool and mysterious shade. The style of painting is
25
+ reminiscent of abstract realism and expressionism. Soft shadows that
26
+ reflect every detail and add volume to the scene.
27
+ - output:
28
+ url: >-
29
+ images/the_palette_is_dominated_by_dark_tones__the_texture_is_pronounced__with_brushstrokes_and_traces_of_paint_visible__imitating_the_process_of_painting_using_multi_layered_tones__the_com_230460434(11).png
30
+ text: >-
31
+ The palette is dominated by dark tones. The texture is pronounced, with
32
+ brushstrokes and traces of paint visible, imitating the process of painting
33
+ using multi-layered tones. The composition is centered around the figures,
34
+ and the background flows smoothly in color and tone. The style is abstract,
35
+ almost sculptural. The style is abstract, almost sculptural. Free, gestural
36
+ brushstrokes create a sense of movement and action. The muted color palette
37
+ includes subtle variations in tone. The sense of depth is achieved through
38
+ different densities of brushstrokes. The light source is diffused, giving
39
+ the image a slightly cool and mysterious shade. The style of painting is
40
+ reminiscent of abstract realism and expressionism. Soft shadows that
41
+ reflect every detail and add volume to the scene.
42
+ - output:
43
+ url: >-
44
+ images/a_blue_rustic_mediterranean_house_by_the_sea_at_night__the_house_has_two_small_balconies_with_wrought_iron_railings_a_central_arched_doorway_illuminated_by_a_warm_yellow_light_and_a_sto_4292050331.png
45
+ text: >-
46
+ a blue rustic Mediterranean house by the sea at night. The house has two
47
+ small balconies with wrought iron railings a central arched doorway
48
+ illuminated by a warm yellow light and a stone staircase leading down to the
49
+ rocky shoreline. The sky is a deep blue with a bright full moon casting a
50
+ shimmering reflection on the calm water. The light from the moon and the
51
+ house's doorway contrasts with the darker cooler tones of the night sky and
52
+ sea. Trees with dark green foliage partially obscure the top right corner of
53
+ the house. The overall atmosphere is tranquil and romantic emphasizing the
54
+ serene beauty of the coastal night scene. The perspective is slightly low
55
+ and to the right focusing on the house and its reflection in the water.
56
+ - output:
57
+ url: >-
58
+ images/the_palette_is_dominated_by_dark_tones__the_texture_is_pronounced__with_brushstrokes_and_traces_of_paint_visible__imitating_the_process_of_painting_using_multi_layered_tones__the_compos_3934427294.png
59
+ text: >-
60
+ The palette is dominated by dark tones. The texture is pronounced, with
61
+ brushstrokes and traces of paint visible, imitating the process of painting
62
+ using multi-layered tones. The composition is centered around the figures,
63
+ and the background flows smoothly in color and tone. The style is abstract,
64
+ almost sculptural. The style is abstract, almost sculptural. Free, gestural
65
+ brushstrokes create a sense of movement and action. The muted color palette
66
+ includes subtle variations in tone. The sense of depth is achieved through
67
+ different densities of brushstrokes. The light source is diffused, giving
68
+ the image a slightly cool and mysterious shade. The style of painting is
69
+ reminiscent of abstract realism and expressionism. Soft shadows that
70
+ reflect every detail and add volume to the scene.
71
+ - output:
72
+ url: >-
73
+ images/clean_lines__graphic_shapes__european_science_fiction_comic_book_style__moebius_influence__pastel_color_palette___high_end_science_fiction_concept_art__retro_futuristic_aesthetic__melan_4127287111.png
74
+ text: >-
75
+ Clean lines, graphic shapes, European science fiction comic book style,
76
+ Moebius influence, pastel color palette.
77
+ - output:
78
+ url: >-
79
+ images/the_palette_is_dominated_by_dark_tones__the_texture_is_pronounced__with_brushstrokes_and_traces_of_paint_visible__imitating_the_process_of_painting_using_multi_layered_tones__the_compos_2621701236.png
80
+ text: >-
81
+ The palette is dominated by dark tones. The texture is pronounced, with
82
+ brushstrokes and traces of paint visible, imitating the process of painting
83
+ using multi-layered tones. The composition is centered around the figures,
84
+ and the background flows smoothly in color and tone. The style is abstract,
85
+ almost sculptural. The style is abstract, almost sculptural. Free, gestural
86
+ brushstrokes create a sense of movement and action. The muted color palette
87
+ includes subtle variations in tone. The sense of depth is achieved through
88
+ different densities of brushstrokes. The light source is diffused, giving
89
+ the image a slightly cool and mysterious shade. The style of painting is
90
+ reminiscent of abstract realism and expressionism. Soft shadows that
91
+ reflect every detail and add volume to the scene.
92
+ - output:
93
+ url: >-
94
+ images/the_palette_is_dominated_by_dark_tones__the_texture_is_pronounced__with_brushstrokes_and_traces_of_paint_visible__imitating_the_process_of_painting_using_multi_layered_tones__the_compos_1995094861.png
95
+ text: >-
96
+ The palette is dominated by dark tones. The texture is pronounced, with
97
+ brushstrokes and traces of paint visible, imitating the process of painting
98
+ using multi-layered tones. The composition is centered around the figures,
99
+ and the background flows smoothly in color and tone. The style is abstract,
100
+ almost sculptural. The style is abstract, almost sculptural. Free, gestural
101
+ brushstrokes create a sense of movement and action. The muted color palette
102
+ includes subtle variations in tone. The sense of depth is achieved through
103
+ different densities of brushstrokes. The light source is diffused, giving
104
+ the image a slightly cool and mysterious shade. The style of painting is
105
+ reminiscent of abstract realism and expressionism.
106
+ - output:
107
+ url: >-
108
+ images/a_sleek_futuristic_tall_female_android_standing_in_profile__the_android_has_a_black_glossy_helmet_like_head_with_a_single_glowing_yellow_eye__her_body_is_composed_of_intricate_metallic__1026177715.png
109
+ text: >-
110
+ a sleek futuristic tall female android standing in profile. The android has
111
+ a black glossy helmet-like head with a single glowing yellow eye. Her body
112
+ is composed of intricate metallic components with visible wires and
113
+ circuitry. She has a curvaceous hourglass figure with prominent breasts and
114
+ a narrow waist. Her right arm is slightly raised and her left arm hangs by
115
+ her side. In the background there is a blurred aircraft creating a sense of
116
+ depth. The background is a foggy gray cityscape with indistinct buildings.
117
+ The lighting is soft and diffused giving the scene a moody sci-fi
118
+ atmosphere. The overall color palette is dominated by blacks grays and
119
+ subtle metallic hues. The perspective is slightly low-angle emphasizing the
120
+ android's height and imposing presence. The textures are smooth and
121
+ reflective with a high level of detail in the mechanical components.
122
+ - output:
123
+ url: >-
124
+ images/the_palette_is_dominated_by_dark_tones__the_texture_is_pronounced__with_brushstrokes_and_traces_of_paint_visible__imitating_the_process_of_painting_using_multi_layered_tones__the_compos_2358927338.png
125
+ text: >-
126
+ The palette is dominated by dark tones. The texture is pronounced, with
127
+ brushstrokes and traces of paint visible, imitating the process of painting
128
+ using multi-layered tones. The composition is centered around the figures,
129
+ and the background flows smoothly in color and tone. The style is abstract,
130
+ almost sculptural. The style is abstract, almost sculptural. Free, gestural
131
+ brushstrokes create a sense of movement and action. The muted color palette
132
+ includes subtle variations in tone. The sense of depth is achieved through
133
+ different densities of brushstrokes. The light source is diffused, giving
134
+ the image a slightly cool and mysterious shade. The style of painting is
135
+ reminiscent of abstract realism and expressionism.
136
+ - output:
137
+ url: >-
138
+ images/photograph_of_an_elderly_rugged_cat_with_and_white_wavy_hair_a_lit_cigar_loosely_in_it_s_mouth__the_cat_is_looking_slightly_to_the_side_with_a_calm_expression__the_background_is_dimly_l_2083933716.png
139
+ text: >-
140
+ photograph of an elderly rugged cat with and white wavy hair a lit cigar
141
+ loosely in it's mouth. The cat is looking slightly to the side with a calm
142
+ expression. The background is dimly lit casino. The lighting is soft and
143
+ warm creating a gentle contrast between the cat's illuminated face and the
144
+ shadow. The image has a vintage grainy texture with muted colors and a
145
+ slight greenish tint. Smoke from the cigar is visible curling upwards from
146
+ the tip of the cigar. The focus is on the cat's upper body and face. The
147
+ perspective is close-up emphasizing her facial features and the cigar. The
148
+ atmosphere is relaxed and contemplative.
149
+ - output:
150
+ url: >-
151
+ images/aesthetic_11__a_dynamic_digital_painting_of_a_surreal__masked_anthropomorphic_aviator_with_distinctly_feminine_curves_and_pronounced_sexualized_features__riding_atop_a_large_missile_pai_2184588783.png
152
+ text: >-
153
+ aesthetic 11, A dynamic digital painting of a surreal, masked
154
+ anthropomorphic aviator with distinctly feminine curves and pronounced
155
+ sexualized features, riding atop a large missile painted with aggressive
156
+ shark mouth nose art. Her head has a stylized, elongated animal-like shape
157
+ with smooth angular contours, an oversized black helmet integrated into her
158
+ form, completely covering her face except for one sharp, expressive eye
159
+ peering through a narrow visor slit. She wears an elaborate,
160
+ fantasy-inspired pilot outfit combining military green armor plating with
161
+ gold rivets, tight black stockings, and a dramatic ruffled white collar. Her
162
+ posture is aggressive and forward-leaning, bracing against high-speed wind,
163
+ with her cloak and layered ruffles streaming violently behind her in the
164
+ slipstream.
165
+ - output:
166
+ url: >-
167
+ images/the_palette_is_dominated_by_dark_tones__the_texture_is_pronounced__with_brushstrokes_and_traces_of_paint_visible__imitating_the_process_of_painting_using_multi_layered_tones__the_compos_2161730247.png
168
+ text: >-
169
+ The palette is dominated by dark tones. The texture is pronounced, with
170
+ brushstrokes and traces of paint visible, imitating the process of painting
171
+ using multi-layered tones. The composition is centered around the figures,
172
+ and the background flows smoothly in color and tone. The style is abstract,
173
+ almost sculptural. The style is abstract, almost sculptural. Free, gestural
174
+ brushstrokes create a sense of movement and action. The muted color palette
175
+ includes subtle variations in tone. The sense of depth is achieved through
176
+ different densities of brushstrokes. The light source is diffused, giving
177
+ the image a slightly cool and mysterious shade. The style of painting is
178
+ reminiscent of abstract realism and expressionism. Soft shadows that
179
+ reflect every detail and add volume to the scene.
180
+ - output:
181
+ url: >-
182
+ images/the_palette_is_dominated_by_dark_tones__the_texture_is_pronounced__with_brushstrokes_and_traces_of_paint_visible__imitating_the_process_of_painting_using_multi_layered_tones__the_compos_1170234496.png
183
+ text: >-
184
+ The palette is dominated by dark tones. The texture is pronounced, with
185
+ brushstrokes and traces of paint visible, imitating the process of painting
186
+ using multi-layered tones. The composition is centered around the figures,
187
+ and the background flows smoothly in color and tone. The style is abstract,
188
+ almost sculptural. The style is abstract, almost sculptural. Free, gestural
189
+ brushstrokes create a sense of movement and action. The muted color palette
190
+ includes subtle variations in tone. The sense of depth is achieved through
191
+ different densities of brushstrokes. The light source is diffused, giving
192
+ the image a slightly cool and mysterious shade. The style of painting is
193
+ reminiscent of abstract realism and expressionism. Soft shadows that
194
+ reflect every detail and add volume to the scene.
195
+ - output:
196
+ url: >-
197
+ images/the_palette_is_dominated_by_dark_tones__the_texture_is_pronounced__with_brushstrokes_and_traces_of_paint_visible__imitating_the_process_of_painting_using_multi_layered_tones__the_compos_2976301585.png
198
+ text: >-
199
+ The palette is dominated by dark tones. The texture is pronounced, with
200
+ brushstrokes and traces of paint visible, imitating the process of painting
201
+ using multi-layered tones. The composition is centered around the figures,
202
+ and the background flows smoothly in color and tone. The style is abstract,
203
+ almost sculptural. The style is abstract, almost sculptural. Free, gestural
204
+ brushstrokes create a sense of movement and action. The muted color palette
205
+ includes subtle variations in tone. The sense of depth is achieved through
206
+ different densities of brushstrokes. The light source is diffused, giving
207
+ the image a slightly cool and mysterious shade. The style of painting is
208
+ reminiscent of abstract realism and expressionism.
209
+ - output:
210
+ url: >-
211
+ images/the_palette_is_dominated_by_dark_tones__the_texture_is_pronounced__with_brushstrokes_and_traces_of_paint_visible__imitating_the_process_of_painting_using_multi_layered_tones__the_com_1759976480(1).png
212
+ text: >-
213
+ The palette is dominated by dark tones. The texture is pronounced, with
214
+ brushstrokes and traces of paint visible, imitating the process of painting
215
+ using multi-layered tones. The composition is centered around the figures,
216
+ and the background flows smoothly in color and tone. The style is abstract,
217
+ almost sculptural. The style is abstract, almost sculptural. Free, gestural
218
+ brushstrokes create a sense of movement and action. The muted color palette
219
+ includes subtle variations in tone. The sense of depth is achieved through
220
+ different densities of brushstrokes. The light source is diffused, giving
221
+ the image a slightly cool and mysterious shade. The style of painting is
222
+ reminiscent of abstract realism and expressionism. A close-up portrait
223
+ featuring a pale-skinned young girl's face with fiery, vibrant red hair
224
+ cascading around the face, partially obscuring the shoulders. The subject
225
+ has striking features: large, light blue eyes exuding a subtle, mysterious
226
+ aura, framed by delicate, well-defined eyebrows. The nose is small and
227
+ refined. The most prominent feature is the mouth, painted with glossy,
228
+ jet-black lipstick, revealing sharp, elongated fangs, hinting at a
229
+ vampire-like appearance. The skin has a smooth, porcelain-like texture, with
230
+ subtle shading adding depth and realism, contrasted by the intense darkness
231
+ surrounding the face and shoulders. The lighting is focused, highlighting
232
+ the details of the facial features and the sheen of the hair and lipstick.
233
+ The overall mood is gothic and seductive. The art style evokes a blend of
234
+ realism and fantasy, enhanced by a dark and dramatic palette with colors
235
+ like deep red and black.
236
+ - output:
237
+ url: >-
238
+ images/the_palette_is_dominated_by_dark_tones__the_texture_is_pronounced__with_brushstrokes_and_traces_of_paint_visible__imitating_the_process_of_painting_using_multi_layered_tones__the_compos_1722812466.png
239
+ text: >-
240
+ The palette is dominated by dark tones. The texture is pronounced, with
241
+ brushstrokes and traces of paint visible, imitating the process of painting
242
+ using multi-layered tones. The composition is centered around the figures,
243
+ and the background flows smoothly in color and tone. The style is abstract,
244
+ almost sculptural. The style is abstract, almost sculptural. Free, gestural
245
+ brushstrokes create a sense of movement and action. The muted color palette
246
+ includes subtle variations in tone. The sense of depth is achieved through
247
+ different densities of brushstrokes. The light source is diffused, giving
248
+ the image a slightly cool and mysterious shade. The style of painting is
249
+ reminiscent of abstract realism and expressionism. Soft shadows that
250
+ reflect every detail and add volume to the scene.
251
+ - output:
252
+ url: >-
253
+ images/the_palette_is_dominated_by_dark_tones__the_texture_is_pronounced__with_brushstrokes_and_traces_of_paint_visible__imitating_the_process_of_painting_using_multi_layered_tones__the_compos_3799127238.png
254
+ text: >-
255
+ The palette is dominated by dark tones. The texture is pronounced, with
256
+ brushstrokes and traces of paint visible, imitating the process of painting
257
+ using multi-layered tones. The composition is centered around the figures,
258
+ and the background flows smoothly in color and tone. The style is abstract,
259
+ almost sculptural. The style is abstract, almost sculptural. Free, gestural
260
+ brushstrokes create a sense of movement and action. The muted color palette
261
+ includes subtle variations in tone. The sense of depth is achieved through
262
+ different densities of brushstrokes. The light source is diffused, giving
263
+ the image a slightly cool and mysterious shade. The style of painting is
264
+ reminiscent of abstract realism and expressionism. young female figure.
265
+ - output:
266
+ url: >-
267
+ images/photo_of_a_distant_vintage_light_blue_volkswagen_t2_van_slowly_driving_across_a_gently_sloping_hill_covered_in_dry_golden_grass__the_van_appears_small_and_far_away__its_movement_subtle__1974058758.png
268
+ text: >-
269
+ photo of a distant vintage light blue Volkswagen T2 van slowly driving
270
+ across a gently sloping hill covered in dry golden grass. The van appears
271
+ small and far away, its movement subtle and undefined neither clearly
272
+ approaching nor leaving evoking a quiet, drifting passage through an open
273
+ landscape. The scene is enveloped in thick, moody fog that blends into a
274
+ dark, overcast sky above, creating stark contrast between the softly
275
+ illuminated ground and the heavy atmosphere overhead. The lighting is
276
+ cinematic and diffused: a soft beam of sunlight breaks through the mist,
277
+ briefly catching the side of the van and casting elongated, faint shadows
278
+ along the hill's curve. The paint is weathered, dotted with road dust, small
279
+ scratches, and fogged windows. Chrome details bumpers, hubcaps, mirrors
280
+ reflect the dim ambient light. The composition emphasizes negative space
281
+ and emotional distance, with the van occupying a small portion near the
282
+ lower third of the frame. Above it stretches a vast sky, rich in texture and
283
+ darkness, contributing to a melancholic, introspective tone. Subtle
284
+ painterly textures heighten the realism: brittle grass sways slightly in the
285
+ wind, the van aged metal shows signs of use, and the layered mist suggests
286
+ movement and stillness at once. Cinematic lens effects shallow depth of
287
+ field, slight motion blur, soft bloom add a dreamlike, atmospheric quality.
288
+ - output:
289
+ url: >-
290
+ images/the_palette_is_dominated_by_dark_tones__the_texture_is_pronounced__with_brushstrokes_and_traces_of_paint_visible__imitating_the_process_of_painting_using_multi_layered_tones__the_compos_1988103908.png
291
+ text: >-
292
+ The palette is dominated by dark tones. The texture is pronounced, with
293
+ brushstrokes and traces of paint visible, imitating the process of painting
294
+ using multi-layered tones. The composition is centered around the figures,
295
+ and the background flows smoothly in color and tone. The style is abstract,
296
+ almost sculptural. The style is abstract, almost sculptural. Free, gestural
297
+ brushstrokes create a sense of movement and action. The muted color palette
298
+ includes subtle variations in tone. The sense of depth is achieved through
299
+ different densities of brushstrokes. The light source is diffused, giving
300
+ the image a slightly cool and mysterious shade. The style of painting is
301
+ reminiscent of abstract realism and expressionism. The fabric is too tight
302
+ around the groin area, as if it were exposed.
303
+ - output:
304
+ url: >-
305
+ images/muted__earthy_palette_with_soft_autumnal_accents__pronounced__layered_texture__visible_brushstrokes__gently_sculptural_abstract_style__half_body_portrait__central_composition__backgroun_1576024277.png
306
+ text: >-
307
+ Muted, earthy palette with soft autumnal accents. Pronounced, layered
308
+ texture, visible brushstrokes, gently sculptural abstract style. Half-body
309
+ portrait, central composition, background flowing smoothly in natural, tonal
310
+ shades. Free, gestural strokes create subtle movement and depth, soft
311
+ shadows add volume. Diffused, slightly warm natural light evokes quiet
312
+ Nordic tranquility. Romantic and introspective, inspired by folklore
313
+ aesthetics. Abstract realism and expressionism with painterly oil textures,
314
+ ultra high-quality, very detailed, dry brush painting, novuschroma, soft
315
+ colorful blending, in the style of Rembrandt.
316
+ base_model: lodestones/Chroma1-Base
317
+ instance_prompt: null
318
+
319
+ ---
320
+ # Extracted Loras from Chroma’s checkpoints
321
+
322
+ <Gallery />
323
+
324
+ ## Model description
325
+
326
+ The LoRAs were extracted from fine-tuned checkpoints and official releases, with chroma-unlocked-v46-detail-calibrated also used as a reference for comparison. I did this primarily for myself: LoRAs are simply easier to work with — you can mix them in real time and set different weights and strengths. They also save storage space on your local machine. Choose a rank to suit your preferences and hardware capabilities (the lower the rank, the less memory is required).
327
+
328
+ After extraction, the weights were normalized. There is a direct correlation between rank and the acceptable LoRA strength range: for r64, keep the strength up to 130% at most; for r384, up to roughly 250%.
329
+
330
+ As we know, Chroma1 is a highly creative, uncensored model, but it is extremely difficult to work with. The main issues I see are unpredictable results, slow speed (even in Turbo Flash mode), and noise. This LoRA extraction project was an attempt to simplify setup and generation on Chroma. I did not fully achieve that goal — it is still a challenging model to work with. That said, if you find the extracted LoRAs useful and get good results, please share them with the community. Chroma1 is an underrated, capricious, yet remarkably powerful model.
331
+
332
+ A lot of time, electricity, and compute went into this on my small and not particularly powerful Mac Mini M4. But it was an interesting research project.
333
+
334
+
335
+ ## Download model
336
+
337
+
338
+ [Download](/Omnico/Chroma1_diff_loras/tree/main) them in the Files & versions tab.