ntc-ai commited on
Commit
1aa5f1e
1 Parent(s): 0c1fc87

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/candy canes.../candy canes_17_3.0.png"
6
+ widget:
7
+ - text: candy canes
8
+ output:
9
+ url: images/candy canes_17_3.0.png
10
+ - text: candy canes
11
+ output:
12
+ url: images/candy canes_19_3.0.png
13
+ - text: candy canes
14
+ output:
15
+ url: images/candy canes_20_3.0.png
16
+ - text: candy canes
17
+ output:
18
+ url: images/candy canes_21_3.0.png
19
+ - text: candy canes
20
+ output:
21
+ url: images/candy canes_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: "candy canes"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - candy canes (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/candy canes_17_-3.0.png" width=256 height=256 /> | <img src="images/candy canes_17_0.0.png" width=256 height=256 /> | <img src="images/candy canes_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/candy canes_19_-3.0.png" width=256 height=256 /> | <img src="images/candy canes_19_0.0.png" width=256 height=256 /> | <img src="images/candy canes_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/candy canes_20_-3.0.png" width=256 height=256 /> | <img src="images/candy canes_20_0.0.png" width=256 height=256 /> | <img src="images/candy canes_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
+ candy canes
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.candy-canes', weight_name='candy canes.safetensors', adapter_name="candy canes")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["candy canes"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, candy canes"
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 740+ 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
candy canes.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd0ac15c51c2290b9c9cfd832d85386581770d0ce6ee565c3b7aa7360de9b220
3
+ size 8789076
images/candy canes_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 738d16da23ae901684fde8d58ce3779adaa151faf1d0128c333b3c0692c32ac1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/candy canes_17_-3.0.png ADDED

Git LFS Details

  • SHA256: c45da31f223beb2b8650ab649456d7b95c18a709fc388efdd89f74bd2656bdd8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/candy canes_17_0.0.png ADDED

Git LFS Details

  • SHA256: fe4678f7ed6f4b933ef92e3971e4c4b5a8a0dfa7a7c643c7edd5f796940f2709
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/candy canes_17_1.5.png ADDED

Git LFS Details

  • SHA256: 626fb17478873ac003320ad61d69b5314a275a276249803895187acd5778a66d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/candy canes_17_3.0.png ADDED

Git LFS Details

  • SHA256: 1a943ab003b6f762b73527b326c79f9ea1539589d174631b3db7fca5252fb66c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/candy canes_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 7c8a4f1c529a6957786b847ca7e2cc0f73ecdc8c2907dafb6b09a427e23adcc2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/candy canes_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 438cb0c9da2da6bf08e781281218e0ec24b5b6adfc0efc8d74ceaeb64b18f1e5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/candy canes_19_0.0.png ADDED

Git LFS Details

  • SHA256: 01a4ba62a61e52967401f8657ce22244849804283eb08a70b37a2f4c76cab9a5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/candy canes_19_1.5.png ADDED

Git LFS Details

  • SHA256: 3d85c09660ba09edcfcf666a6d1dc0587dd1cea8b8ad3a6c9221127fac6df370
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/candy canes_19_3.0.png ADDED

Git LFS Details

  • SHA256: 1f3e56d68abf02f1c4727f7dbc013f68fc40a933d2794b55c157786340de4935
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/candy canes_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 1b2f04a5e9dec99a3db204e3bc12525e0c2f67257cbc5ff7348736d92a3eb13a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/candy canes_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 38ff2aef3af08269d7a9e84139bcf9cfae273d28c7a259386fd53074e66c74d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/candy canes_20_0.0.png ADDED

Git LFS Details

  • SHA256: 3129f36d6ecdafb75ea3054f78c31074b2769394415d514c24cdc5fe523ad768
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/candy canes_20_1.5.png ADDED

Git LFS Details

  • SHA256: 0e374f52a40fdb2b954c89f7723ded97bca2aa9df4ae745560218c5b8a398743
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/candy canes_20_3.0.png ADDED

Git LFS Details

  • SHA256: 628ebf3be57ab86db8aa2a6e3983ff3b6e19bfbf6e9645573bce4c5944f1a3de
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/candy canes_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 56bc350614544d6dada27725adebb34d86839ff2dbbbfc06e0ee67c4586b14b7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/candy canes_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 4d51ad152c2653d4b4c02fc1943beb709c06c871e77754a55f97c8f944bb9c3a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/candy canes_21_0.0.png ADDED

Git LFS Details

  • SHA256: e8a10edf963ac6b37979abc4ce70b475a21f34a86883f1dd5ccebee68153373c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/candy canes_21_1.5.png ADDED

Git LFS Details

  • SHA256: e0f053ca6b3652326b600a377a547342e28dca14f69160c0e5be0ad0e1b934c9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/candy canes_21_3.0.png ADDED

Git LFS Details

  • SHA256: 27160d1266c04cab7f41c4e53502496d0c8e14861cdb82a893c1e0283b202e9f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/candy canes_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 2107c0b1a60619489f47498195d54488815f534f505b32ec5c3c72ef1491ba09
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/candy canes_22_-3.0.png ADDED

Git LFS Details

  • SHA256: dd829bbe59fd66456f64f48b642601a1d94f880c5982dd7cf520b6d5f91adccd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/candy canes_22_0.0.png ADDED

Git LFS Details

  • SHA256: 9ca82b62911b130d733d0a73c572c76242ce9e3a8da4cd04e2e296fc0c0632cb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/candy canes_22_1.5.png ADDED

Git LFS Details

  • SHA256: dd10df1737a4f0fe52451576903d379a2da41fc2787df6aad8ec0ea54c259ea0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/candy canes_22_3.0.png ADDED

Git LFS Details

  • SHA256: be30a749040182362044689cf7ac66b4a95e8487edac6bb8c98197135ed8b56b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB