multimodalart HF staff commited on
Commit
5a2802b
1 Parent(s): 72cd1b3

Upload folder using huggingface_hub

Browse files
3875581.jpeg ADDED
3875582.jpeg ADDED
3875585.jpeg ADDED
3875588.jpeg ADDED
3875589.jpeg ADDED
3875590.jpeg ADDED
3875591.jpeg ADDED
3875600.jpeg ADDED
3875648.jpeg ADDED
3875707.jpeg ADDED
EnvyGreeblesXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7613f12f2fddc4ce89c0d3b27ef7f3ed74156776de2ca5bf308c15463233732
3
+ size 46702152
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - cities
12
+ - scifi
13
+ - buildings
14
+ - building
15
+ - decorations
16
+ - greebles
17
+
18
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
19
+ instance_prompt:
20
+ widget:
21
+ - text: 'ghostly scifi city outside of reality'
22
+ output:
23
+ url: >-
24
+ 3875600.jpeg
25
+ - text: 'A starship in space'
26
+ output:
27
+ url: >-
28
+ 3875707.jpeg
29
+ - text: 'a giant mecha, golden hour, scenery, "at the Translucent Dystopian Symposium"'
30
+ output:
31
+ url: >-
32
+ 3875648.jpeg
33
+ - text: 'greebles, love hotel in a Apocalyptic,ruined scifi metropolis outside of reality, masterpiece'
34
+ output:
35
+ url: >-
36
+ 3875581.jpeg
37
+ - text: 'gargantuan scifi arcology outside of the multiverse'
38
+ output:
39
+ url: >-
40
+ 3875582.jpeg
41
+ - text: 'gargantuan,epic scifi cloud city beyond the beginning of the multiverse'
42
+ output:
43
+ url: >-
44
+ 3875585.jpeg
45
+ - text: 'Colorful bazaar in a indescribable,pristine scifi megastructure outside of the universe, masterpiece, by Maciej Rebisz (Voyager)'
46
+ output:
47
+ url: >-
48
+ 3875588.jpeg
49
+ - text: 'power station in a timeless fantasy city edge of reality, masterpiece, by Christophe Lautrette'
50
+ output:
51
+ url: >-
52
+ 3875589.jpeg
53
+ - text: 'government building in a techno-optimist scifi underwater megastructure edge of the multiverse, masterpiece'
54
+ output:
55
+ url: >-
56
+ 3875590.jpeg
57
+ - text: 'great,mysterious scifi city beyond the beginning of the multiverse'
58
+ output:
59
+ url: >-
60
+ 3875591.jpeg
61
+
62
+ ---
63
+
64
+ # Envy Greebles XL 01
65
+
66
+ <Gallery />
67
+
68
+
69
+
70
+
71
+
72
+ ## Model description
73
+
74
+ <p>Makes lots of greebles. Greebles are those little bits and bobs they put on scifi ships and buildings to make them look cool and futuristic.</p>
75
+
76
+
77
+
78
+ ## Download model
79
+
80
+ Weights for this model are available in Safetensors format.
81
+
82
+ [Download](/e-n-v-y/envy-greebles-xl-01/tree/main) them in the Files & versions tab.
83
+
84
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
85
+
86
+ ```py
87
+ from diffusers import AutoPipelineForText2Image
88
+ import torch
89
+
90
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
91
+ pipeline.load_lora_weights('e-n-v-y/envy-greebles-xl-01', weight_name='EnvyGreeblesXL01.safetensors')
92
+ image = pipeline('great,mysterious scifi city beyond the beginning of the multiverse').images[0]
93
+ ```
94
+
95
+ 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)
96
+