multimodalart HF staff commited on
Commit
5fc4a27
1 Parent(s): 5fe8050

Upload folder using huggingface_hub

Browse files
4648384.jpeg ADDED
4648388.jpeg ADDED
4648389.jpeg ADDED
4648392.jpeg ADDED
4648395.jpeg ADDED
4648398.jpeg ADDED
4648451.jpeg ADDED
4648488.jpeg ADDED
4648615.jpeg ADDED
4648671.jpeg ADDED
EnvyElvishArchitectureXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:764c859736e87d0eb39000aa2a1a68f06e279970f56df39d8c0ae513fb5fff9d
3
+ size 46702160
README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - scifi
13
+ - buildings
14
+ - elf
15
+ - beautiful
16
+ - fantasy
17
+ - building
18
+ - elven
19
+ - elven architecture
20
+
21
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
22
+ instance_prompt: elven architecture
23
+ widget:
24
+ - text: 'photograph, cinematic color grading, elvish architecture, cyberpunk, wonderous scifi subterranean city beyond the beginning of the multiverse'
25
+ output:
26
+ url: >-
27
+ 4648488.jpeg
28
+ - text: ' elvish architecture, steampunk, scifi, Empyrean,solemn fantasy megacity at the beginning of reality'
29
+ output:
30
+ url: >-
31
+ 4648451.jpeg
32
+ - text: 'atrium with hanging plants in a dystopian,Ephemeral fantasy megacity edge of time, masterpiece, by Vitaly Bulgarov'
33
+ output:
34
+ url: >-
35
+ 4648384.jpeg
36
+ - text: ' elvish architecture, scifi, noon, scenery, in a Lonely Hallucinogenic Mushroom Field'
37
+ output:
38
+ url: >-
39
+ 4648388.jpeg
40
+ - text: ' elvish architecture, cyberpunk, anime style, elven, slim, '
41
+ output:
42
+ url: >-
43
+ 4648671.jpeg
44
+ - text: ' elven, slim, 1boy, man, ruggedly handsome, golden hour, architecture, "at the Glittering timeless Apocalypse"'
45
+ output:
46
+ url: >-
47
+ 4648389.jpeg
48
+ - text: ' elvish architecture, fantasy, fantasy, Tropical Rainforest'
49
+ output:
50
+ url: >-
51
+ 4648615.jpeg
52
+ - text: ' elvish architecture, fantasy, scifi, a Preternatural fantasy cosmic arcology at the beginning of the multiverse, masterpiece, by Daniel Dociu'
53
+ output:
54
+ url: >-
55
+ 4648392.jpeg
56
+ - text: ' elvish architecture, steampunk, elf, slim, 1girl, woman, beautiful, natural sunlight, interior, in a barren scenic overlook'
57
+ output:
58
+ url: >-
59
+ 4648395.jpeg
60
+ - text: 'fantasy, infinite,solemn scifi megastructure outside of time'
61
+ output:
62
+ url: >-
63
+ 4648398.jpeg
64
+
65
+ ---
66
+
67
+ # Envy Elven Architecture XL 01
68
+
69
+ <Gallery />
70
+
71
+
72
+
73
+
74
+
75
+ ## Model description
76
+
77
+ <p>Buildings and cities in an elvish architectural style. </p><p>There are two ways to use this:</p><ul><li><p>Use "elven architecture" as a trigger word and set the power to 1 for a very elvish look.</p></li><li><p>Omit the trigger word and set the power to 5 for more variety.</p></li></ul>
78
+
79
+ ## Trigger words
80
+ You should use `elven architecture` to trigger the image generation.
81
+
82
+
83
+ ## Download model
84
+
85
+ Weights for this model are available in Safetensors format.
86
+
87
+ [Download](/e-n-v-y/envy-elven-architecture-xl-01/tree/main) them in the Files & versions tab.
88
+
89
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
90
+
91
+ ```py
92
+ from diffusers import AutoPipelineForText2Image
93
+ import torch
94
+
95
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
96
+ pipeline.load_lora_weights('e-n-v-y/envy-elven-architecture-xl-01', weight_name='EnvyElvishArchitectureXL01.safetensors')
97
+ image = pipeline('fantasy, infinite,solemn scifi megastructure outside of time').images[0]
98
+ ```
99
+
100
+ 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)
101
+