ntc-ai commited on
Commit
79ab0f8
·
1 Parent(s): 3af4168

Update README, safetensors and PNGs

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ thumbnail: "images/evaluate/cosmic horror.../cosmic horror_17_3.0.png"
6
+ widget:
7
+ - text: cosmic horror
8
+ output:
9
+ url: images/cosmic horror_17_3.0.png
10
+ - text: cosmic horror
11
+ output:
12
+ url: images/cosmic horror_19_3.0.png
13
+ - text: cosmic horror
14
+ output:
15
+ url: images/cosmic horror_20_3.0.png
16
+ - text: cosmic horror
17
+ output:
18
+ url: images/cosmic horror_21_3.0.png
19
+ - text: cosmic horror
20
+ output:
21
+ url: images/cosmic horror_22_3.0.png
22
+ tags:
23
+ - text-to-image
24
+ - stable-diffusion-xl
25
+ - lora
26
+ - template:sd-lora
27
+ - template:sdxl-lora
28
+ - sdxl-sliders
29
+ - ntcai.xyz-sliders
30
+ - concept
31
+ - diffusers
32
+ license: "mit"
33
+ inference: false
34
+ instance_prompt: "cosmic horror"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - cosmic horror (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/cosmic horror_17_-3.0.png" width=256 height=256 /> | <img src="images/cosmic horror_17_0.0.png" width=256 height=256 /> | <img src="images/cosmic horror_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/cosmic horror_19_-3.0.png" width=256 height=256 /> | <img src="images/cosmic horror_19_0.0.png" width=256 height=256 /> | <img src="images/cosmic horror_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/cosmic horror_20_-3.0.png" width=256 height=256 /> | <img src="images/cosmic horror_20_0.0.png" width=256 height=256 /> | <img src="images/cosmic horror_20_3.0.png" width=256 height=256 /> |
44
+
45
+
46
+ ## Download
47
+
48
+ Weights for this model are available in Safetensors format.
49
+
50
+ ## Trigger words
51
+
52
+ You can apply this LoRA with trigger words for additional effect:
53
+
54
+ ```
55
+ cosmic horror
56
+ ```
57
+
58
+ ## Use in diffusers
59
+
60
+ ```python
61
+ from diffusers import StableDiffusionXLPipeline
62
+ from diffusers import EulerAncestralDiscreteScheduler
63
+ import torch
64
+
65
+ pipe = StableDiffusionXLPipeline.from_single_file("https://huggingface.co/martyn/sdxl-turbo-mario-merge-top-rated/blob/main/topRatedTurboxlLCM_v10.safetensors")
66
+ pipe.to("cuda")
67
+ pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
68
+
69
+ # Load the LoRA
70
+ pipe.load_lora_weights('ntc-ai/SDXL-LoRA-slider.cosmic-horror', weight_name='cosmic horror.safetensors', adapter_name="cosmic horror")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["cosmic horror"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, cosmic horror"
76
+ negative_prompt = "nsfw"
77
+ width = 512
78
+ height = 512
79
+ num_inference_steps = 10
80
+ guidance_scale = 2
81
+ image = pipe(prompt, negative_prompt=negative_prompt, width=width, height=height, guidance_scale=guidance_scale, num_inference_steps=num_inference_steps).images[0]
82
+ image.save('result.png')
83
+ ```
84
+
85
+ ## Support the Patreon
86
+
87
+ If you like this model please consider [joining our Patreon](https://www.patreon.com/NTCAI).
88
+
89
+ By joining our Patreon, you'll gain access to an ever-growing library of over 540+ unique and diverse LoRAs, covering a wide range of styles and genres. You'll also receive early access to new models and updates, exclusive behind-the-scenes content, and the powerful LoRA slider creator, allowing you to craft your own custom LoRAs and experiment with endless possibilities.
90
+
91
+ Your support on Patreon will allow us to continue developing and refining new models.
92
+
93
+ ## Other resources
94
+
95
+ - [CivitAI](https://civitai.com/user/ntc) - Follow ntc on Civit for even more LoRAs
96
+ - [ntcai.xyz](https://ntcai.xyz) - See ntcai.xyz to find more articles and LoRAs
cosmic horror.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8199e47741cba41d5fc308cacec814746e6e84165fcc7db9ade45c414fd778b
3
+ size 8789076
images/cosmic horror_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 9260a3b2f067d9dffe4785d81b02c34b562b83df8b366cdf4e9de0ccc8a49045
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/cosmic horror_17_-3.0.png ADDED

Git LFS Details

  • SHA256: d04d7d722d30c76ab91694131332127741908b3194124bd3d1166a3d0082d8ef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/cosmic horror_17_0.0.png ADDED

Git LFS Details

  • SHA256: 469d54a711fc042032effd6c243cd39f5ade86a53fff9b67a0d038184de4e241
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/cosmic horror_17_1.5.png ADDED

Git LFS Details

  • SHA256: 14f1930c29e39f84be5f7bcc9bf5f3576c138381a4564379a9bed76d01500a8d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/cosmic horror_17_3.0.png ADDED

Git LFS Details

  • SHA256: 7b6499f7faa42c6c9e1241f74678eae1b1c782409149a24539af870dbf92056b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/cosmic horror_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 4ed088dd019d3e01208cd8d483573a2ad5f8dbf2a3f352475723be446b22d5a5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/cosmic horror_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 142fc88bedbe4118745820a84049aedb1b2904457d79702c286cdcae62bc65de
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/cosmic horror_19_0.0.png ADDED

Git LFS Details

  • SHA256: 5e72cf21aea333e6ffbdcd26f284254f79fc2e0a3731b5fb02728e12afe08f51
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/cosmic horror_19_1.5.png ADDED

Git LFS Details

  • SHA256: 7e56ee46044cbafbac9edb06e3b25432b672411040086ead5cd5242b8a194563
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/cosmic horror_19_3.0.png ADDED

Git LFS Details

  • SHA256: 43826a515c67a4c52e7d0fd741e22d902edabe5c858c2b9b47282a98395a4be8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/cosmic horror_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 887be3005c6c15faed0937457328741e5d50334a7a9d022035c7afdb365964e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/cosmic horror_20_-3.0.png ADDED

Git LFS Details

  • SHA256: c714975cb69ccd5de67acc8d534da53be36365254f2b0cde5ca40039fdc4c1ec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/cosmic horror_20_0.0.png ADDED

Git LFS Details

  • SHA256: dff7c7e185a5d101dcd2d539569f0f8a45b1cf5763767c973c97e59d52d9accb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/cosmic horror_20_1.5.png ADDED

Git LFS Details

  • SHA256: 1c4120bd5e59ecc9b3da0c9ab999f5db80b1963eef841d5db50898e2d39c70ef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/cosmic horror_20_3.0.png ADDED

Git LFS Details

  • SHA256: 0235614bd22c15bc357a764d6e36096f0803e0dc531f77901281c4166f93ab7c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/cosmic horror_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 93914757ff7a3a100a06cd4ad6171759e8c4609580444601758265ea78e9d00c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/cosmic horror_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 3d425706dde91afd3d5f1e5442120291cdb5c2eb73e00bf209a81b8e014088e9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/cosmic horror_21_0.0.png ADDED

Git LFS Details

  • SHA256: a5acd524ebb761596786cf11b356c2db2074eaf5748bb97bf379dcf7f2896f16
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/cosmic horror_21_1.5.png ADDED

Git LFS Details

  • SHA256: 028c9dcb07226a0edfc874535fcfec5affa6e2d07baee0ec536e6742f586f5c6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/cosmic horror_21_3.0.png ADDED

Git LFS Details

  • SHA256: 7e0f69c63de53b1c71bfec02e2157dfc43532a47140e2d1a32824679e9da108a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/cosmic horror_22_-1.5.png ADDED

Git LFS Details

  • SHA256: de2f85f934340eb4b1975f393ec0c1814d66211ffe39c975f34a53532027dda0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.82 MB
images/cosmic horror_22_-3.0.png ADDED

Git LFS Details

  • SHA256: e682cf2a93b8ab9572007d10c84deb04e8bf725cee8675825648fc6fd65acb2b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.86 MB
images/cosmic horror_22_0.0.png ADDED

Git LFS Details

  • SHA256: 4004296a4be551444a32ef99effa24c4b3699e28758acc85abf67dca29346478
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/cosmic horror_22_1.5.png ADDED

Git LFS Details

  • SHA256: d2f512cc0419a40b78cb10a5d44daf4e27c5a1240a48fe84a67c0e4e75fa4f4b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/cosmic horror_22_3.0.png ADDED

Git LFS Details

  • SHA256: 5c0a12040c859fb250c370b4e8b851872c4b8ec7e1f9c718659d57be7c3bedae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB