multimodalart HF staff commited on
Commit
e225df9
1 Parent(s): 22f3db3

Upload folder using huggingface_hub

Browse files
4588795.jpeg ADDED
4588797.jpeg ADDED
4588798.jpeg ADDED
4588801.jpeg ADDED
4588802.jpeg ADDED
4588803.jpeg ADDED
4588804.jpeg ADDED
4588807.jpeg ADDED
4588824.jpeg ADDED
4588832.jpeg ADDED
EnvyTechnobrutalistXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81f83de838c9503b850bf50cc61f0a0787204ee17c8c88dd31d5eef4501f9328
3
+ size 46702160
README.md ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - city
12
+ - architecture
13
+ - cyberpunk
14
+ - scifi
15
+ - buildings
16
+ - building
17
+ - brutalist
18
+
19
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
20
+ instance_prompt: technobrutalist
21
+ widget:
22
+ - text: 'technobrutalist, cinematic color grading, 1girl, woman, beautiful, a amazing fantasy metropolis edge of reality, masterpiece, by Bastien Grivet'
23
+ output:
24
+ url: >-
25
+ 4588795.jpeg
26
+ - text: 'technobrutalist, cinematic color grading, fantasy, Lake'
27
+ output:
28
+ url: >-
29
+ 4588797.jpeg
30
+ - text: 'technobrutalist, cinematic color grading, golden hour, blue sky, clouds, scenery, in a skilled Permanently Lit Peaks'
31
+ output:
32
+ url: >-
33
+ 4588824.jpeg
34
+ - text: 'technobrutalist, cinematic color grading, well-lit interior, in a Cluttered Glacial crevasse'
35
+ output:
36
+ url: >-
37
+ 4588798.jpeg
38
+ - text: 'technobrutalist, gargantuan,epic fantasy megacity at the beginning of time'
39
+ output:
40
+ url: >-
41
+ 4588807.jpeg
42
+ - text: 'technobrutalist, cinematic color grading, fantasy, Cave'
43
+ output:
44
+ url: >-
45
+ 4588801.jpeg
46
+ - text: 'technobrutalist, cinematic color grading, ultimate fantasy megastructure outside of time'
47
+ output:
48
+ url: >-
49
+ 4588832.jpeg
50
+ - text: 'technobrutalist, 1boy, man, ruggedly handsome, noon, scenery, in a High-Pressure Impact Craters'
51
+ output:
52
+ url: >-
53
+ 4588802.jpeg
54
+ - text: 'technobrutalist, scifi, underground living area in a great,empty radiant blue scifi topia outside of reality, masterpiece'
55
+ output:
56
+ url: >-
57
+ 4588803.jpeg
58
+ - text: 'technobrutalist, 1girl, woman, rough digital painting, (full body:1.2), 1boy, man, masculine, solo, [:outlandish costume design,:0.2] priest, crimson (ornate brass pauldrons,shield:1.4), caucasian, neon slate blue hair, (average:1) build, old, simple background, moba character concept art, bombshell hair, glowing yellow hair with aqua highlights, side braid, toned body, athletic build, narrow waist, small breasts, caucasian'
59
+ output:
60
+ url: >-
61
+ 4588804.jpeg
62
+
63
+ ---
64
+
65
+ # Envy Technobrutalist XL 01
66
+
67
+ <Gallery />
68
+
69
+
70
+
71
+
72
+
73
+ ## Model description
74
+
75
+ <p>A dark sci-fi/cyberpunk style, particularly fit for architecture, but also interesting for characters. Trigger word is "technobrutalist". Strength 0.4 - 1.</p>
76
+
77
+ ## Trigger words
78
+ You should use `technobrutalist` to trigger the image generation.
79
+
80
+
81
+ ## Download model
82
+
83
+ Weights for this model are available in Safetensors format.
84
+
85
+ [Download](/e-n-v-y/envy-technobrutalist-xl-01/tree/main) them in the Files & versions tab.
86
+
87
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
88
+
89
+ ```py
90
+ from diffusers import AutoPipelineForText2Image
91
+ import torch
92
+
93
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
94
+ pipeline.load_lora_weights('e-n-v-y/envy-technobrutalist-xl-01', weight_name='EnvyTechnobrutalistXL01.safetensors')
95
+ image = pipeline('technobrutalist, 1girl, woman, rough digital painting, (full body:1.2), 1boy, man, masculine, solo, [:outlandish costume design,:0.2] priest, crimson (ornate brass pauldrons,shield:1.4), caucasian, neon slate blue hair, (average:1) build, old, simple background, moba character concept art, bombshell hair, glowing yellow hair with aqua highlights, side braid, toned body, athletic build, narrow waist, small breasts, caucasian').images[0]
96
+ ```
97
+
98
+ 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)
99
+