multimodalart HF staff commited on
Commit
0cd9503
1 Parent(s): 7cc05de

Upload folder using huggingface_hub

Browse files
3296781.jpeg ADDED
3296782.jpeg ADDED
3296784.jpeg ADDED
3296785.jpeg ADDED
3296786.jpeg ADDED
3296788.jpeg ADDED
3296792.jpeg ADDED
3296793.jpeg ADDED
3297264.jpeg ADDED
3297265.jpeg ADDED
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - style
12
+
13
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
14
+ instance_prompt: zkeleton
15
+ widget:
16
+ - text: 'full body shot, skeleton cat looking for food, evil cat, dead cat, bloody open mouth, basement, bright sunlight, stone floor, zkeleton '
17
+ output:
18
+ url: >-
19
+ 3297265.jpeg
20
+ - text: 'full body shot, skeleton cat looking for food, evil cat, dead cat, bloody open mouth, basement, bright sunlight, stone floor, zkeleton '
21
+ output:
22
+ url: >-
23
+ 3297264.jpeg
24
+ - text: 'full body shot, rat looking for food, evil rat, dead rat, bloody open mouth, feasting on flesh, flesh on bones, blood on bones, smelly and rotten body, skeleton, bones, solo, 1boy, upper body, outdoors, teeth, no humans, 1other, ribs, skeleton, bone, horror (theme), in old dirty kitchen corner, dirt on the floor, lit by old candle light, bad light, '
25
+ output:
26
+ url: >-
27
+ 3296793.jpeg
28
+ - text: 'full body shot, rat looking for food, evil rat, dead rat, bloody open mouth, feasting on flesh, flesh on bones, blood on bones, smelly and rotten body, skeleton, bones, solo, 1boy, upper body, outdoors, teeth, no humans, 1other, ribs, skeleton, bone, horror (theme), in old dirty kitchen corner, dirt on the floor, lit by old candle light, bad light, '
29
+ output:
30
+ url: >-
31
+ 3296792.jpeg
32
+ - text: 'full body shot, skeleton with horns, (wearing bloody animal fur:1.8), viking style, looking evil at viewer, grabing viewer, skeleton hand towards viewer,swampy moor background with fog, zkeleton '
33
+ output:
34
+ url: >-
35
+ 3296785.jpeg
36
+ - text: 'full body shot, skeleton with horns, (wearing bloody animal fur:1.8), viking style, looking evil at viewer, grabing viewer, skeleton hand towards viewer,swampy moor background with fog, zkeleton '
37
+ output:
38
+ url: >-
39
+ 3296781.jpeg
40
+ - text: '1tree, single tree, skeletons hanging from tree, hanging bodies, blood, horrific scene, huge horror tree made out of bones, tree made out of skeletons, swampy moor background with fog, skeleton trees in the background, red, white, black, yellow, zkeleton '
41
+ output:
42
+ url: >-
43
+ 3296784.jpeg
44
+ - text: 'blood, horrific scene, huge horror tree made out of bones, tree made out of skeletons, swampy moor background with fog, skeleton trees in the background, red, orange, white, black, at night, glowing from behind, foggy, fog, zkeleton '
45
+ output:
46
+ url: >-
47
+ 3296782.jpeg
48
+ - text: 'dead ape, ape, ape skeleton, (waering monk comstume:1.5), evil grin, black glowing eyes, bloody bone wings, at night, dark background, ghosts flying in the background, zkeleton'
49
+ output:
50
+ url: >-
51
+ 3296786.jpeg
52
+ - text: 'dead ape, ape, ape skeleton, (waering monk comstume:1.5), evil grin, black glowing eyes, bloody bone wings, at night, dark background, ghosts flying in the background, zkeleton'
53
+ output:
54
+ url: >-
55
+ 3296788.jpeg
56
+
57
+ ---
58
+
59
+ # Horror Skeletons [LoRA SDXL]
60
+
61
+ <Gallery />
62
+
63
+
64
+
65
+ ([CivitAI](https://civitai.com/models/184520))
66
+
67
+ ## Model description
68
+
69
+ <p>If you are having issues generating, add stuff like "dead ape" or "dead fish" to your prompt!<br /><br /><u>SDXL:<br /></u><span style="color:rgb(193, 194, 197)">Trigger word: </span><strong><span style="color:rgb(193, 194, 197)">zkeleton</span></strong><br /><span style="color:rgb(193, 194, 197)">Sampling Method: </span><strong><span style="color:rgb(219, 222, 225)">DPM++ 2M SDE Karras</span></strong><br /><br />☕ Buy me a coffee: <a target="_blank" rel="ugc" href="https://ko-fi.com/ralfingerai">https://ko-fi.com/ralfingerai</a></p>
70
+
71
+ ## Trigger words
72
+ You should use `zkeleton` to trigger the image generation.
73
+
74
+
75
+ ## Download model
76
+
77
+ Weights for this model are available in Safetensors format.
78
+
79
+ [Download](/RalFinger/horror-skeletons-lora-sdxl/tree/main) them in the Files & versions tab.
80
+
81
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
82
+
83
+ ```py
84
+ from diffusers import AutoPipelineForText2Image
85
+ import torch
86
+
87
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
88
+ pipeline.load_lora_weights('RalFinger/horror-skeletons-lora-sdxl', weight_name='zkeleton-sdxl.safetensors')
89
+ image = pipeline('dead ape, ape, ape skeleton, (waering monk comstume:1.5), evil grin, black glowing eyes, bloody bone wings, at night, dark background, ghosts flying in the background, zkeleton').images[0]
90
+ ```
91
+
92
+ 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)
93
+
zkeleton-sdxl.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bba52b87e2397b9651366f69dde77a5a1e593a28201bb32ef71f312ffc9ce856
3
+ size 228452876