multimodalart HF staff commited on
Commit
5a15c49
1 Parent(s): 19c793e

Upload folder using huggingface_hub

Browse files
4010383.jpeg ADDED
4010392.jpeg ADDED
4010404.jpeg ADDED
4010407.jpeg ADDED
4010413.jpeg ADDED
4010415.jpeg ADDED
4010416.jpeg ADDED
4010417.jpeg ADDED
4010431.jpeg ADDED
4010441.jpeg ADDED
EnvyStylizedXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f35654b117e830431db94d7a343caca8431c48e3e5e12dbe9cc7c2365e9a7122
3
+ size 46702152
README.md ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - anime
12
+ - city
13
+ - scenery
14
+ - style
15
+ - flat colors
16
+ - woman
17
+ - man
18
+ - outline
19
+
20
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
21
+ instance_prompt:
22
+ widget:
23
+ - text: 'scifi, solarpunk, alien, chemist, full body, wearing radiant aqua work clothes'
24
+ output:
25
+ url: >-
26
+ 4010441.jpeg
27
+ - text: 'gargantuan fantasy cloud city beyond the end of time'
28
+ output:
29
+ url: >-
30
+ 4010431.jpeg
31
+ - text: 'noon, scenery, in a elite Gnome Hills'
32
+ output:
33
+ url: >-
34
+ 4010383.jpeg
35
+ - text: 'noon, scenery, "at the Unfathomable Aeon"'
36
+ output:
37
+ url: >-
38
+ 4010392.jpeg
39
+ - text: 'high-end dance club in a pristine fantasy cloud arcology edge of the universe, masterpiece'
40
+ output:
41
+ url: >-
42
+ 4010404.jpeg
43
+ - text: 'scifi, scrapcore, assassin, full body, wearing skin-tight iridescent light crimson power armor'
44
+ output:
45
+ url: >-
46
+ 4010407.jpeg
47
+ - text: 'noon, architecture, rusted Baddie smithy'
48
+ output:
49
+ url: >-
50
+ 4010413.jpeg
51
+ - text: 'morning, scenery, "at the Supernatural Megalopolis"'
52
+ output:
53
+ url: >-
54
+ 4010415.jpeg
55
+ - text: 'Seagrass Bed'
56
+ output:
57
+ url: >-
58
+ 4010416.jpeg
59
+ - text: 'warmly lit interior, in a sticky Scottish highland castle ruins'
60
+ output:
61
+ url: >-
62
+ 4010417.jpeg
63
+
64
+ ---
65
+
66
+ # Envy Stylized XL 01
67
+
68
+ <Gallery />
69
+
70
+
71
+
72
+
73
+
74
+ ## Model description
75
+
76
+ <p>A retro, vaporwave-ish, cel shaded anime style.</p>
77
+
78
+
79
+
80
+ ## Download model
81
+
82
+ Weights for this model are available in Safetensors format.
83
+
84
+ [Download](/e-n-v-y/envy-stylized-xl-01/tree/main) them in the Files & versions tab.
85
+
86
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
87
+
88
+ ```py
89
+ from diffusers import AutoPipelineForText2Image
90
+ import torch
91
+
92
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
93
+ pipeline.load_lora_weights('e-n-v-y/envy-stylized-xl-01', weight_name='EnvyStylizedXL01.safetensors')
94
+ image = pipeline('warmly lit interior, in a sticky Scottish highland castle ruins').images[0]
95
+ ```
96
+
97
+ 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)
98
+