Omnico commited on
Commit
9e06fda
·
verified ·
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +55 -0
  2. README.md +328 -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,328 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - lora
5
+ - diffusers
6
+ - template:diffusion-lora
7
+ widget:
8
+ - output:
9
+ url: >-
10
+ images/a_strikingly_beautiful_french_senegalese_woman_in_her_early_30s_with_deep_dark_skin_that_glows_like_polished_mahogany__sculpted_cheekbones__and_large__expressive_dark_eyes_framed_by_imp_2138000607.png
11
+ text: "A strikingly beautiful French-Senegalese woman in her early 30s with deep dark skin that glows like polished mahogany, sculpted cheekbones, and large, expressive dark eyes framed by impossibly long natural lashes stands in a sunlit Parisian atelier surrounded by bolts of draped silk in jewel tones âÂ\x80Â\x94 emerald, sapphire, deep ruby. She wears a structured off-the-shoulder ivory top that contrasts magnificently against her skin, and her hair is styled in an elaborate updo of micro-braids twisted into an architectural crown, a few loose braids framing her temples. A soft-bristled brush rests between her fingers, and a smudge of gold pigment dusts her left cheekbone like an accidental adornment that somehow looks intentional and exquisite. Her lips are full and defined, with a natural deep plum tone, and she wears a subtle expression of amused self-possession âÂ\x80Â\x94 one eyebrow barely raised, the corner of her mouth threatening a smile. Tall north-facing atelier windows to her left pour in cool, even, silvery Parisian daylight that rakes across the planes of her face and illuminates the gold pigment smudge so it gleams warmly against her cool-lit dark skin, creating a stunning warm-cool interplay. The jewel-toned silks behind her catch and reflect colored light onto the shadows of her neck and bare shoulders âÂ\x80Â\x94 a whisper of emerald here, a touch of ruby there. Shot on a Leica SL3 with a 75mm f/1.25 Noctilux, the depth of field is razor-thin, her nearest eye and the gold pigment on her cheek in breathtaking focus, while the silk forest behind her becomes a rich, impressionist blur of saturated color."
12
+ - output:
13
+ url: >-
14
+ images/dcdrkfntsy__a_long_limbed_medieval_knight_in_chainmal_armour_suit_with_chainmal_pants_resting_with_his_hands_behind_his_head_on_a_river_bank__flowing_wide_river__runs_past_the_resting_k_2521634802.png
15
+ text: >-
16
+ dcdrkfntsy. a long limbed medieval knight in chainmal armour suit with
17
+ chainmal pants resting with his hands behind his head on a river bank,
18
+ flowing wide river runs past the resting knight, his long sword is on the
19
+ ground, bright blue grass, bright blue trees, a huge majestic stag is eating
20
+ grass in the background
21
+ - output:
22
+ url: >-
23
+ images/l3n0v0__herbstphoto__neo_victorian__d3tailedp0rtraits___cyanotype__flower_power__yfg_gpt4_style___masterpiece__best_quality__ultra_hd__painterly_anime_illustration__watercolor_softness__3961003608.png
24
+ text: 'l3n0v0, HerbstPhoto, neo_victorian, D3tailedP0rtraits, '
25
+ - output:
26
+ url: >-
27
+ images/in_the_style_of_ckpf__1girl__weapon__sword__pointy_ears__armor__ass__elf__dragon__long_hair__holding_sword__holding_weapon__high_heels__holding__from_behind__shoulder_armor__fantasy__st_3604353975.png
28
+ text: >-
29
+ in the style of ckpf, 1girl, weapon, sword, pointy ears, armor, ass, elf,
30
+ dragon, long hair, holding sword, holding weapon, high heels, holding, from
31
+ behind, shoulder armor, fantasy, standing, holding down a sword, facing a
32
+ dragon, green color palette
33
+ - output:
34
+ url: >-
35
+ images/young_woman_named_veilla_seated_in_a_train_cabin__sipping_from_a_white_mug_while_looking_directly_at_the_camera__long_wavy_hair_held_back_with_a_black_headband__fair_skin__wearing_a_vib_2236908185.png
36
+ text: >-
37
+ Young woman named Veilla seated in a train cabin, sipping from a white mug
38
+ while looking directly at the camera, long wavy hair held back with a black
39
+ headband, fair skin, wearing a vibrant red scarf over a brown coat and
40
+ light-colored sweater, gold rings and accessories visible on her fingers,
41
+ warm beverage likely indicated by steam or her gesture, cozy and casual
42
+ posture with one knee pulled up, white panties visible between legs, maroon
43
+ train seat and window in the background reflecting muted outdoor scenery.
44
+ - output:
45
+ url: >-
46
+ images/photo_of_a_25_year_old_colombian_woman_walking_away_from_the_bar_toward_the_beach__sarong_tied_low_around_her_hips__top_half_covered_by_a_loosely_buttoned_shirt__back_slightly_exposed__g_802504821.png
47
+ text: >-
48
+ Photo of a 25-year-old Colombian woman walking away from the bar toward the
49
+ beach, sarong tied low around her hips, top half covered by a loosely
50
+ buttoned shirt, back slightly exposed, golden light outlining her figure,
51
+ party lights beginning to glow behind her
52
+ - output:
53
+ url: >-
54
+ images/3_girls__25_years_old__1990_s__cute__blonde__brunette__messy_hair__slumber_party__girly_bedroom__amateur_photogrpahy__nude__pajamas_discarded__one_wearing_glasses__giggling__close_friend_699131225.png
55
+ text: >-
56
+ 3 girls, 25 years old, 1990's, cute, blonde, brunette, messy hair, slumber
57
+ party, girly bedroom, amateur photogrpahy, nude, pajamas discarded, one
58
+ wearing glasses, giggling, close friends, lesbian, cute lesbians, posing for
59
+ camera, peace sign, kissy face, sticking tongue out, realistic analog
60
+ photography, amateur 1990s 35mm film snapshot, consumer-grade film camera
61
+ look, amatuer, awkward snapshot timing, accidental framing, slightly tilted
62
+ composition, imperfect crop, visible coarse organic film grain, grain
63
+ structure embedded in image, imperfect amateur flash photograph, authentic
64
+ 1990s snapshot aesthetic
65
+ - output:
66
+ url: >-
67
+ images/same_but_photorealistic_instead__candid_raw_amateur_photograph_high_definition__flawless_skin__retain_facial_expression__retain_outfit_and_clothing_exactly__flash_photography_style_se_869092987(1).png
68
+ text: >-
69
+ same but photorealistic instead, candid raw amateur photograph high
70
+ definition, flawless skin, retain facial expression, retain outfit and
71
+ clothing exactly
72
+ - output:
73
+ url: >-
74
+ images/modern_city_of_light__a_surreal__vibrant_landscape_dominated_by_colossal_mushroom_shaped_trees_with_textured__beige_caps_and_intricate_root_like_trunks__interspersed_with_smaller__styli_2892913276.png
75
+ text: >-
76
+ modern city of light, A surreal, vibrant landscape dominated by colossal
77
+ mushroom-shaped trees with textured, beige caps and intricate root-like
78
+ trunks, interspersed with smaller, stylized trees. The giant mushroom trees
79
+ have a unique structure that supports multiple caps, creating a canopy
80
+ effect. A serene stream flows through the scene, reflecting the surrounding
81
+ environment. Lush green bushes and carefully placed rocks line the stream's
82
+ banks, adding texture and depth to the foreground. The background reveals a
83
+ distant cityscape, hinting at a futuristic civilization. Floating spherical
84
+ objects, seemingly balloons, gently drift in the bright, slightly hazy sky.
85
+ Warm sunlight bathes the scene, creating a soft glow, and a palette of earth
86
+ tones punctuated by the greens of the foliage and the red-orange hues of
87
+ autumnal trees. The style blends elements of fantastical realism, with a
88
+ hint of surrealism, and the art creates a sense of peaceful tranquility and
89
+ wonder.
90
+ - output:
91
+ url: >-
92
+ images/a_worn_white_astronaut_suit_sitting_alone_on_the_edge_of_an_indoor_pool_in_a_pastel_pink_tiled_room__legs_dangling_into_dark_reflective_water__glowing_pink_and_cyan_neon_sign_reading__r_2860558784.png
93
+ text: >-
94
+ a worn white astronaut suit sitting alone on the edge of an indoor pool in a
95
+ pastel pink tiled room, legs dangling into dark reflective water, glowing
96
+ pink and cyan neon sign reading "Relax" mounted above a large arched
97
+ doorway, hazy palm trees and a parked car visible through the arch in warm
98
+ dreamy light, vintage CRT television with antenna on the left, old wooden
99
+ dresser with misc objects on the right, retro movie posters on the walls,
100
+ lofi vaporwave interior aesthetic, cinematic 3D render, hyper-detailed, 8k
101
+ - output:
102
+ url: >-
103
+ images/strictly_preserving_the_composition__subject_matter__and_all_elements_of_the_original_image__image_1__unchanged__reference_the_art_style_of_image_2_and_transform_the_style_of_image_1_in_3604851527.png
104
+ text: >-
105
+ Strictly preserving the composition, subject matter, and all elements of the
106
+ original image (Image 1) unchanged, reference the art style of Image 2 and
107
+ transform the style of Image 1 into: Dark hooded figure, tactical gear,
108
+ crouched pose, armed rifle, military combat stance, cityscape background,
109
+ misty atmosphere, overcast sky, desolate landscape, somber mood, silhouette
110
+ against gray backdrop, gritty realism, detailed textures, heavy shadows,
111
+ minimalism, stark contrasts, low-angle shot, atmospheric depth,
112
+ post-apocalyptic setting, isolated subject, dramatic tension,
113
+ black-and-white composition, noir-inspired visuals, intense expression,
114
+ silent vigilance, stealth operation, elevated viewpoint, rugged terrain,
115
+ weathered clothing, realistic rendering, subtle motion blur, shadow play,
116
+ deliberate framing, cold tone, bleak environment, human form, armored suit,
117
+ full-body view, stylized character design, futuristic warzone aesthetics,
118
+ advanced weaponry, covert mission context, grounded perspective, emotional
119
+ intensity, psychological drama, artistic ambiguity, mysterious presence,
120
+ tense stillness, dark ambiance, monochrome palette, textured fabric details,
121
+ layered layers, oppressive silence, industrial decay, hidden identity,
122
+ ominous aura, immersive scene, narrative potential, suspenseful moment,
123
+ existential solitude, minimalist composition, powerful symbolism, deep
124
+ storytelling elements
125
+ - output:
126
+ url: >-
127
+ images/a_stunning_oriental_female_space_pirate__wearing_silver_earrings__necklaces__patched_power_armor_with_scuffs_and_dents__cleavage__flowing_two_tone_hair__blonde_with_red_highlights__bang_2199588019.png
128
+ text: >-
129
+ a stunning oriental female space pirate, wearing silver earrings, necklaces,
130
+ patched power armor with scuffs and dents, cleavage, flowing two-tone hair,
131
+ blonde with red highlights, bangs, defiant, seductive, tattoos, jewelled
132
+ navel piercing, holding an assault rifle, finger on the trigger, taking
133
+ cover behind a rock during a battle on a rocky planet, on one knee, aiming
134
+ weapon. Perfect Composition, realistic photographic image, RAW photo highest
135
+ quality, viewed from the side
136
+ - output:
137
+ url: >-
138
+ images/90s_cyber_goth_sci_fi__close_up___featuring_a_1girl__solo__purple_eyes__bangs__white_long_hair__ponytail__cat_ears__pink_leather_necklace__garter_straps__underwear__cat_girl__thighhighs_2790948987.png
139
+ text: >-
140
+ 90s cyber-goth sci-fi, close up, featuring a 1girl, solo, purple eyes,
141
+ bangs, white long hair, ponytail, cat ears, pink leather necklace, garter
142
+ straps, underwear, cat girl, thighhighs, panties, white legwear, puffy
143
+ sleeves, frills, white panties, white hair, solo, looking at viewer, open
144
+ mouth, garter belt, puffy short sleeves, white strapy stiletto heels,
145
+ - output:
146
+ url: >-
147
+ images/ultra_realistic_twilight_riverside_scene__cozy_wooden_stilt_house_with_warm_interior_lights_glowing_through_large_windows_and_open_porch__dense_potted_plants_and_small_furniture_on_the_de_31769387.png
148
+ text: "Ultra realistic twilight riverside scene, cozy wooden stilt house with warm interior lights glowing through large windows and open porch, dense potted plants and small furniture on the deck, turquoise clear canal water reflecting the house and sky, single yellow wooden rowboat moored with two ropes, subtle ripples and soft reflections, lush cherry blossom trees with abundant pink petals framing the scene from above, a few petals floating on the water, cinematic top down three quarter view, high detail textures in wood, leaves, water caustics, and glass, shallow depth of field but crisp subject focus, golden hour ambience with teal and orange color contrast, volumetric light spill from windows, realistic global illumination, 35mm photography look, vivid colors, natural skin/material shaders, no anime style, no outlines, no stylization, photoreal, hyperâÂ\x80Â\x91detailed, 8k, high dynamic range a photo of,, in the style of thierry-lechanteur"
149
+ - output:
150
+ url: >-
151
+ images/strictly_preserving_the_composition__subject_matter__and_all_elements_of_the_original_image__image_1__unchanged__reference_the_art_style_of_image_2_and_transform_the_style_of_image_1_in_1385350867.png
152
+ text: "Strictly preserving the composition, subject matter, and all elements of the original image (Image 1) unchanged, reference the art style of Image 2 and transform the style of Image 1 into: Aerial drone shot, panoramic cityscape at twilight, coastal settlement illuminated by warm golden lights against deep blue water, snow-covered rooftops reflecting sky hues, dramatic sunset gradient from yellow-orange to dark indigo, atmospheric haze over sea, long exposure capturing flowing light trails along roads, modern architectural clusters near harbor docks, industrial port infrastructure glowing under artificial illumination, subtle cloud formations above horizon line, richly textured fabric-like details across buildings' facades, dynamic interplay between natural landscape and human-made structures, stylized post-apocalyptic Nordic atmosphere, surrealism blended with realism, vivid colors enhanced through HDR processing, photorealistic rendering quality, detailed street-level view revealing grid patterns and narrow alleys, vibrant evening glow contrasting cold blues of nighttime ocean, artistic composition emphasizing geometric shapes and symmetry, immersive perspective captured from elevated viewpoint overlooking entire town layout extending toward distant shoreline, ethereal mood evoking isolation yet vitality, painterly textures suggesting painted-on layers of paint application, layered depth perception creating sense of vastness and scale, complex blend of organic forms and structured geometry, expressive shadows cast by building silhouettes, luminous highlights accentuating edges of homes and bridges, sophisticated fusion of natureâÂ\x80Â\x99s beauty with technological advancement, futuristic design elements integrated seamlessly within existing urban form, minimalist but striking silhouette lines defining skyline contours, harmonious balance between daylight remnants and nocturnal energy, dreamlike vision blending reality and fantasy, intense emotional tone conveyed through deliberate color choices and spatial arrangement, seamless integration of foreground, midground, and background layers forming cohesive narrative scene."
153
+ - output:
154
+ url: >-
155
+ images/strictly_preserving_the_composition__subject_matter__and_all_elements_of_the_original_image__image_1__unchanged__reference_the_art_style_of_image_2_and_transform_the_style_of_image_1_3342105704(1).png
156
+ text: "Strictly preserving the composition, subject matter, and all elements of the original image (Image 1) unchanged, reference the art style of Image 2 and transform the style of Image 1 into: Cyberpunk aesthetics, futuristic motorcycle design, sleek white body, vibrant orange accents, aerodynamic curves, exposed mechanical components, minimalist cockpit, glowing red-orange highlights, matte finish, reflective surface details, clean lines, sci-fi concept car, side profile view, low-angle perspective, studio lighting, smooth gradient background, high-resolution rendering, ultra-detailed textures, advanced materials, synthetic chrome, carbon fiber elements, zero gravity motion blur effect, dynamic shadows, minimal environmental context, isolated composition, photorealism, premium automotive design, illuminated wheel rims, angular geometry, fusion of speed and elegance, detailed suspension system, transparent windshield panels, integrated engine bay display, seamless integration of technology and form, modern racing sports bike silhouette, visionary future vehicle concept, dark interior hints, subtle ambient glow, edge-of-the-world atmosphere, immersive digital environment, luminous accent lights, electric propulsion theme, innovative engineering features, streamlined chassis structure, kinetic energy expression, stylized character-driven visualization, elevated performance-oriented look, bold visual statement, iconic shape language, geometric precision, enhanced realism, polished metallic sheen, artificial intelligence inspired design, human-centered interface, technological sophistication, silent power generation mechanism, forward-thinking innovation, cutting-edge mobility solution, speculative fiction setting, imaginative conceptual artwork, full-body shot from three-quarter angle, perfect symmetry, artistic mastery, exceptional clarity, optical depth, architectural harmony, engineered beauty, next-gen transportation evolution, elegant movement captured, atmospheric presence, refined craftsmanship, industrial-grade construction, intelligent systems embedded within frame, revolutionary advancement in personal transport, visually compelling narrative element, world-class artistâÂ\x80Â\x99s vision, masterpiece-level execution, timeless appeal, ideal representation of emerging tech culture, dominant central subject, powerful visual impact, leading trendsetter in autonomous vehicles, ultimate design excellence, fully rendered 3D model, professional-grade post-processing effects, flawless presentation, complete emotional resonance, universal recognition across generations, universally admired global iconography, transcendent level of technical achievement, legendary status among enthusiasts, unparalleled attention to fine detail, unapologetically beautiful, emotionally charged imagery, profound symbolic meaning, instantly recognizable brand identity, extraordinary storytelling potential, unmatched viewer engagement, definitive final product, supreme quality assurance, peak creative realization, originality guaranteed, absolute authenticity, true essence of contemporary imagination, most expressive depiction ever created, soulful expression through visuals, eternal legacy of artistic brilliance, immortalizable moment, forever etched in history, cultural phenomenon, spiritual awakening, transformative experience, awe-inspiring spectacle, breathtakingly realistic portrayal, masterclass in visual storytelling, epoch-defining"
157
+ - output:
158
+ url: >-
159
+ images/strictly_preserving_the_composition__subject_matter__and_all_elements_of_the_original_image__image_1__unchanged__reference_the_art_style_of_image_2_and_transform_the_style_of_image_1_int_844424157.png
160
+ text: >-
161
+ Strictly preserving the composition, subject matter, and all elements of the
162
+ original image (Image 1) unchanged, reference the art style of Image 2 and
163
+ transform the style of Image 1 into: Aerial landscape view, sunset golden
164
+ hour, rolling green mountains, mist-covered valley below, small village
165
+ nestled at base of slope, vibrant ochre sky transitioning to deep purple
166
+ twilight, dramatic backlighting from sun setting behind peak, atmospheric
167
+ haze rising like clouds over hillside, lush forest canopy, terraced fields
168
+ illuminated by warm sunlight, detailed textures in foliage and terrain,
169
+ realistic depth-of-field blur effect, rich saturated colors, surreal
170
+ dreamlike atmosphere, stylized nature scene, painterly impressionism
171
+ technique, luminous glow along ridgeline, strong vertical composition,
172
+ serene yet majestic mood, ethereal beauty, wide-angle perspective,
173
+ photorealistic rendering, enhanced HDR saturation, subtle motion blur hint,
174
+ artistic mountain panorama, immersive wilderness vista, elevated viewpoint
175
+ looking down into valley surrounded by peaks, glowing horizon line, peaceful
176
+ tranquil environment, fantasy-like realism, abstract minimalism, vivid
177
+ emotional tone, poetic narrative quality, textured surface details visible
178
+ under light filtering through trees, ambient shadow play across slopes,
179
+ perfect balance between bright foreground and dark background, smooth
180
+ gradient transitions, ideal weather conditions during early evening hours,
181
+ magical moment captured, breathtaking scenery, untouched pristine location,
182
+ timeless natural wonder, idyllic rural charm, harmony between man-made
183
+ settlement and wild land, scenic drone shot capturing vastness and scale,
184
+ evocative still life depiction, full-frame capture, expressive aerial
185
+ imagery, stunning panoramic composition, layered layers of vegetation and
186
+ rock formations, elegant symmetry, delicate cloud patterns above lakebed,
187
+ quiet solitude, calm contemplation, profound sense of peace and serenity,
188
+ sublime natural grandeur, harmonious blend of human habitation and untamed
189
+ wilderness, artistically composed masterpiece, celestial-inspired design
190
+ elements present throughout entire frame, heavenly illumination reflecting
191
+ off distant water body, mystical aura surrounding place, emotionally
192
+ resonant artwork, beautiful sunrise or dusk ambiance, reflective waterscape
193
+ beneath towering cliffs, symbolic symbolism embedded within form and
194
+ structure, spiritual feeling conveyed through visuals, transcendent
195
+ experience created via powerful visual storytelling, unique creative vision
196
+ blended together seamlessly, exceptional photo-quality finish, flawless
197
+ execution, highly refined final result
198
+ - output:
199
+ url: >-
200
+ images/strictly_preserving_the_composition__subject_matter__and_all_elements_of_the_original_image__image_1__unchanged__reference_the_art_style_of_image_2_and_transform_the_style_of_image_1_in_2820135118.png
201
+ text: >-
202
+ Strictly preserving the composition, subject matter, and all elements of the
203
+ original image (Image 1) unchanged, reference the art style of Image 2 and
204
+ transform the style of Image 1 into: Modern Art Deco train, sleek blue
205
+ metallic livery, curved front design, polished chrome accents, large
206
+ circular headlight, streamlined body, detailed rivets, period-correct
207
+ conductor uniforms, platform scene, bustling city station, tall stone
208
+ buildings, clear bright daytime sky, crisp shadows, vibrant colors, dynamic
209
+ composition, realistic perspective, elevated view from street level, classic
210
+ mid-20th century railway aesthetics, industrial-era details, sunlit
211
+ highlights, warm golden light reflection, textured surface finish, clean
212
+ lines, architectural grandeur, human figures in motion, expressive realism,
213
+ richly saturated hues, vivid imagery, precise attention to mechanical form,
214
+ atmospheric depth, subtle smoke plume rising behind locomotive, open-air
215
+ setting, public transport era ambiance, nostalgic charm, full daylight
216
+ illumination, artistic rendering quality, highly detailed textures,
217
+ authentic historical transportation context.
218
+ - output:
219
+ url: >-
220
+ images/arsmoviestill__movie_still_from_a_60s_psychedelic_movie__the_image_shows_a_young_woman_riding_a_custom_welded_art_bicycle_slowly_across_a_white_desert_playa_at_midday__the_bicycle_is_de_1882663582.png
221
+ text: >-
222
+ ArsMovieStill, movie still from a 60s psychedelic movie, The image shows a
223
+ young woman riding a custom-welded art bicycle slowly across a white desert
224
+ playa at midday. The bicycle is decorated with long ribbons of holographic
225
+ mylar that stream behind her in the wind. She is wearing a cropped fur coat
226
+ dyed lavender over a sequined bodysuit and tall lace-up boots covered in
227
+ alkali dust. Her platinum pixie cut is hidden under a wide-brimmed hat
228
+ wrapped in dried flowers. The sun is directly overhead and a thick diffusion
229
+ haze created by the fine playa dust makes the light flat and blinding
230
+ turning the background into a featureless white void with only the faintest
231
+ silhouettes of distant structures. The overall mood is surreal and
232
+ solitary., 1girl, solo, bicycle, desert, white hair, short hair, dust,
233
+ bright light, realistic, minimal background, haze
234
+ - output:
235
+ url: >-
236
+ images/this_image_is_an_arresting_8k_photograph_shot_on_kodak_portra_800_film_stock__presenting_a_three_quarter_left_upper_body_bust_of_a_tall_feminine_cybernetic_entity_with_a_narrow_elongate_4146232985.png
237
+ text: >-
238
+ This image is an arresting 8k photograph shot on Kodak Portra 800 film
239
+ stock, presenting a three-quarter left upper body bust of a tall feminine
240
+ cybernetic entity with a narrow elongated head casing of brushed gunmetal
241
+ split into two asymmetric shell halves joined by a central spine of exposed
242
+ vertebrae-like linkages, the left shell half smooth and featureless in
243
+ scarred matte silver with a faded unit designation "V-09" stenciled in
244
+ chipped white paint, the right shell half open and missing its outer panel
245
+ exposing dense interior mechanics of layered circuit wafers and bundled
246
+ copper-jacketed data cables routed through tiny stamped-metal guide
247
+ brackets, the face area a recessed dark cavity behind a narrow horizontal
248
+ visor slit of smoked transparent composite showing no features behind it
249
+ just depth and faint mechanical movement, the jaw structure a delicate
250
+ articulated mandible assembly of thin interlocking titanium plates with
251
+ visible micro-rivets and a slight underbite gap revealing cable bundles
252
+ running from the cranium down through the throat, the neck a slender exposed
253
+ column of stacked cervical rings in dark oxidized steel connected by braided
254
+ hydraulic lines in worn black rubber and tarnished gold-tone flexible
255
+ conduit, the shoulders narrow and angular with layered shell plating in
256
+ carbon fiber weave over brushed steel subframes, the chest a contoured
257
+ feminine torso shell in matte dark grey with panel lines and recessed
258
+ hex-bolt access points and a central sternum plate bearing a worn
259
+ manufacturer's cartouche in faded gold. The style is deeply rooted in
260
+ advanced science fiction, featuring a compelling blend of skeletal
261
+ mechanical precision and sculpted feminine form language, evoking a sense of
262
+ a machine built to move like a dancer but maintained like a cargo loader.
263
+ The color palette centers on brushed gunmetal silver across the head shells,
264
+ dark oxidized steel on the cervical rings and subframes, carbon fiber black
265
+ weave on the shoulder plating, tarnished gold-tone on flexible conduit and
266
+ the faded sternum cartouche, and worn matte dark grey on the torso shell
267
+ panels, all rendered in weathered industrial finishes with scratches carbon
268
+ scoring and cable-rub wear marks. The cinematic color grade pushes cool
269
+ steel-blue into the shadows and warm tarnished gold into the highlights with
270
+ neutral gunmetal midtones creating a decommissioned-factory palette with
271
+ gentle Portra grain lending analog warmth to the hard surfaces, faint J.J.
272
+ Abrams lens flare, blurred warm concrete bokeh background.
273
+ - output:
274
+ url: >-
275
+ images/來自攝影大師拍攝的獲獎照片最高傑作_美感和原創性_真實感_使用canon_eos_m6_mark_ii_拍攝_f_8__高解析度_年輕亞洲女性_短黑微捲齊肩髮_劉海蓬_4061192759.png
276
+ text: '-'
277
+ - output:
278
+ url: >-
279
+ images/long_shot__full_body_shot_of_a_young_woman_with_straight_long_blonde_hair_parted_in_the_middle_and_a_serious_expression_standing_on_a_suburban_road_in_front_of_a_vintage_light_blue_sedan_782440144.png
280
+ text: >-
281
+ Long shot. Full-body shot of a young woman with straight long blonde hair
282
+ parted in the middle and a serious expression standing on a suburban road in
283
+ front of a vintage light blue sedan. She wears a white short-sleeved
284
+ button-down shirt tucked into a high-waisted olive green pencil skirt with a
285
+ matching belt, accessorized with black flat shoes and a large orange-brown
286
+ leather handbag held at her side. Behind her, the car features chrome
287
+ bumpers and grilles. The background consists of a green grassy verge, a
288
+ wooden utility pole with power lines, and a red brick house under a blue sky
289
+ with soft white clouds. The lighting is warm and sunny, creating soft
290
+ shadows. The overall style is reminiscent of 1970s Americana film
291
+ photography, featuring a nostalgic, still atmosphere with natural textures
292
+ - output:
293
+ url: >-
294
+ images/sworks_style__strictly_preserving_the_composition__subject_matter__and_all_elements_of_the_original_image__image_1__unchanged__reference_the_art_style_of_image_2_and_transform_the_style_3263833026.png
295
+ text: >-
296
+ sworks style, Strictly preserving the composition, subject matter, and all
297
+ elements of the original image (Image 1) unchanged, reference the art style
298
+ of Image 2 and transform the style of Image 1 into the futuristic style of:
299
+ Cinematic architectural photography, brutalist concrete structure, dramatic
300
+ volumetric lighting, warm orange interior glow against cool blue mist, high
301
+ contrast chiaroscuro, atmospheric fog, moody coastal cliffside setting,
302
+ hyper-detailed texture, grainy film grain, minimalist composition, solitary
303
+ silhouette, anamorphic lens flare, moody teal and magenta undertones,
304
+ cinematic depth of field, architectural minimalism, moody atmosphere,
305
+ high-key interior vs low-key exterior.
306
+ - output:
307
+ url: >-
308
+ images/a_lone_woman_perched_on_the_razor_thin_edge_of_a_towering_skyscraper__her_silhouette_stark_against_the_deepening_twilight__the_city_stretches_endlessly_below__a_molten_grid_of_warm_oran_1475217245.png
309
+ text: "A lone woman perched on the razor-thin edge of a towering skyscraper, her silhouette stark against the deepening twilight. The city stretches endlessly below, a molten grid of warm oranges and yellowsâÂ\x80Â\x94streetlights, neon signs, and the pulsing glow of countless windowsâÂ\x80Â\x94while above her, the sky dissolves into cool, inky blues, swallowing the last traces of daylight. Her posture is both precarious and deliberate, one knee drawn up, fingers gripping the concrete lip as she gazes fixedly at the distant horizon. The high-angle shot exaggerates the vertiginous drop, her small form dwarfed by the sheer scale of the urban canyon. Every detail is rendered with cinematic precision: the wind-tugged strands of her hair, the faint reflection of city lights on the glass facade behind her, the way her shadow bleeds into the void. ItâÂ\x80Â\x99s a moment heavy with solitude, contemplation, and unspoken melancholyâÂ\x80Â\x94a still frame from a film that lingers long after the screen fades to black."
310
+ base_model: black-forest-labs/FLUX.2-klein-9B
311
+ instance_prompt: null
312
+
313
+ ---
314
+ # Extracted Loras from FLUX2 Klein 9B finetunes
315
+
316
+ <Gallery />
317
+
318
+ ## Model description
319
+
320
+ Loras extracted from finely tuned checkpoints. I did it primarily for myself because it’s easier to work with Lora, including mixing them in real time and setting different weights&#x2F;strengths. It also saves space on the local computer. Choose a rank according to your taste and the capabilities of your hardware (the lower the rank, the less memory you need). After extraction, the weights were normalized. In most cases, ranks of 16, 32, or 64 will be sufficient. There is a correlation between rank and the acceptable Lora strength range. The strength range will be roughly the same for different ranks, but it also depends on the specific model: r8 80-120%; r32 80-120%; r64 80-160%; r128 100-160%
321
+
322
+ 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.
323
+
324
+
325
+ ## Download model
326
+
327
+
328
+ [Download](/Omnico/Flux2Klein_9B_diff_loras/tree/main) them in the Files & versions tab.