multimodalart HF staff commited on
Commit
f54eb06
1 Parent(s): c16733a

Upload folder using huggingface_hub

Browse files
4620207.jpeg ADDED
4620208.jpeg ADDED
4620214.jpeg ADDED
4620215.jpeg ADDED
4620216.jpeg ADDED
4620224.jpeg ADDED
4620231.jpeg ADDED
4620306.jpeg ADDED
EnvyShadowMinimalismXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dd0be8d058ad4ebef4a1385ac5f460f27ef747648f7bf45ae534732da71ed4f
3
+ size 46702160
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
+ - minimalist
12
+ - architecture
13
+ - shadow
14
+ - style
15
+ - woman
16
+ - man
17
+
18
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
19
+ instance_prompt: shadow minimalism
20
+ widget:
21
+ - text: 'shadow minimalism, anime style, 1boy, man, ruggedly handsome, warmly lit interior, in a whimsical highrise apartment'
22
+ output:
23
+ url: >-
24
+ 4620224.jpeg
25
+ - text: 'shadow minimalism, cinematic still, cinematic color grading, a far future fantasy city at the end of the multiverse, masterpiece'
26
+ output:
27
+ url: >-
28
+ 4620306.jpeg
29
+ - text: 'shadow minimalism, anime style, 1girl, woman, beautiful, morning, blue sky, clouds, scenery, gloomy Tannery by a plaza'
30
+ output:
31
+ url: >-
32
+ 4620207.jpeg
33
+ - text: 'shadow minimalism, fantasy, little italy in a Primordial scifi underwater megacity edge of the multiverse, masterpiece'
34
+ output:
35
+ url: >-
36
+ 4620208.jpeg
37
+ - text: 'shadow minimalism, anime style, 1girl, woman, beautiful, brightly lit interior, in a surreal Dew-covered spiderweb forest'
38
+ output:
39
+ url: >-
40
+ 4620231.jpeg
41
+ - text: 'shadow minimalism, anime style, 1girl, woman, beautiful, golden hour, scenery, in a mystical Water Elemental Zone'
42
+ output:
43
+ url: >-
44
+ 4620214.jpeg
45
+ - text: 'shadow minimalism, scifi, Tropical Rainforest'
46
+ output:
47
+ url: >-
48
+ 4620215.jpeg
49
+ - text: 'shadow minimalism, anime style, 1girl, woman, beautiful, noon, architecture, greenhouse in a Kowloon'
50
+ output:
51
+ url: >-
52
+ 4620216.jpeg
53
+
54
+ ---
55
+
56
+ # Envy Shadow Minimalism XL 01
57
+
58
+ <Gallery />
59
+
60
+
61
+
62
+
63
+
64
+ ## Model description
65
+
66
+ <p>A minimalist art style that does a lot with light and shadow. This is a very versatile LoRA, but the results you get are heavily dependent on the strength setting, which varies depending on your subject matter and checkpoint. Start at 1, but go down or up depending on what effect you're looking for.</p>
67
+
68
+ ## Trigger words
69
+ You should use `shadow minimalism` 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-shadow-minimalism-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-shadow-minimalism-xl-01', weight_name='EnvyShadowMinimalismXL01.safetensors')
86
+ image = pipeline('shadow minimalism, anime style, 1girl, woman, beautiful, noon, architecture, greenhouse in a Kowloon').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
+