multimodalart HF staff commited on
Commit
39169ac
1 Parent(s): 3c2512e

Upload folder using huggingface_hub

Browse files
4634010.jpeg ADDED
4634015.jpeg ADDED
4634022.jpeg ADDED
4634027.jpeg ADDED
4634028.jpeg ADDED
4634080.jpeg ADDED
4634088.jpeg ADDED
4634128.jpeg ADDED
4634161.jpeg ADDED
EnvyReclaimedBrutalismXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:353a433ddf06638acf63faf043e92a97cb2fb5fc25f92e2571e2b4007cff55c9
3
+ size 46702160
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Sell&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - nature
12
+ - architecture
13
+ - buildings
14
+ - flowers
15
+ - brutalism
16
+ - optimisitic
17
+ - reclaimed
18
+
19
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
20
+ instance_prompt: reclaimed brutalism
21
+ widget:
22
+ - text: 'reclaimed brutalism, colorful, open markets,colorful banners, noon, blue sky, clouds, scenery, "at the Incandescent Crystal"'
23
+ output:
24
+ url: >-
25
+ 4634080.jpeg
26
+ - text: 'colorful, fantasy, cheerful,great fantasy megacity at the end of time'
27
+ output:
28
+ url: >-
29
+ 4634161.jpeg
30
+ - text: 'colorful, ivy,colorful banners, anime style, 1boy, man, ruggedly handsome, whimsical,Dystopian fantasy megastructure beyond the beginning of time'
31
+ output:
32
+ url: >-
33
+ 4634088.jpeg
34
+ - text: 'colorful, sakura trees, a demonic scifi city edge of the multiverse, masterpiece, by Vitaly Bulgarov'
35
+ output:
36
+ url: >-
37
+ 4634128.jpeg
38
+ - text: 'reclaimed brutalism, colorful, trees,bamboo, cheerful scifi metropolis beyond the beginning of reality'
39
+ output:
40
+ url: >-
41
+ 4634010.jpeg
42
+ - text: 'reclaimed brutalism, colorful, happy crowds,open markets, anime style, 1girl, woman, beautiful, great smeltery in a far future fantasy topia outside of the universe, masterpiece, by Dmitry Vishnevsky'
43
+ output:
44
+ url: >-
45
+ 4634015.jpeg
46
+ - text: 'reclaimed brutalism, colorful, people, warmly lit interior, in a adirondack Renaissance fair marketplace'
47
+ output:
48
+ url: >-
49
+ 4634022.jpeg
50
+ - text: 'reclaimed brutalism, colorful, lake, anime style, 1boy, man, ruggedly handsome, golden hour, blue sky, clouds, scenery, in a Mudflat'
51
+ output:
52
+ url: >-
53
+ 4634027.jpeg
54
+ - text: 'reclaimed brutalism, colorful, well-lit interior, in a Homely Golden wheat field at dusk'
55
+ output:
56
+ url: >-
57
+ 4634028.jpeg
58
+
59
+ ---
60
+
61
+ # Envy Reclaimed Brutalism XL 01
62
+
63
+ <Gallery />
64
+
65
+
66
+
67
+
68
+
69
+ ## Model description
70
+
71
+ <p>Brutalism makes for some cool sci-fi illustrations and settings, but places that use that style generally aren't somewhere I'd actually want to live. This LoRA is about reclaiming those ugly places from the ugly governments that built them, and turning them into something welcoming and free. Optionally use "reclaimed brutalism" as a trigger word if you're looking for a heavily brutalist style. For more architectural variety, omit it.</p>
72
+
73
+ ## Trigger words
74
+ You should use `reclaimed brutalism` to trigger the image generation.
75
+
76
+
77
+ ## Download model
78
+
79
+ Weights for this model are available in Safetensors format.
80
+
81
+ [Download](/e-n-v-y/envy-reclaimed-brutalism-xl-01/tree/main) them in the Files & versions tab.
82
+
83
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
84
+
85
+ ```py
86
+ from diffusers import AutoPipelineForText2Image
87
+ import torch
88
+
89
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
90
+ pipeline.load_lora_weights('e-n-v-y/envy-reclaimed-brutalism-xl-01', weight_name='EnvyReclaimedBrutalismXL01.safetensors')
91
+ image = pipeline('reclaimed brutalism, colorful, well-lit interior, in a Homely Golden wheat field at dusk').images[0]
92
+ ```
93
+
94
+ For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
95
+