multimodalart HF staff commited on
Commit
18d0947
1 Parent(s): 914da2e

Upload folder using huggingface_hub

Browse files
3815854.jpeg ADDED
3815875.jpeg ADDED
3815877.jpeg ADDED
3815933.jpeg ADDED
3815950.jpeg ADDED
3816039.jpeg ADDED
3816060.jpeg ADDED
3816118.jpeg ADDED
3816152.jpeg ADDED
3816161.jpeg ADDED
EnvyGeometricXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:690f30c8a3de133c84825669739c7d15f2fd3fa6cdc0f152c723de5640228a80
3
+ size 46702152
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
+ - landscapes
12
+ - people
13
+ - abstract
14
+ - style
15
+ - low poly
16
+ - shapes
17
+ - colors
18
+
19
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
20
+ instance_prompt: geometric
21
+ widget:
22
+ - text: 'geometric, fantasygreat,infinite scifi sky city beyond the beginning of time'
23
+ output:
24
+ url: >-
25
+ 3815950.jpeg
26
+ - text: 'geometric, tilt-shift, digital painting, scifighostly scifi arcology at the beginning of the universe'
27
+ output:
28
+ url: >-
29
+ 3816161.jpeg
30
+ - text: 'geometric, morning, blue sky, clouds, architecture, ruined Pastel alley in a Serpent Sea'
31
+ output:
32
+ url: >-
33
+ 3815854.jpeg
34
+ - text: 'geometric, Coastal Strand'
35
+ output:
36
+ url: >-
37
+ 3815875.jpeg
38
+ - text: 'geometric, Sky Castle Domain'
39
+ output:
40
+ url: >-
41
+ 3815877.jpeg
42
+ - text: 'geometric, fantasydrug den in a cheerful,great fantasy arcology at the end of the multiverse, masterpiece'
43
+ output:
44
+ url: >-
45
+ 3815933.jpeg
46
+ - text: 'geometric, digital painting, warmly lit interior, in a lush Exotic bird aviary'
47
+ output:
48
+ url: >-
49
+ 3816039.jpeg
50
+ - text: 'geometric, digital painting, fantasyexclusive restaurant in a utopian,gargantuan scifi sprawling metropolis outside of the universe, masterpiece'
51
+ output:
52
+ url: >-
53
+ 3816060.jpeg
54
+ - text: 'geometric, digital painting, fantasylost,amazing fantasy arcology beyond the beginning of time'
55
+ output:
56
+ url: >-
57
+ 3816118.jpeg
58
+ - text: 'geometric, digital painting, morning, blue sky, clouds, scenery, in a Drain Warlock''s Volcano'
59
+ output:
60
+ url: >-
61
+ 3816152.jpeg
62
+
63
+ ---
64
+
65
+ # Envy Geometric XL 01
66
+
67
+ <Gallery />
68
+
69
+
70
+
71
+
72
+
73
+ ## Model description
74
+
75
+ <p>A fun style LoRA that builds everything out of geometric shapes. With EnvyMegaMixXL, it works well at 1.0 for scenery and 2.0 for people. You may need to adjust the weight depending in prompt, subject matter, and checkpoint.</p>
76
+
77
+ ## Trigger words
78
+ You should use `geometric` 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-geometric-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-geometric-xl-01', weight_name='EnvyGeometricXL01.safetensors')
95
+ image = pipeline('geometric, digital painting, morning, blue sky, clouds, scenery, in a Drain Warlock's Volcano').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
+