multimodalart HF staff commited on
Commit
f0cfc42
·
1 Parent(s): 06e3db6

Upload folder using huggingface_hub

Browse files
4644908.jpeg ADDED
4644909.jpeg ADDED
4644911.jpeg ADDED
4644912.jpeg ADDED
4644913.jpeg ADDED
4644920.jpeg ADDED
4644924.jpeg ADDED
4644925.jpeg ADDED
4644936.jpeg ADDED
EnvyAridModernismXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4121fb2dd215853530a48df478a483d738d721a065c71ba0e4c206b338ea4114
3
+ size 46702152
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - desert
14
+ - scifi
15
+ - buildings
16
+ - arid
17
+ - modern architecture
18
+
19
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
20
+ instance_prompt:
21
+ widget:
22
+ - text: 'anime style, 1girl, woman, beautiful, cheerful,indescribable scifi city beyond the end of the multiverse'
23
+ output:
24
+ url: >-
25
+ 4644908.jpeg
26
+ - text: 'anime style, 1boy, man, ruggedly handsome, koi pond in a city park in a great fantasy cloud metropolis beyond the end of reality, masterpiece'
27
+ output:
28
+ url: >-
29
+ 4644936.jpeg
30
+ - text: 'anime style, 1girl, woman, beautiful, golden hour, blue sky, clouds, scenery, "at the indescribable Symposium"'
31
+ output:
32
+ url: >-
33
+ 4644909.jpeg
34
+ - text: 'anime style, 1boy, man, ruggedly handsome, quantum singularity reactor in a far future scifi vertical topia beyond the end of the multiverse, masterpiece'
35
+ output:
36
+ url: >-
37
+ 4644911.jpeg
38
+ - text: 'a empty fantasy city outside of the universe, masterpiece'
39
+ output:
40
+ url: >-
41
+ 4644912.jpeg
42
+ - text: 'scifi, Alpine Tundra'
43
+ output:
44
+ url: >-
45
+ 4644913.jpeg
46
+ - text: 'anime style, 1boy, man, ruggedly handsome, noon, blue sky, clouds, scenery, in a Lonely Buried Treasure Islands'
47
+ output:
48
+ url: >-
49
+ 4644920.jpeg
50
+ - text: 'fantasy, a Radiant,amazing fantasy cloud megacity outside of reality, masterpiece'
51
+ output:
52
+ url: >-
53
+ 4644924.jpeg
54
+ - text: 'anime style, 1boy, man, ruggedly handsome, golden hour, scenery, in a Enigmatic Cave'
55
+ output:
56
+ url: >-
57
+ 4644925.jpeg
58
+
59
+ ---
60
+
61
+ # Envy Arid Modernism XL 01
62
+
63
+ <Gallery />
64
+
65
+
66
+
67
+
68
+
69
+ ## Model description
70
+
71
+ <p>This is an odd one, but it looks pretty neat. It's kind of an optimistic 1970s modern architecture look with a focus on arid climates. </p>
72
+
73
+
74
+
75
+ ## Download model
76
+
77
+ Weights for this model are available in Safetensors format.
78
+
79
+ [Download](/e-n-v-y/envy-arid-modernism-xl-01/tree/main) them in the Files & versions tab.
80
+
81
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
82
+
83
+ ```py
84
+ from diffusers import AutoPipelineForText2Image
85
+ import torch
86
+
87
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
88
+ pipeline.load_lora_weights('e-n-v-y/envy-arid-modernism-xl-01', weight_name='EnvyAridModernismXL01.safetensors')
89
+ image = pipeline('anime style, 1boy, man, ruggedly handsome, golden hour, scenery, in a Enigmatic Cave').images[0]
90
+ ```
91
+
92
+ 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)
93
+