ntc-ai commited on
Commit
3e67f4d
1 Parent(s): edae0c2

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/maniacal laughter.../maniacal laughter_17_3.0.png"
6
+ widget:
7
+ - text: maniacal laughter
8
+ output:
9
+ url: images/maniacal laughter_17_3.0.png
10
+ - text: maniacal laughter
11
+ output:
12
+ url: images/maniacal laughter_19_3.0.png
13
+ - text: maniacal laughter
14
+ output:
15
+ url: images/maniacal laughter_20_3.0.png
16
+ - text: maniacal laughter
17
+ output:
18
+ url: images/maniacal laughter_21_3.0.png
19
+ - text: maniacal laughter
20
+ output:
21
+ url: images/maniacal laughter_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: "maniacal laughter"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - maniacal laughter (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/maniacal laughter_17_-3.0.png" width=256 height=256 /> | <img src="images/maniacal laughter_17_0.0.png" width=256 height=256 /> | <img src="images/maniacal laughter_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/maniacal laughter_19_-3.0.png" width=256 height=256 /> | <img src="images/maniacal laughter_19_0.0.png" width=256 height=256 /> | <img src="images/maniacal laughter_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/maniacal laughter_20_-3.0.png" width=256 height=256 /> | <img src="images/maniacal laughter_20_0.0.png" width=256 height=256 /> | <img src="images/maniacal laughter_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
+ maniacal laughter
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.maniacal-laughter', weight_name='maniacal laughter.safetensors', adapter_name="maniacal laughter")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["maniacal laughter"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, maniacal laughter"
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 480+ 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
images/maniacal laughter_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 674cf069e33548abcf3043f389050193337991e7eacd1afdf2cc3e74e6b35fa1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/maniacal laughter_17_-3.0.png ADDED

Git LFS Details

  • SHA256: c71e1aae7c044c94d94742297ac5e4a15a1cc1369b628aaf514c0908956945f6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/maniacal laughter_17_0.0.png ADDED

Git LFS Details

  • SHA256: 91b3fa7193c8a4c3a77be5e13e6da76db7e8cef92eaa3f47694fdfdd729db0b2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/maniacal laughter_17_1.5.png ADDED

Git LFS Details

  • SHA256: 1a126a01f1e6f594d5c3bbd455da6a8e148bbdd577a6d5d437434cfed454bec5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/maniacal laughter_17_3.0.png ADDED

Git LFS Details

  • SHA256: 04afe6bf4228c1ad7ea9fc58ab26b22a7ff5a8358f9ddb2e56b8c48233d0298e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/maniacal laughter_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 95b3a3a007dc70220e5954d5a022314277b96e36fbac20e6d2daf80d09c49c7b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/maniacal laughter_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 8b8a4ed6351e6574e10bb84c614b83b145a720604f821c1b3bb9de812546d35a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/maniacal laughter_19_0.0.png ADDED

Git LFS Details

  • SHA256: cefeb9f90d771a91b9a10527774795bbd38dd6f3c3a8e84712e98713e2ee2f25
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/maniacal laughter_19_1.5.png ADDED

Git LFS Details

  • SHA256: 21ff179d15cf84d9d230215a8cdc424bc4e582ecea6b92b7c684e5754311c4f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/maniacal laughter_19_3.0.png ADDED

Git LFS Details

  • SHA256: 6a3dad5d26df60faf2968ce47a42a7683d23da5a0e91cc170e81fcdee9984dfe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/maniacal laughter_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 8e340b90ba830ca0a85b7c8278ab0cb94c83250980468ff6cbedeac1e59822ee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/maniacal laughter_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 08afc766b0b94c39bb38e73f935533ae0511eeab01b0ef80bd37fa9228c46232
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/maniacal laughter_20_0.0.png ADDED

Git LFS Details

  • SHA256: 7c95529a8a45b54d4b6c55777d06641af5717d253a1145e14361930d194b33ad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/maniacal laughter_20_1.5.png ADDED

Git LFS Details

  • SHA256: f4a47f9e79823ed4f6cff7e8150718a250e6706c18820a69bf4721a75e546fbd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/maniacal laughter_20_3.0.png ADDED

Git LFS Details

  • SHA256: d1c3c00b8fb01de3ad4922062a0a06ff98c0438ea2444e157cb3b008c1a93917
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/maniacal laughter_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 304cf857a390cd266f31cfdf128ff96f66b48faf97c4487eef0064bc604b433e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/maniacal laughter_21_-3.0.png ADDED

Git LFS Details

  • SHA256: d0f3e6e45eae2a26a0f13b58c3fe269771196236f621fbf77b4f3c18fc688df6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/maniacal laughter_21_0.0.png ADDED

Git LFS Details

  • SHA256: 76c36656e8ea30bfe718cb6d5087a9de2a7e83ff96c35c648f9f8baa5f361a8b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/maniacal laughter_21_1.5.png ADDED

Git LFS Details

  • SHA256: 56bc0063e652d24ceca0993148433f2cc576678654e378fcdf9e8d1d5c30b36b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/maniacal laughter_21_3.0.png ADDED

Git LFS Details

  • SHA256: b7b790f1bd8255212e934a94c934f0dd746129067606f9125135a5202759f2e3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/maniacal laughter_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 0ff6b7bd9b9bf82202ee1a9319a66995886d376f0039899083b9afc58046f59c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/maniacal laughter_22_-3.0.png ADDED

Git LFS Details

  • SHA256: d111f72defd3ef32b0bcfa0f6884b4e649eada802b93a0578c15ae29115d786c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/maniacal laughter_22_0.0.png ADDED

Git LFS Details

  • SHA256: 2e00a221a8f480eaf235ff1f38ac24b0dc1c4da1c8ba04ce73c76476bd3416f6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/maniacal laughter_22_1.5.png ADDED

Git LFS Details

  • SHA256: e38f5fc1023d6e719242caf395395b37d202f0f823509daf4236e1db6ca5df9b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/maniacal laughter_22_3.0.png ADDED

Git LFS Details

  • SHA256: e50b4348fe4943366a92f14f32f547eef9ac93abb9778c8fd6fc0b43c965309f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
maniacal laughter.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:683dbebec79238c2c80735ebc339bebfba9b94452dd201a1736a875ca01c8f46
3
+ size 8789076