multimodalart HF staff commited on
Commit
8501208
1 Parent(s): 788de79

Upload folder using huggingface_hub

Browse files
4592699.jpeg ADDED
4592704.jpeg ADDED
4592705.jpeg ADDED
4592707.jpeg ADDED
4593072.jpeg ADDED
4593082.jpeg ADDED
4593086.jpeg ADDED
4593156.jpeg ADDED
EnvyFantasyArtDecoXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cdb5b5b233600f4aa72bbed1e1f364534caba355caec2f481cf4c4158b38007
3
+ size 46702152
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - architecture
12
+ - buildings
13
+ - fantasy
14
+ - art deco
15
+ - characters
16
+ - styles
17
+
18
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
19
+ instance_prompt: fantasy art deco
20
+ widget:
21
+ - text: 'fantasy art deco, cinematic color grading, fantasy, chinatown in a great scifi cosmic megastructure outside of reality, masterpiece'
22
+ output:
23
+ url: >-
24
+ 4593086.jpeg
25
+ - text: 'fantasy art deco, cinematic color grading, anime style, 1boy, man, ruggedly handsome, golden hour, scenery, in a Carbon Dioxide Snowfields'
26
+ output:
27
+ url: >-
28
+ 4592699.jpeg
29
+ - text: 'fantasy art deco, cinematic color grading, fantasy, Kelp Forest'
30
+ output:
31
+ url: >-
32
+ 4593156.jpeg
33
+ - text: 'fantasy art deco, cinematic color grading, scifi, underground living area in a far future,empty fantasy underwater topia outside of time, masterpiece'
34
+ output:
35
+ url: >-
36
+ 4593072.jpeg
37
+ - text: 'fantasy art deco, cinematic color grading, anime style, 1girl, woman, beautiful, warmly lit interior, in a Tidy spaceport'
38
+ output:
39
+ url: >-
40
+ 4592704.jpeg
41
+ - text: 'fantasy art deco, cinematic color grading, anime style, 1boy, man, ruggedly handsome, noon, scenery, in a Illusionist''s Mirrored Maze'
42
+ output:
43
+ url: >-
44
+ 4592705.jpeg
45
+ - text: 'fantasy art deco, cinematic color grading, anime style, 1girl, woman, beautiful, noon, blue sky, clouds, scenery, in a Mundane Hydroponic Agriculture Domes'
46
+ output:
47
+ url: >-
48
+ 4592707.jpeg
49
+ - text: 'fantasy art deco, cinematic color grading, fantasy, space elevator in a great,forbidden fantasy megacity at the beginning of reality, masterpiece, by Pablo Dominguez'
50
+ output:
51
+ url: >-
52
+ 4593082.jpeg
53
+
54
+ ---
55
+
56
+ # Envy Fantasy Art Deco XL 01
57
+
58
+ <Gallery />
59
+
60
+
61
+
62
+
63
+
64
+ ## Model description
65
+
66
+ <p>A fantasy art deco architectural style. Also makes neat character portraits.</p>
67
+
68
+ ## Trigger words
69
+ You should use `fantasy art deco` to trigger the image generation.
70
+
71
+
72
+ ## Download model
73
+
74
+ Weights for this model are available in Safetensors format.
75
+
76
+ [Download](/e-n-v-y/envy-fantasy-art-deco-xl-01/tree/main) them in the Files & versions tab.
77
+
78
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
79
+
80
+ ```py
81
+ from diffusers import AutoPipelineForText2Image
82
+ import torch
83
+
84
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
85
+ pipeline.load_lora_weights('e-n-v-y/envy-fantasy-art-deco-xl-01', weight_name='EnvyFantasyArtDecoXL01.safetensors')
86
+ image = pipeline('fantasy art deco, cinematic color grading, fantasy, space elevator in a great,forbidden fantasy megacity at the beginning of reality, masterpiece, by Pablo Dominguez').images[0]
87
+ ```
88
+
89
+ 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)
90
+