multimodalart HF staff commited on
Commit
de1d923
1 Parent(s): 915d3e7

Upload folder using huggingface_hub

Browse files
3819344.jpeg ADDED
3819345.jpeg ADDED
3819346.jpeg ADDED
3819348.jpeg ADDED
3819349.jpeg ADDED
3819350.jpeg ADDED
3819351.jpeg ADDED
3819352.jpeg ADDED
3819355.jpeg ADDED
3819399.jpeg ADDED
EnvyTinyWorldsXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71775e3ec8ab7125fa5b18caef82d8fc971f3fcd4fafa0cacf9a1445ca343b04
3
+ size 46702152
README.md ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - concept
13
+ - miniatures
14
+ - tiny
15
+ - scenery
16
+ - tilt shift
17
+ - miniature landscapes
18
+
19
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
20
+ instance_prompt: tilt-shift
21
+ widget:
22
+ - text: 'tilt-shift, digital painting, morning, blue sky, clouds, scenery, in a Wild Magic Stormlands'
23
+ output:
24
+ url: >-
25
+ 3819345.jpeg
26
+ - text: 'tilt-shift, digital painting, noon, scenery, in a Surreal Ice Palace Tundra'
27
+ output:
28
+ url: >-
29
+ 3819355.jpeg
30
+ - text: 'tilt-shift, digital painting, golden hour, scenery, in a Lake'
31
+ output:
32
+ url: >-
33
+ 3819344.jpeg
34
+ - text: 'tilt-shift, digital painting, Minotaur''s Maze'
35
+ output:
36
+ url: >-
37
+ 3819351.jpeg
38
+ - text: 'tilt-shift, digital painting, fantasysolar farm in a infinite,gargantuan scifi arcology at the beginning of time, masterpiece'
39
+ output:
40
+ url: >-
41
+ 3819346.jpeg
42
+ - text: 'tilt-shift, digital painting, fantasyboardwalk in a abandoned scifi topia at the beginning of time, masterpiece'
43
+ output:
44
+ url: >-
45
+ 3819348.jpeg
46
+ - text: 'tilt-shift, digital painting, noon, scenery, "at the Astronomic Event horizon"'
47
+ output:
48
+ url: >-
49
+ 3819349.jpeg
50
+ - text: 'tilt-shift, digital painting, Tropical Rainforest'
51
+ output:
52
+ url: >-
53
+ 3819350.jpeg
54
+ - text: 'tilt-shift, digital painting, Mummy''s Tomb Desert'
55
+ output:
56
+ url: >-
57
+ 3819352.jpeg
58
+ - text: 'tilt-shift, digital painting, scifiParadoxical fantasy metropolis beyond the end of the universe'
59
+ output:
60
+ url: >-
61
+ 3819399.jpeg
62
+
63
+ ---
64
+
65
+ # Envy Tiny Worlds XL 01
66
+
67
+ <Gallery />
68
+
69
+
70
+
71
+
72
+
73
+ ## Model description
74
+
75
+ <p>This model is trained on the concept of tilt shift, which is an old camera trick that makes the subject of photos look very tiny by manipulating blur on the upper and lower half of the image to make it look like depth of field blur. Anyway, it makes everything look really tiny. The trigger word is "tilt-shift".</p>
76
+
77
+ ## Trigger words
78
+ You should use `tilt-shift` to trigger the image generation.
79
+
80
+
81
+ ## Download model
82
+
83
+ Weights for this model are available in Safetensors format.
84
+
85
+ [Download](/e-n-v-y/envy-tiny-worlds-xl-01/tree/main) them in the Files & versions tab.
86
+
87
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
88
+
89
+ ```py
90
+ from diffusers import AutoPipelineForText2Image
91
+ import torch
92
+
93
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
94
+ pipeline.load_lora_weights('e-n-v-y/envy-tiny-worlds-xl-01', weight_name='EnvyTinyWorldsXL01.safetensors')
95
+ image = pipeline('tilt-shift, digital painting, scifiParadoxical fantasy metropolis beyond the end of the universe').images[0]
96
+ ```
97
+
98
+ 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)
99
+