multimodalart HF staff commited on
Commit
87ef7f3
1 Parent(s): b0f749e

Upload folder using huggingface_hub

Browse files
3872799.jpeg ADDED
3872800.jpeg ADDED
3872802.jpeg ADDED
3872806.jpeg ADDED
3872811.jpeg ADDED
3872812.jpeg ADDED
3872814.jpeg ADDED
3872815.jpeg ADDED
3872838.jpeg ADDED
3872841.jpeg ADDED
EnvyMetallicXL01a.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04c3cd6858f54893d4960b769a596be81db1f4c2b0acc4255097e0e4fcbc0875
3
+ size 11860568
README.md ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - concept
12
+ - metal
13
+ - silver
14
+ - shiny
15
+ - chrome
16
+ - metallic
17
+
18
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
19
+ instance_prompt: metallic
20
+ widget:
21
+ - text: 'metallic, planetary defense cannon in a dilapidated,techno-optimist fantasy city beyond the beginning of the multiverse, masterpiece'
22
+ output:
23
+ url: >-
24
+ 3872811.jpeg
25
+ - text: 'metallic, army base in a dilapidated,empty fantasy cosmic arcology at the end of time, masterpiece'
26
+ output:
27
+ url: >-
28
+ 3872838.jpeg
29
+ - text: 'metallic, polished copper, koi pond in a city park in a dingy,Astronomic fantasy sprawling megastructure edge of the multiverse, masterpiece'
30
+ output:
31
+ url: >-
32
+ 3872799.jpeg
33
+ - text: 'metallic, noon, blue sky, clouds, architecture, jelly atelier'
34
+ output:
35
+ url: >-
36
+ 3872841.jpeg
37
+ - text: 'metallic, whimsical,wonderous scifi arcology at the end of the multiverse'
38
+ output:
39
+ url: >-
40
+ 3872800.jpeg
41
+ - text: 'metallic, mysterious,indescribable scifi city at the beginning of time'
42
+ output:
43
+ url: >-
44
+ 3872802.jpeg
45
+ - text: 'metallic, brightly lit interior, in a Formal Enchanted forest glade'
46
+ output:
47
+ url: >-
48
+ 3872806.jpeg
49
+ - text: 'metallic, Antique shop in a narrow alley in a ruined fantasy subterranean megastructure at the beginning of the universe, masterpiece'
50
+ output:
51
+ url: >-
52
+ 3872812.jpeg
53
+ - text: 'metallic, a indescribable scifi topia edge of time, masterpiece, by Maciej Rebisz (Voyager)'
54
+ output:
55
+ url: >-
56
+ 3872814.jpeg
57
+ - text: 'metallic, epic fantasy subterranean city beyond the end of the universe'
58
+ output:
59
+ url: >-
60
+ 3872815.jpeg
61
+
62
+ ---
63
+
64
+ # Envy Metallic XL 01
65
+
66
+ <Gallery />
67
+
68
+
69
+
70
+
71
+
72
+ ## Model description
73
+
74
+ <p>Gives everything a shiny metallic finish. Weight for this slider LoRA can vary wildly depending on checkpoint. Start at 1, but for some subjects and checkpoints, you may need to go up to 10+.</p><p></p>
75
+
76
+ ## Trigger words
77
+ You should use `metallic` to trigger the image generation.
78
+
79
+
80
+ ## Download model
81
+
82
+ Weights for this model are available in Safetensors format.
83
+
84
+ [Download](/e-n-v-y/envy-metallic-xl-01/tree/main) them in the Files & versions tab.
85
+
86
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
87
+
88
+ ```py
89
+ from diffusers import AutoPipelineForText2Image
90
+ import torch
91
+
92
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
93
+ pipeline.load_lora_weights('e-n-v-y/envy-metallic-xl-01', weight_name='EnvyMetallicXL01a.safetensors')
94
+ image = pipeline('metallic, epic fantasy subterranean city beyond the end of the universe').images[0]
95
+ ```
96
+
97
+ 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)
98
+