multimodalart HF staff commited on
Commit
cb1cfbc
1 Parent(s): fde52d2

Upload folder using huggingface_hub

Browse files
4361780.jpeg ADDED
4361782.jpeg ADDED
4361786.jpeg ADDED
4361795.jpeg ADDED
4361796.jpeg ADDED
4361810.jpeg ADDED
4361827.jpeg ADDED
4361852.jpeg ADDED
EnvyAnimeWatercolorXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfc0ae9a336a334fb454b164a888bbb04832815c9a71abbaae935871332cff8f
3
+ size 46700472
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
+ - anime
12
+ - person
13
+ - watercolor
14
+ - scenery
15
+ - style
16
+ - painting
17
+
18
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
19
+ instance_prompt: watercolor
20
+ widget:
21
+ - text: 'anime style watercolor, noon, blue sky, clouds, scenery, weird Visual Kei locker room in a Magical Spring Oasis'
22
+ output:
23
+ url: >-
24
+ 4361796.jpeg
25
+ - text: 'anime style watercolor, scifi hospital in a utopian,epic fantasy underwater metropolis at the beginning of time, masterpiece'
26
+ output:
27
+ url: >-
28
+ 4361780.jpeg
29
+ - text: 'anime style watercolor, 1girl, woman, dark red hair, Balayage'
30
+ output:
31
+ url: >-
32
+ 4361786.jpeg
33
+ - text: 'anime style watercolor, scifi a solemn,steely fantasy cliffside topia at the end of reality, masterpiece'
34
+ output:
35
+ url: >-
36
+ 4361852.jpeg
37
+ - text: 'watercolor, warmly lit interior, in a Musty museum'
38
+ output:
39
+ url: >-
40
+ 4361827.jpeg
41
+ - text: 'anime style watercolor, 1girl, woman, brown hair, Tuck and Roll, noon, blue sky, clouds, architecture, Nerdcore foundry by a Rocky shoreline with tide pools in a Venice at the beginning of the universe'
42
+ output:
43
+ url: >-
44
+ 4361782.jpeg
45
+ - text: 'anime style watercolor, golden hour, blue sky, clouds, architecture, "at the Shadowy Supernatural Observatory"'
46
+ output:
47
+ url: >-
48
+ 4361795.jpeg
49
+ - text: 'anime style watercolor, 1girl, woman, beautiful, pastel platinum hair, short hair,Top Knot, noon, blue sky, clouds, scenery, "at the living cavern"'
50
+ output:
51
+ url: >-
52
+ 4361810.jpeg
53
+
54
+ ---
55
+
56
+ # Envy Anime Watercolor XL 01
57
+
58
+ <Gallery />
59
+
60
+
61
+
62
+
63
+
64
+ ## Model description
65
+
66
+ <p>A watercolor LoRA for anime checkpoints that don't otherwise do watercolor art readily.</p>
67
+
68
+ ## Trigger words
69
+ You should use `watercolor` 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-anime-watercolor-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-anime-watercolor-xl-01', weight_name='EnvyAnimeWatercolorXL01.safetensors')
86
+ image = pipeline('anime style watercolor, 1girl, woman, beautiful, pastel platinum hair, short hair,Top Knot, noon, blue sky, clouds, scenery, "at the living cavern"').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
+