multimodalart HF staff commited on
Commit
fbeafa3
1 Parent(s): bc7f8b0

Upload folder using huggingface_hub

Browse files
4057752.jpeg ADDED
4057772.jpeg ADDED
4057773.jpeg ADDED
4057777.jpeg ADDED
4057780.jpeg ADDED
4057782.jpeg ADDED
4057784.jpeg ADDED
4057795.jpeg ADDED
4057807.jpeg ADDED
4057808.jpeg ADDED
EnvyStylizedXL02.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af548f59199852d1a16e676d83082afc781ffd84ab88122a6c745ba803debd8e
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
+ - stylized
12
+ - expressionism
13
+ - style
14
+
15
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
16
+ instance_prompt:
17
+ widget:
18
+ - text: 'oil painting,whimsical,love hotel in a cheerful fantasy sky city edge of the universe, masterpiece'
19
+ output:
20
+ url: >-
21
+ 4057782.jpeg
22
+ - text: 'cheerful colors,silly,Artificial Recreation Biodomes'
23
+ output:
24
+ url: >-
25
+ 4057784.jpeg
26
+ - text: 'cheerful colors,silly,indescribable,Elemental fantasy metropolis outside of the universe'
27
+ output:
28
+ url: >-
29
+ 4057752.jpeg
30
+ - text: 'oil painting,golden hour, blue sky, clouds, scenery, "at the indescribable Arcology"'
31
+ output:
32
+ url: >-
33
+ 4057772.jpeg
34
+ - text: 'cheerful colors,Land of Giants'
35
+ output:
36
+ url: >-
37
+ 4057773.jpeg
38
+ - text: ',warmly lit interior, in a rusted Lotus pond'
39
+ output:
40
+ url: >-
41
+ 4057777.jpeg
42
+ - text: 'whimsical,silly,cheerful colors,Air Elemental Zone'
43
+ output:
44
+ url: >-
45
+ 4057780.jpeg
46
+ - text: 'cheerful colors,oil painting,whimsical,rock concert in a empty,Ethereal fantasy vertical city beyond the end of reality, masterpiece'
47
+ output:
48
+ url: >-
49
+ 4057795.jpeg
50
+ - text: 'whimsical,cheerful colors,silly,Graffiti-covered alleyway in a far future subsurface scattering neon forest green scifi metropolis edge of the multiverse, masterpiece, by Mike Winkelmann (Beeple)'
51
+ output:
52
+ url: >-
53
+ 4057807.jpeg
54
+ - text: 'Land of Eternal Day'
55
+ output:
56
+ url: >-
57
+ 4057808.jpeg
58
+
59
+ ---
60
+
61
+ # Envy Stylized XL 02
62
+
63
+ <Gallery />
64
+
65
+
66
+
67
+
68
+
69
+ ## Model description
70
+
71
+ <p>Another stylized LoRA. This one favors high contrast, expressionism, and generally cheerful colors. It works across a wide range of weights. Turn it down to 0.25 for a subtle effect, or up to 2.5 for a complete transformation into something abstract and crazy.</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-stylized-xl-02/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-stylized-xl-02', weight_name='EnvyStylizedXL02.safetensors')
89
+ image = pipeline('Land of Eternal Day').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
+