ntc-ai commited on
Commit
e6949cc
·
1 Parent(s): ff26424

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/santa.../santa_17_3.0.png"
6
+ widget:
7
+ - text: santa
8
+ output:
9
+ url: images/santa_17_3.0.png
10
+ - text: santa
11
+ output:
12
+ url: images/santa_19_3.0.png
13
+ - text: santa
14
+ output:
15
+ url: images/santa_20_3.0.png
16
+ - text: santa
17
+ output:
18
+ url: images/santa_21_3.0.png
19
+ - text: santa
20
+ output:
21
+ url: images/santa_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: "santa"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - santa (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/santa_17_-3.0.png" width=256 height=256 /> | <img src="images/santa_17_0.0.png" width=256 height=256 /> | <img src="images/santa_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/santa_19_-3.0.png" width=256 height=256 /> | <img src="images/santa_19_0.0.png" width=256 height=256 /> | <img src="images/santa_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/santa_20_-3.0.png" width=256 height=256 /> | <img src="images/santa_20_0.0.png" width=256 height=256 /> | <img src="images/santa_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
+ santa
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.santa', weight_name='santa.safetensors', adapter_name="santa")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["santa"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, santa"
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 290+ 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/santa_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 2f4ecc56aa5bf3e1dbe57f3927fff9ec130fbc37bc3c43509f712f6b9faffef5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/santa_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 82508267d32cbbe6aa193978892c26595d220d2daff8e85e6ae97c4756636f33
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/santa_17_0.0.png ADDED

Git LFS Details

  • SHA256: 22149573c91585447e524939990093e363da2ae124813d19c9282a3f0eb7040b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/santa_17_1.5.png ADDED

Git LFS Details

  • SHA256: eaa06be3b0ac24d5f0bbdbbfa33aba0f263217d32e1a81c265dbdf2578534974
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/santa_17_3.0.png ADDED

Git LFS Details

  • SHA256: f64362dcea06f84235b77a9f9f2ed6b4773bb6b0923f1228e117dbd58d146245
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/santa_19_-1.5.png ADDED

Git LFS Details

  • SHA256: cbece491da489c34b5f2c7de39c8b6904882046ca72fba3ba81a1cedadc60ccd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/santa_19_-3.0.png ADDED

Git LFS Details

  • SHA256: f61da6377ebbd8f68ae52f8f477b1c7a7b6f16b0466145acfa34b8bcbc76bed7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/santa_19_0.0.png ADDED

Git LFS Details

  • SHA256: 7ea44ec12561c9b762bb1c837cc85cc1d3a438ec3732cd4269c98cf4c698970a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/santa_19_1.5.png ADDED

Git LFS Details

  • SHA256: d6b8e5ebe327fb35fd69fa3f047dac36d09bf9ee403732b5474998062df7afe2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/santa_19_3.0.png ADDED

Git LFS Details

  • SHA256: a989f0dca1fa6d90b12ec6048b233688aa772967e36a9bca698641336106ac3a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/santa_20_-1.5.png ADDED

Git LFS Details

  • SHA256: c9d264e03ad3ab5844b52dbb4d81b44f20a27d1a7c51658673fe42c1de3284f4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/santa_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 507d9f31c47af529546434b6ab907614cc3eb26215bd284cec6f505c655ddece
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/santa_20_0.0.png ADDED

Git LFS Details

  • SHA256: de73a1a9222ac1d84d35e7f859d21a3de0679930ebeeb902fa0327e43157e59e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/santa_20_1.5.png ADDED

Git LFS Details

  • SHA256: fda3b49bcbba042b09394aea6f2c61ec39818cb77e539f036601e07645f91d45
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/santa_20_3.0.png ADDED

Git LFS Details

  • SHA256: 843fbca524428a976d891b31f100828c77a0f4da1e610ef6aeb58ba2f6c48103
  • Pointer size: 132 Bytes
  • Size of remote file: 1.78 MB
images/santa_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 2f50888fff23c965584192494f66694abdc584b8d32e757c30cc50eaa5b38b8e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/santa_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 46d881412fe3921d07e450272d08f92ce07b75e2b53b05a3878d0a2320a785ff
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/santa_21_0.0.png ADDED

Git LFS Details

  • SHA256: 8e72176cb2f69e5531b59d76326b24968e8e59d2f7806e9689aa341baf969667
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/santa_21_1.5.png ADDED

Git LFS Details

  • SHA256: 59466b5946ff83e13776c4c393851d4a4ac0139c2ead9283e92b56da267e1271
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/santa_21_3.0.png ADDED

Git LFS Details

  • SHA256: 647b65a18948bb937cac953454d54cc3a11abe5f04ed9c713f86fee7f4aa7b6b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/santa_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 7388a74d641a12f178017142486b25d0c23480aecbf3e68e8cd962ce38cc6b9d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/santa_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 98cd7af15113f34cfe59c2b7df5141ce4d9fe3fa59eb9da236affae43e733cdd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/santa_22_0.0.png ADDED

Git LFS Details

  • SHA256: d062a4a3412b8c78810d591c09ab2cdf2c77c29f51f62422f7405438946b14c1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/santa_22_1.5.png ADDED

Git LFS Details

  • SHA256: 11093d20a647d73244288f071c3d47c055bf5dc8d41fc78d24054d4b721d41ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/santa_22_3.0.png ADDED

Git LFS Details

  • SHA256: 5e66d87319220f62076344c6730f7f78e1a35865ae147eb65a4fdd5a6f2061b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
santa.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c72719c47bf0a7d34a0467809b9f8a2a78c4693cc4ee254c27ed3117ed7043ce
3
+ size 8789076