Jonjew commited on
Commit
f1fb0fc
·
verified ·
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +55 -0
  2. README.md +137 -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,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - lora
5
+ - diffusers
6
+ - template:diffusion-lora
7
+ widget:
8
+ - text: >-
9
+ A split scene from top right to bottom left: Steampunk on the top right,
10
+ Cyberpunk on the bottom left. The Steampunk side has brass gears, steam
11
+ machines, Victorian architecture, airships, and a foggy, industrial vibe.
12
+ The Cyberpunk side shows neon skyscrapers, holographic ads, flying cars, and
13
+ a dark, rain-soaked cityscape. Both sides are foggy, with surreal dream-like
14
+ double exposure effects and the feeling of living in a thunder cloud. (In
15
+ the center, along the split, the text: ("In the Sky v2":1.25) appears, half
16
+ metallic Victorian font, half glowing neon.) (bo-cityscape:1.3),
17
+ (bo-exposure:1.5), (bo-cyberpunk:1.4), (bo-steampunk:1.4), ultra-crisp, high
18
+ dynamic range, vibrant contrasts, anime masterpiece, cinematic lighting.,
19
+ <lora:Flux\boFLUX In the Sky
20
+ v2.safetensors:1.4000000000000001:1.4000000000000001>
21
+ output:
22
+ url: images/image_0085.png
23
+ - text: '-'
24
+ output:
25
+ url: images/2024-09-23 185822.png
26
+ - text: '-'
27
+ output:
28
+ url: images/2024-09-23 185811.png
29
+ - text: '-'
30
+ output:
31
+ url: images/2024-09-23 185928.png
32
+ - text: '-'
33
+ output:
34
+ url: images/2024-09-23 185826.png
35
+ - text: '-'
36
+ output:
37
+ url: images/2024-09-23 185816.png
38
+ - text: '-'
39
+ output:
40
+ url: images/2024-09-23 185805.png
41
+ - text: '-'
42
+ output:
43
+ url: images/2024-09-23 185753.png
44
+ - text: '-'
45
+ output:
46
+ url: images/2024-09-23 185726.png
47
+ - text: '-'
48
+ output:
49
+ url: images/2024-09-23 185746.png
50
+ - text: '-'
51
+ output:
52
+ url: images/2024-09-23 185719.png
53
+ base_model: black-forest-labs/FLUX.1-dev
54
+ instance_prompt: bo-cityscape, bo-exposure, bo-cyberpunk, bo-steampunk
55
+ license: unknown
56
+ ---
57
+ # FLUX In the Sky Cyber&amp;Steampunk
58
+
59
+ <Gallery />
60
+
61
+ ## Model description
62
+
63
+ FROM https:&#x2F;&#x2F;civitai.com&#x2F;models&#x2F;686015&#x2F;flux-in-the-sky-cyberandsteampunk?modelVersionId&#x3D;883408
64
+
65
+ Support the creator by liking and donating buzz at the page above
66
+
67
+ Triggers bo-cityscape, bo-exposure, bo-cyberpunk, bo-steampunk
68
+
69
+ It would be incredibly kind of you to post the first image directly to this LoRA. This helps support the creator directly. After that, feel free to upload any images as you wish.
70
+ Thank you so much for your support! ♥
71
+
72
+ Overview:
73
+
74
+ Introducing the &quot;FLUX In the Sky Cyber&amp;Steampunk v1&quot; LoRA, a unique double exposure model designed to blend the atmospheric charm of steampunk with the edgy aesthetics of cyberpunk. This LoRA creates breathtaking cityscapes that merge the surreal with the mechanical, capturing a world where the future and the past coexist in the clouds. Perfect for artists looking to create mesmerizing, fog-drenched scenes that combine the best of both genres.
75
+
76
+ Description:
77
+
78
+ The &quot;FLUX In the Sky Cyber&amp;Steampunk v1&quot; LoRA model offers a powerful toolkit for crafting intricate and dreamlike cityscapes that float between worlds. Drawing on elements of foggy, surreal dreams and the striking contrasts of double exposure, this model brings the essence of living in a thundercloud to life. Whether you’re designing dystopian futures or fantastical steampunk environments, this LoRA will elevate your work with its unique blend of cyber and steampunk aesthetics.
79
+
80
+ Features:
81
+
82
+ Dual-Genre Fusion: Combines the gritty, high-tech feel of cyberpunk with the ornate, mechanical intricacies of steampunk, resulting in a distinctive and captivating visual style.
83
+
84
+ High Detail: Built on the FLUX architecture, this model generates highly detailed and atmospheric images, with foggy, ethereal effects that enhance the surreal dream-like quality of your scenes.
85
+
86
+ Versatile Creativity: Perfect for creating cityscapes, character designs, and environments where the sky is not the limit but the canvas, capturing the essence of both cyberpunk and steampunk worlds.
87
+
88
+ If you enjoy my work, feel free to support me here: https:&#x2F;&#x2F;ko-fi.com&#x2F;bo4rsworld
89
+
90
+ ♥ Thank you very much, my friend! ♥
91
+
92
+ Use Cases:
93
+
94
+ Cyberpunk Cityscapes: Ideal for artists and designers looking to create futuristic urban environments that soar above the clouds, blending advanced technology with a surreal, foggy atmosphere.
95
+
96
+ Steampunk Fantasy Worlds: Perfect for crafting fantastical steampunk settings with intricate machinery and a dreamlike quality, set high in the sky amidst thunderclouds and fog.
97
+
98
+ Concept Art for Hybrid Worlds: A valuable tool for concept artists working on projects that require a fusion of cyberpunk and steampunk elements, set in surreal, sky-bound environments.
99
+
100
+ Examples:
101
+
102
+ BO-Cityscape Creations: Craft sprawling, fog-covered cityscapes that hover in the clouds using the &quot;bo-cityscape&quot; trigger word. Blend steampunk machinery with cyberpunk neon lights and futuristic structures to create a world where the past and future intersect.
103
+
104
+ BO-Exposure Dreamscapes: Design surreal, dream-like urban environments where the lines between reality and fantasy blur. Utilize the &quot;bo-exposure&quot; trigger word alongside foggy atmospheres and double exposure effects to enhance the surreal quality of your scenes.
105
+
106
+ BO-Steampunk Thundercloud Metropolises: Create dramatic metropolises nestled within thunderclouds using the &quot;bo-steampunk&quot; trigger word. Imagine steampunk airships drifting through the mist while &quot;bo-cyberpunk&quot; skyscrapers pierce the sky, merging both genres into a captivating skyline.
107
+
108
+ Usage Tips:
109
+
110
+ Trigger Words: &quot;bo-cityscape,&quot; &quot;bo-exposure,&quot; &quot;bo-cyberpunk,&quot; &quot;bo-steampunk&quot;
111
+
112
+ Prompt Details: To achieve the most immersive results with this LoRA model, use detailed prompts that emphasize the fusion of cyberpunk and steampunk elements. Include aspects like foggy, surreal dreams, double exposure, and the sensation of living in a thundercloud to fully explore the creative potential of this style.
113
+
114
+ Explore the Skies of Tomorrow
115
+
116
+ The &quot;FLUX In the Sky Cyber&amp;Steampunk v1&quot; LoRA invites you to explore a world where the mechanical marvels of steampunk meet the neon-lit future of cyberpunk, all set against the backdrop of a surreal sky. This model is perfect for artists looking to push the boundaries of their creativity, blending the past and future in stunning, foggy cityscapes.
117
+
118
+ Whether you’re crafting dystopian skylines, surreal dream worlds, or fantastical steampunk cities, this LoRA model will help you bring your vision to life. Let your imagination take flight with the &quot;FLUX In the Sky Cyber&amp;Steampunk v1&quot; and create art that defies the ordinary.
119
+
120
+ I&#39;m very excited to see the stunning and surreal creations you bring to life with this model!
121
+
122
+ ## Trigger words
123
+
124
+ You should use `bo-cityscape` to trigger the image generation.
125
+
126
+ You should use `bo-exposure` to trigger the image generation.
127
+
128
+ You should use `bo-cyberpunk` to trigger the image generation.
129
+
130
+ You should use `bo-steampunk` to trigger the image generation.
131
+
132
+
133
+ ## Download model
134
+
135
+ Weights for this model are available in Safetensors format.
136
+
137
+ [Download](/Jonjew/FLUXIntheSkyCyberSteampunk/tree/main) them in the Files & versions tab.