multimodalart HF staff commited on
Commit
6dc81c1
1 Parent(s): 1fd2afb

Upload folder using huggingface_hub

Browse files
4615785.jpeg ADDED
4615786.jpeg ADDED
4615789.jpeg ADDED
4615790.jpeg ADDED
4615791.jpeg ADDED
4615793.jpeg ADDED
4615797.jpeg ADDED
4615813.jpeg ADDED
4615900.jpeg ADDED
EnvyKyotopunkXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:942bbf6c12de34318e88a9251a29b368bc3a0099291b78ea826521eb08ff214e
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
+ - anime
12
+ - architecture
13
+ - cyberpunk
14
+ - scifi
15
+ - japan
16
+ - style
17
+ - fantasy
18
+ - styles
19
+
20
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
21
+ instance_prompt: kyotopunk
22
+ widget:
23
+ - text: 'kyotopunk, cyberpunk, anime style, noon, scenery, "at the soaring Conclave"'
24
+ output:
25
+ url: >-
26
+ 4615793.jpeg
27
+ - text: 'kyotopunk, zukuri, anime style, morning, blue sky, clouds, scenery, in a evocative Hydroponic Agriculture Domes'
28
+ output:
29
+ url: >-
30
+ 4615797.jpeg
31
+ - text: 'kyotopunk, zukuri, anime style, fantasy, wonderous fantasy megastructure outside of reality'
32
+ output:
33
+ url: >-
34
+ 4615813.jpeg
35
+ - text: 'kyotopunk, cyberpunk, anime style, 1girl, woman, beautiful, noon, architecture, "at the Cataclysmic Anomaly"'
36
+ output:
37
+ url: >-
38
+ 4615785.jpeg
39
+ - text: 'kyotopunk, zukuri, anime style, 1boy, man, ruggedly handsome, warmly lit interior, in a Lively Rainforest canopy walkway'
40
+ output:
41
+ url: >-
42
+ 4615786.jpeg
43
+ - text: 'kyotopunk, zukuri, anime style, fantasy, modern art gallery in a gargantuan,Hyperborean scifi arcology at the beginning of reality, masterpiece, by Juhani Jokinen'
44
+ output:
45
+ url: >-
46
+ 4615900.jpeg
47
+ - text: 'kyotopunk, zukuri, anime style, 1boy, man, ruggedly handsome, golden hour, blue sky, clouds, architecture, "at the Unearthly Nexus"'
48
+ output:
49
+ url: >-
50
+ 4615789.jpeg
51
+ - text: 'kyotopunk, zukuri, anime style, 1boy, man, ruggedly handsome, natural sunlight, interior, in a Bohemian Rooftop terrace cafe'
52
+ output:
53
+ url: >-
54
+ 4615790.jpeg
55
+ - text: 'kyotopunk, zukuri, anime style, fantasy, robot maid cafe in a utopian fantasy megastructure at the beginning of time, masterpiece'
56
+ output:
57
+ url: >-
58
+ 4615791.jpeg
59
+
60
+ ---
61
+
62
+ # Envy Kyotopunk XL 01
63
+
64
+ <Gallery />
65
+
66
+
67
+
68
+
69
+
70
+ ## Model description
71
+
72
+ <p>An outlandish, over-the-top, Japanese-inspired architectural and character style that works great for scifi, fantasy, and cyberpunk.</p>
73
+
74
+ ## Trigger words
75
+ You should use `kyotopunk` 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-kyotopunk-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-kyotopunk-xl-01', weight_name='EnvyKyotopunkXL01.safetensors')
92
+ image = pipeline('kyotopunk, zukuri, anime style, fantasy, robot maid cafe in a utopian fantasy megastructure at the beginning of time, 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
+