multimodalart HF staff commited on
Commit
18ddaab
·
1 Parent(s): df79606

Upload folder using huggingface_hub

Browse files
4606563.jpeg ADDED
4606564.jpeg ADDED
4606565.jpeg ADDED
4606566.jpeg ADDED
4606568.jpeg ADDED
4606571.jpeg ADDED
4606587.jpeg ADDED
4606589.jpeg ADDED
4606596.jpeg ADDED
EnvyJunkworldXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abe7659158acf18fe5334fe6c7d242b85e95b7e370c54a8d9bcc728f84caccce
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
+ - city
12
+ - post apocalyptic
13
+ - architecture
14
+ - buildings
15
+ - building
16
+ - rust
17
+ - junk
18
+ - scrap
19
+
20
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
21
+ instance_prompt: junkworld
22
+ widget:
23
+ - text: 'junkworld, fantasy, Polar Ice'
24
+ output:
25
+ url: >-
26
+ 4606587.jpeg
27
+ - text: 'junkworld, anime style, 1girl, woman, beautiful, cheerful,ghostly fantasy city beyond the beginning of reality'
28
+ output:
29
+ url: >-
30
+ 4606596.jpeg
31
+ - text: 'junkworld, scifi, Arctic Desert'
32
+ output:
33
+ url: >-
34
+ 4606568.jpeg
35
+ - text: 'junkworld, anime style, 1girl, woman, beautiful, noon, scenery, in a Karasu Zoku Great Tree of Life'
36
+ output:
37
+ url: >-
38
+ 4606563.jpeg
39
+ - text: 'junkworld, fantasy, wonderous fantasy city beyond the beginning of reality'
40
+ output:
41
+ url: >-
42
+ 4606564.jpeg
43
+ - text: 'junkworld, noon, architecture, "at the Sparkling Majestic Spire"'
44
+ output:
45
+ url: >-
46
+ 4606565.jpeg
47
+ - text: 'junkworld, anime style, 1boy, man, ruggedly handsome, red light district in a cheerful scifi vertical city at the beginning of the universe, masterpiece'
48
+ output:
49
+ url: >-
50
+ 4606566.jpeg
51
+ - text: 'junkworld, fantasy, Temperate Forest'
52
+ output:
53
+ url: >-
54
+ 4606589.jpeg
55
+ - text: 'junkworld, scifi, power station in a stellar,techno-optimist infra deep red fantasy megacity outside of the multiverse, masterpiece'
56
+ output:
57
+ url: >-
58
+ 4606571.jpeg
59
+
60
+ ---
61
+
62
+ # Envy Junkworld XL 01
63
+
64
+ <Gallery />
65
+
66
+
67
+
68
+
69
+
70
+ ## Model description
71
+
72
+ <p>This architectural style LoRA turns your generations into a post-apocalyptic world of junk.</p>
73
+
74
+ ## Trigger words
75
+ You should use `junkworld` to trigger the image generation.
76
+
77
+
78
+ ## Download model
79
+
80
+ Weights for this model are available in Safetensors format.
81
+
82
+ [Download](/e-n-v-y/envy-junkworld-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-junkworld-xl-01', weight_name='EnvyJunkworldXL01.safetensors')
92
+ image = pipeline('junkworld, scifi, power station in a stellar,techno-optimist infra deep red fantasy megacity outside of the multiverse, masterpiece').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
+