multimodalart HF staff commited on
Commit
6552faf
1 Parent(s): e8cd3c2

Upload folder using huggingface_hub

Browse files
3944061.jpeg ADDED
3944063.jpeg ADDED
3944065.jpeg ADDED
3944066.jpeg ADDED
3944073.jpeg ADDED
3944074.jpeg ADDED
3944075.jpeg ADDED
3944076.jpeg ADDED
3944085.jpeg ADDED
3944136.jpeg ADDED
EnvyCelShadedXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84ed2b34d11e9beaa2fadc5b053a8dfa12327f9bc7b1a0649a21cd8c437f3c3d
3
+ size 11862240
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - person
13
+ - cel shaded
14
+ - scenery
15
+ - style
16
+ - cartoon
17
+ - cel shading
18
+
19
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
20
+ instance_prompt:
21
+ widget:
22
+ - text: 'gargantuan,amazing fantasy megastructure outside of the multiverse'
23
+ output:
24
+ url: >-
25
+ 3944136.jpeg
26
+ - text: 'smithy in a epic,whimsical fantasy topia outside of the universe, masterpiece'
27
+ output:
28
+ url: >-
29
+ 3944065.jpeg
30
+ - text: 'noon, blue sky, clouds, architecture, commercial Trendercore tailor shop in a shanty town'
31
+ output:
32
+ url: >-
33
+ 3944075.jpeg
34
+ - text: 'forbidden Experimental Agriculture Zone'
35
+ output:
36
+ url: >-
37
+ 3944061.jpeg
38
+ - text: 'armageddon Permanently Lit Peaks'
39
+ output:
40
+ url: >-
41
+ 3944063.jpeg
42
+ - text: 'noon, blue sky, clouds, scenery, Plant Mom plain background'
43
+ output:
44
+ url: >-
45
+ 3944066.jpeg
46
+ - text: 'natural sunlight, interior, in a indoor wizard''s laboratory'
47
+ output:
48
+ url: >-
49
+ 3944073.jpeg
50
+ - text: 'brightly lit interior, in a Cheerful hall'
51
+ output:
52
+ url: >-
53
+ 3944074.jpeg
54
+ - text: 'morning, blue sky, clouds, architecture, "at the epic black hole"'
55
+ output:
56
+ url: >-
57
+ 3944076.jpeg
58
+ - text: 'Floating market along the canal in a impossible scifi cosmic megastructure edge of the multiverse, masterpiece'
59
+ output:
60
+ url: >-
61
+ 3944085.jpeg
62
+
63
+ ---
64
+
65
+ # Envy Cel Shaded XL 01
66
+
67
+ <Gallery />
68
+
69
+
70
+
71
+
72
+
73
+ ## Model description
74
+
75
+ <p>Renders things in a cel-shaded style. Recommended strength: 1 to 1.5.</p>
76
+
77
+
78
+
79
+ ## Download model
80
+
81
+ Weights for this model are available in Safetensors format.
82
+
83
+ [Download](/e-n-v-y/envy-cel-shaded-xl-01/tree/main) them in the Files & versions tab.
84
+
85
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
86
+
87
+ ```py
88
+ from diffusers import AutoPipelineForText2Image
89
+ import torch
90
+
91
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
92
+ pipeline.load_lora_weights('e-n-v-y/envy-cel-shaded-xl-01', weight_name='EnvyCelShadedXL01.safetensors')
93
+ image = pipeline('Floating market along the canal in a impossible scifi cosmic megastructure edge of the multiverse, masterpiece').images[0]
94
+ ```
95
+
96
+ 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)
97
+