multimodalart HF staff commited on
Commit
9a20aea
1 Parent(s): 7be4ad6

Upload folder using huggingface_hub

Browse files
4442722.jpeg ADDED
4442726.jpeg ADDED
4442728.jpeg ADDED
4442732.jpeg ADDED
4442733.jpeg ADDED
4442734.jpeg ADDED
4442884.jpeg ADDED
4442890.jpeg ADDED
EnvyAnimeDigitalPaintingXL02.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eb38c118bf45562c292b6d165fb11137924ee704ba72bd869ca4f8a0669ac9e
3
+ size 387475388
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - digital art
13
+ - scifi
14
+ - scenery
15
+ - style
16
+ - woman
17
+ - man
18
+
19
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
20
+ instance_prompt:
21
+ widget:
22
+ - text: 'scifi, thrift store in a pristine glimmering indigo fantasy mountainside megacity outside of reality, masterpiece'
23
+ output:
24
+ url: >-
25
+ 4442890.jpeg
26
+ - text: 'scifi, epic,Metaphysical scifi megacity outside of the multiverse'
27
+ output:
28
+ url: >-
29
+ 4442884.jpeg
30
+ - text: 'scifi, amazing,epic scifi metropolis beyond the beginning of time'
31
+ output:
32
+ url: >-
33
+ 4442722.jpeg
34
+ - text: '2010s anime style digital painting, 1boy, man, ruggedly handsome, brightly lit interior, in a Quaint Old bookshop'
35
+ output:
36
+ url: >-
37
+ 4442726.jpeg
38
+ - text: '2010s anime style digital painting, 1girl, woman, desert heavy knight, pauldrons, bombshell hair, azure hair, Peekaboo Color,multcolored hair, thicc hourglass figure, medium breasts, caucasian'
39
+ output:
40
+ url: >-
41
+ 4442728.jpeg
42
+ - text: '2010s anime style digital painting, 1girl, woman, beautiful, morning, scenery, in a Isolated Research Bases'
43
+ output:
44
+ url: >-
45
+ 4442732.jpeg
46
+ - text: 'scifi, little italy in a gargantuan,far future scifi megacity beyond the end of time, masterpiece'
47
+ output:
48
+ url: >-
49
+ 4442733.jpeg
50
+ - text: '2010s anime style digital painting, 1boy, man, ruggedly handsome, noon, scenery, "at the Infrared soaring infinity"'
51
+ output:
52
+ url: >-
53
+ 4442734.jpeg
54
+
55
+ ---
56
+
57
+ # Envy Anime Digital Painting XL 02
58
+
59
+ <Gallery />
60
+
61
+
62
+
63
+ ([CivitAI](https://civitai.com/models/230924))
64
+
65
+ ## Model description
66
+
67
+ <p>A digital painting lora for anime checkpoints with somewhat less effect on style than Anime Digital Painting XL 01.</p>
68
+
69
+
70
+
71
+ ## Download model
72
+
73
+ Weights for this model are available in Safetensors format.
74
+
75
+ [Download](/e-n-v-y/envy-anime-digital-painting-xl-02/tree/main) them in the Files & versions tab.
76
+
77
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
78
+
79
+ ```py
80
+ from diffusers import AutoPipelineForText2Image
81
+ import torch
82
+
83
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
84
+ pipeline.load_lora_weights('e-n-v-y/envy-anime-digital-painting-xl-02', weight_name='EnvyAnimeDigitalPaintingXL02.safetensors')
85
+ image = pipeline('2010s anime style digital painting, 1boy, man, ruggedly handsome, noon, scenery, "at the Infrared soaring infinity"').images[0]
86
+ ```
87
+
88
+ 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)
89
+