ntc-ai commited on
Commit
987fded
1 Parent(s): 7695024

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/kool-aid man...person/kool-aid man_17_3.0.png"
6
+ widget:
7
+ - text: kool-aid man
8
+ output:
9
+ url: images/kool-aid man_17_3.0.png
10
+ - text: kool-aid man
11
+ output:
12
+ url: images/kool-aid man_19_3.0.png
13
+ - text: kool-aid man
14
+ output:
15
+ url: images/kool-aid man_20_3.0.png
16
+ - text: kool-aid man
17
+ output:
18
+ url: images/kool-aid man_21_3.0.png
19
+ - text: kool-aid man
20
+ output:
21
+ url: images/kool-aid man_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: "kool-aid man"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - kool-aid man (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/kool-aid man_17_-3.0.png" width=256 height=256 /> | <img src="images/kool-aid man_17_0.0.png" width=256 height=256 /> | <img src="images/kool-aid man_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/kool-aid man_19_-3.0.png" width=256 height=256 /> | <img src="images/kool-aid man_19_0.0.png" width=256 height=256 /> | <img src="images/kool-aid man_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/kool-aid man_20_-3.0.png" width=256 height=256 /> | <img src="images/kool-aid man_20_0.0.png" width=256 height=256 /> | <img src="images/kool-aid man_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
+ kool-aid man
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.kool-aid-man', weight_name='kool-aid man.safetensors', adapter_name="kool-aid man")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["kool-aid man"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, kool-aid man"
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 710+ 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/kool-aid man_17_-1.5.png ADDED

Git LFS Details

  • SHA256: d2473d013ee0b83291f76ea12ef2ddd5da00568d7d93d324773f3293b4f88339
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/kool-aid man_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 3df737cc679d2e72b6f847cc3c85cf9cd2b42425b02c0a168ec1aa08a9ca18f0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/kool-aid man_17_0.0.png ADDED

Git LFS Details

  • SHA256: 61efe515ee3ea123a890573313a89ad506f0ad0e940fb18bae784df1e8830d80
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/kool-aid man_17_1.5.png ADDED

Git LFS Details

  • SHA256: 9445bfa1565278a594cfd9fb79ec20b78918e0de2ed5285474d4148e0e105fb2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/kool-aid man_17_3.0.png ADDED

Git LFS Details

  • SHA256: 13d7954f6e8428a3255113372ba5fe6cf1190ec92616e2fb851f5d53dfaaeed7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/kool-aid man_19_-1.5.png ADDED

Git LFS Details

  • SHA256: f3fc3c08530201412d045043e953fa57fa92a18ae6565cf3694a3c26683654ed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/kool-aid man_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 15855496f1ff4406ebba730ed16db2fb5698f6a6128601a4b9380c37baaedb10
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/kool-aid man_19_0.0.png ADDED

Git LFS Details

  • SHA256: 88d5057b44791c20e580a5132c8a1c567150c324fab4c90016f1f72967609ce6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/kool-aid man_19_1.5.png ADDED

Git LFS Details

  • SHA256: c78cb4dd8bc7fa18bb61cf5d7ab277e3146d8ae3a28e0be95b9b8d7d052deb56
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/kool-aid man_19_3.0.png ADDED

Git LFS Details

  • SHA256: d97f9fc7063a63594f79eca142de88a99e509a9e185af5b4f72de1775af8e593
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/kool-aid man_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 09526086028b05059eecec888aad633da4ffa5d6d4cde5682736cdbe501acd6a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/kool-aid man_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 8e12ad5f20cf6f7384b5b867a65066157fb1be650a6bdaef6b1e5c5e256cc77d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/kool-aid man_20_0.0.png ADDED

Git LFS Details

  • SHA256: 4ba2725db7994673c528e37c15f405bebcf56fd2a5cea51e887252b560aa66a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/kool-aid man_20_1.5.png ADDED

Git LFS Details

  • SHA256: 7cb5f2e5f00ed0214416c53ef8baacb0801e8fa26336cc14bbbf12e73a1c2c87
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/kool-aid man_20_3.0.png ADDED

Git LFS Details

  • SHA256: c7a6772138ee7c152e160c5c1073c46e3eae4332bfe01cf9c0e06e4678137023
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/kool-aid man_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 90f68bbb95663c20775009fe25759eccce3e130228e472c8e28ce84f7c000c91
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/kool-aid man_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 2ec99b593c193af526f8503bfcc2aee46d16350fb8990f7a741ad5eb1ef32d18
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/kool-aid man_21_0.0.png ADDED

Git LFS Details

  • SHA256: 0948b790be9d142cb3619b93250f3632bdc20a1e11454ea625a5343e306c512f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/kool-aid man_21_1.5.png ADDED

Git LFS Details

  • SHA256: 0ea11e81618339298bd8aebf9138f87ddbb716a48f7350256420c7b88d52e2e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/kool-aid man_21_3.0.png ADDED

Git LFS Details

  • SHA256: 02156bfb6cf6043f697e0fb9ddad16b1e9010fa6bcee669932e230b995dc43cf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/kool-aid man_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 2cca0705a13fd73c6d4d4310813f308ac9d05aa01e4adc9aaf189baec985aed6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/kool-aid man_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 84a77d3944745812df79a66901b43c52db97ce42dfeb68b53a61cbd3a34fddbb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/kool-aid man_22_0.0.png ADDED

Git LFS Details

  • SHA256: 64e30049511a4c4a5c810a2b29b7bf05e8f4509bcfe8ab87c45eb11c04125a83
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/kool-aid man_22_1.5.png ADDED

Git LFS Details

  • SHA256: c8e23c42a6fef4033f0ab044c2356e430f8d6290631daa7ca97d35b6ee6f9b67
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/kool-aid man_22_3.0.png ADDED

Git LFS Details

  • SHA256: 334153e99e53f696481db3eaca582d34214c85cd2540df8f99de6a7a334bcc9b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
kool-aid man.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d8ceaf0a412d6000dd71d68c5fe4ef564152262bb4811c57d8948ea5b42798e
3
+ size 8789076