multimodalart HF staff commited on
Commit
6eb9054
1 Parent(s): 70b5b6e

Upload folder using huggingface_hub

Browse files
3783601.jpeg ADDED
3783612.jpeg ADDED
3783623.jpeg ADDED
3783639.jpeg ADDED
3783651.jpeg ADDED
3783695.jpeg ADDED
3783710.jpeg ADDED
3783726.jpeg ADDED
3783804.jpeg ADDED
3783861.jpeg ADDED
EnvyAwesomizeXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e12af10390692f3174b439dd3bb7e2716cd39c324502ef0dab34a5cfe8bd26a
3
+ size 46702152
README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - city
12
+ - person
13
+ - color grading
14
+ - scenery
15
+ - style
16
+ - woman
17
+ - cinematic
18
+ - man
19
+ - landscape
20
+
21
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
22
+ instance_prompt: awesomize
23
+ widget:
24
+ - text: 'awesomize, anime style, digital painting, morning, blue sky, clouds, scenery, far-future Mizuiro Kaiwai interior of an airship'
25
+ output:
26
+ url: >-
27
+ 3783623.jpeg
28
+ - text: 'awesomize, anime style, digital painting, noon, blue sky, clouds, scenery, "at the Moody Enigmatic Factory"'
29
+ output:
30
+ url: >-
31
+ 3783601.jpeg
32
+ - text: 'awesomize, anime style, digital painting, noon, architecture, rural shanty city'
33
+ output:
34
+ url: >-
35
+ 3783612.jpeg
36
+ - text: 'awesomize, anime style, digital painting, warmly lit interior, in a Whimsical tree village'
37
+ output:
38
+ url: >-
39
+ 3783639.jpeg
40
+ - text: 'awesomize, anime style, digital painting, scifispace cargo dock in a cheerful,impossible fantasy topia outside of the multiverse, masterpiece'
41
+ output:
42
+ url: >-
43
+ 3783651.jpeg
44
+ - text: 'awesomize, anime style, digital painting, 1girl, woman, scifi, "new weird",traditional Chinese futurism,retro-futuristic, goth girl, full body, wearing infra dark goldenrod plugsuit, bombshell hair, blue-grey hair with brown highlights, High Ponytail, toned body, athletic build, narrow waist, medium breasts, caucasian, (warmly lit interior, in a Drab indoor garden:1.3)'
45
+ output:
46
+ url: >-
47
+ 3783695.jpeg
48
+ - text: 'awesomize, anime style, digital painting, morning, blue sky, clouds, architecture, Coffinwood plain background'
49
+ output:
50
+ url: >-
51
+ 3783710.jpeg
52
+ - text: 'awesomize, anime style, digital painting, Djinn Desert'
53
+ output:
54
+ url: >-
55
+ 3783726.jpeg
56
+ - text: 'awesomize, photograph, scifigreat scifi cloud city beyond the beginning of the universe'
57
+ output:
58
+ url: >-
59
+ 3783804.jpeg
60
+ - text: 'awesomize, photograph, Subtropical Rainforest'
61
+ output:
62
+ url: >-
63
+ 3783861.jpeg
64
+
65
+ ---
66
+
67
+ # Envy Awesomizer XL 01
68
+
69
+ <Gallery />
70
+
71
+
72
+
73
+
74
+
75
+ ## Model description
76
+
77
+ <p>This LoRA gives your scene a strong cinematic look (dramatic lighting, dramatic poses, dramatic colors, etc). I have it set to weight 0.8 for scenery and 2.0 for people, but YMMV depending on checkpoint and subject matter. Trigger word is "awesomize".</p>
78
+
79
+ ## Trigger words
80
+ You should use `awesomize` to trigger the image generation.
81
+
82
+
83
+ ## Download model
84
+
85
+ Weights for this model are available in Safetensors format.
86
+
87
+ [Download](/e-n-v-y/envy-awesomizer-xl-01/tree/main) them in the Files & versions tab.
88
+
89
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
90
+
91
+ ```py
92
+ from diffusers import AutoPipelineForText2Image
93
+ import torch
94
+
95
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
96
+ pipeline.load_lora_weights('e-n-v-y/envy-awesomizer-xl-01', weight_name='EnvyAwesomizeXL01.safetensors')
97
+ image = pipeline('awesomize, photograph, Subtropical Rainforest').images[0]
98
+ ```
99
+
100
+ 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)
101
+