multimodalart HF staff commited on
Commit
ad9edf6
1 Parent(s): 6b3b18d

Upload folder using huggingface_hub

Browse files
4605952.jpeg ADDED
4605957.jpeg ADDED
4605960.jpeg ADDED
4605964.jpeg ADDED
4605975.jpeg ADDED
4605976.jpeg ADDED
4605977.jpeg ADDED
4605979.jpeg ADDED
4605981.jpeg ADDED
EnvyScifiStreamlineXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4fe784eef4d5532ed1eef8106327a7c5742578e55227991a199878af6cfe4d5
3
+ size 46702160
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - architecture
12
+ - scifi
13
+ - buildings
14
+ - building
15
+ - streamline
16
+ - far future
17
+
18
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
19
+ instance_prompt:
20
+ widget:
21
+ - text: 'scifi streamline modern, cinematic color grading, anime style, 1boy, man, ruggedly handsome, hydroponic farm in a dystopian,impossible scifi metropolis beyond the beginning of reality, masterpiece'
22
+ output:
23
+ url: >-
24
+ 4605960.jpeg
25
+ - text: 'utopian cyberpunk, cinematic color grading, scifi, great,gargantuan scifi arcology beyond the end of time'
26
+ output:
27
+ url: >-
28
+ 4605952.jpeg
29
+ - text: 'utopian cyberpunk, cinematic color grading, anime style, 1girl, woman, beautiful, warmly lit interior, in a laser nuclear waste dump'
30
+ output:
31
+ url: >-
32
+ 4605957.jpeg
33
+ - text: 'scifi streamline modern, cinematic color grading, noon, scenery, in a Geek Garden of the Gods'
34
+ output:
35
+ url: >-
36
+ 4605964.jpeg
37
+ - text: 'utopian cyberpunk, cinematic color grading, fantasy, network hub in a mysterious fantasy megacity outside of reality, masterpiece, by Daniel Dociu'
38
+ output:
39
+ url: >-
40
+ 4605976.jpeg
41
+ - text: 'utopian cyberpunk, cinematic color grading, anime style, 1girl, woman, beautiful, noon, scenery, "at the indescribable Portal"'
42
+ output:
43
+ url: >-
44
+ 4605975.jpeg
45
+ - text: 'optimistic utopian brutalism, cinematic color grading, noon, blue sky, clouds, architecture, Cottagegore hamlet in a Ancient River Valleys'
46
+ output:
47
+ url: >-
48
+ 4605977.jpeg
49
+ - text: 'optimistic utopian brutalism, cinematic color grading, noon, blue sky, clouds, scenery, River'
50
+ output:
51
+ url: >-
52
+ 4605979.jpeg
53
+ - text: 'far future scifi, cinematic color grading, scifi, cistern in a mysterious,wonderous fantasy city outside of reality, masterpiece, by Eddie Mendoza'
54
+ output:
55
+ url: >-
56
+ 4605981.jpeg
57
+
58
+ ---
59
+
60
+ # Envy Scifi Streamline XL 01
61
+
62
+ <Gallery />
63
+
64
+
65
+
66
+
67
+
68
+ ## Model description
69
+
70
+ <p>Another architecture/setting LoRA, this one gives everything a streamlined scifi look, with shiny chrome and blue glass. There's no one specific trigger word, but check out the sample generations for various ideas to get different looks out of it.</p>
71
+
72
+
73
+
74
+ ## Download model
75
+
76
+ Weights for this model are available in Safetensors format.
77
+
78
+ [Download](/e-n-v-y/envy-scifi-streamline-xl-01/tree/main) them in the Files & versions tab.
79
+
80
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
81
+
82
+ ```py
83
+ from diffusers import AutoPipelineForText2Image
84
+ import torch
85
+
86
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
87
+ pipeline.load_lora_weights('e-n-v-y/envy-scifi-streamline-xl-01', weight_name='EnvyScifiStreamlineXL01.safetensors')
88
+ image = pipeline('far future scifi, cinematic color grading, scifi, cistern in a mysterious,wonderous fantasy city outside of reality, masterpiece, by Eddie Mendoza').images[0]
89
+ ```
90
+
91
+ 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)
92
+