multimodalart HF staff commited on
Commit
dbab1e6
1 Parent(s): 21053d1

Upload folder using huggingface_hub

Browse files
3969254.jpeg ADDED
3969259.jpeg ADDED
3969260.jpeg ADDED
3969261.jpeg ADDED
3969262.jpeg ADDED
3969263.jpeg ADDED
3969264.jpeg ADDED
3969265.jpeg ADDED
3969266.jpeg ADDED
3969267.jpeg ADDED
EnvyFlourishesXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14c15dcc741a960588810f4771638f263fdf0b373f3196643b7f89678d7a849d
3
+ size 46702152
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - buildings
14
+ - fantasy
15
+ - building
16
+ - fancy
17
+ - flourishes
18
+
19
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
20
+ instance_prompt:
21
+ widget:
22
+ - text: '8k, highly detailed, toy shop in a empty fantasy vertical city at the end of time, masterpiece'
23
+ output:
24
+ url: >-
25
+ 3969267.jpeg
26
+ - text: '8k, highly detailed, makoto shinkai promotional movie still, whimsical fantasy sky city at the end of the universe'
27
+ output:
28
+ url: >-
29
+ 3969254.jpeg
30
+ - text: '8k, highly detailed, amazing,indescribable fantasy megacity outside of time'
31
+ output:
32
+ url: >-
33
+ 3969259.jpeg
34
+ - text: '8k, highly detailed, a wonderous fantasy city edge of the multiverse, masterpiece, by Feng Zhu'
35
+ output:
36
+ url: >-
37
+ 3969260.jpeg
38
+ - text: '8k, highly detailed, a amazing,whimsical fantasy vertical arcology outside of the multiverse, masterpiece'
39
+ output:
40
+ url: >-
41
+ 3969261.jpeg
42
+ - text: '8k, highly detailed, Hidden courtyard with a fountain in a indescribable fantasy mountainside megacity outside of time, masterpiece'
43
+ output:
44
+ url: >-
45
+ 3969262.jpeg
46
+ - text: '8k, highly detailed, illegal street race in a great,techno-optimist fantasy sprawling megastructure at the end of the multiverse, masterpiece'
47
+ output:
48
+ url: >-
49
+ 3969263.jpeg
50
+ - text: '8k, highly detailed, living,amazing fantasy cloud city at the beginning of time'
51
+ output:
52
+ url: >-
53
+ 3969264.jpeg
54
+ - text: '8k, highly detailed, submarine dock in a Hallowed fantasy topia beyond the beginning of reality, masterpiece'
55
+ output:
56
+ url: >-
57
+ 3969265.jpeg
58
+ - text: '8k, highly detailed, cargo depot in a impossible,cheerful fantasy hillside metropolis edge of time, masterpiece, by Aleksei Liakh'
59
+ output:
60
+ url: >-
61
+ 3969266.jpeg
62
+
63
+ ---
64
+
65
+ # Envy Fantasy Architectural Flourishes XL 01
66
+
67
+ <Gallery />
68
+
69
+
70
+
71
+
72
+
73
+ ## Model description
74
+
75
+ <p>The fantasy city looked upon the scifi city with all of its fancy <a rel="ugc" href="https://civitai.com/models/210396">greebles </a>and cried, "Architect! I want to be fancy too! Give me greebles so that I may be fancy like my scifi brethren!"</p><p>"No," replied the Architect, "for greebles are thematically inappropriate for fantasy, and would make you look stupid."</p><p>"So then you intend to leave me greeble-less? Have I been betrayed by my own creator?" asked the fantasy city.</p><p>"No, my dear fantasy city," said the Architect. "Rejoice, because for you, I have flourishes, which will make you look just as fantasy as a greebled up scifi city, but in a thematically appropriate way!"</p><p>And the fantasy city rejoiced, and was fancy.</p><p>Anyway, this model adds details to fantasy cities. Don't tell the fantasy city, but it also looks pretty cool in sci-fi settings!</p>
76
+
77
+
78
+
79
+ ## Download model
80
+
81
+ Weights for this model are available in Safetensors format.
82
+
83
+ [Download](/e-n-v-y/envy-fantasy-architectural-flourishes-xl-01/tree/main) them in the Files & versions tab.
84
+
85
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
86
+
87
+ ```py
88
+ from diffusers import AutoPipelineForText2Image
89
+ import torch
90
+
91
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
92
+ pipeline.load_lora_weights('e-n-v-y/envy-fantasy-architectural-flourishes-xl-01', weight_name='EnvyFlourishesXL01.safetensors')
93
+ image = pipeline('8k, highly detailed, cargo depot in a impossible,cheerful fantasy hillside metropolis edge of time, masterpiece, by Aleksei Liakh').images[0]
94
+ ```
95
+
96
+ 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)
97
+