ntc-ai commited on
Commit
dd3df5b
·
1 Parent(s): af5b06f

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/nightmare before christmas.../nightmare before christmas_17_3.0.png"
6
+ widget:
7
+ - text: nightmare before christmas
8
+ output:
9
+ url: images/nightmare before christmas_17_3.0.png
10
+ - text: nightmare before christmas
11
+ output:
12
+ url: images/nightmare before christmas_19_3.0.png
13
+ - text: nightmare before christmas
14
+ output:
15
+ url: images/nightmare before christmas_20_3.0.png
16
+ - text: nightmare before christmas
17
+ output:
18
+ url: images/nightmare before christmas_21_3.0.png
19
+ - text: nightmare before christmas
20
+ output:
21
+ url: images/nightmare before christmas_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: "nightmare before christmas"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - nightmare before christmas (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/nightmare before christmas_17_-3.0.png" width=256 height=256 /> | <img src="images/nightmare before christmas_17_0.0.png" width=256 height=256 /> | <img src="images/nightmare before christmas_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/nightmare before christmas_19_-3.0.png" width=256 height=256 /> | <img src="images/nightmare before christmas_19_0.0.png" width=256 height=256 /> | <img src="images/nightmare before christmas_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/nightmare before christmas_20_-3.0.png" width=256 height=256 /> | <img src="images/nightmare before christmas_20_0.0.png" width=256 height=256 /> | <img src="images/nightmare before christmas_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
+ nightmare before christmas
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.nightmare-before-christmas', weight_name='nightmare before christmas.safetensors', adapter_name="nightmare before christmas")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["nightmare before christmas"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, nightmare before christmas"
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 720+ 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/nightmare before christmas_17_-1.5.png ADDED

Git LFS Details

  • SHA256: fba82bcf5165dbd25cef8fda32fb54ce9bae85fb740c51743e8b921865e0d073
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/nightmare before christmas_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 56f8ccd99db4a1fd6310c42bc04ea25c74fec887865420f3b9cd0eaed477cbff
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/nightmare before christmas_17_0.0.png ADDED

Git LFS Details

  • SHA256: 34e94932f7083b299df9978a109fdb5d8b8a83d10afa33f7a1b7a8879634f9af
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/nightmare before christmas_17_1.5.png ADDED

Git LFS Details

  • SHA256: 9f588b0c7ca0db2a7d4430d463d81a3f0100933c90fbe6a95b66944a282fb103
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/nightmare before christmas_17_3.0.png ADDED

Git LFS Details

  • SHA256: efcc0bbe9b80206d3792ea9755dc2c363263ed0ce55e79b0e38d028edef2b53f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/nightmare before christmas_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 21001fe64d1a14c3ff6921b02cd9255e188df1a87942e22a2e17e0605ad4cd4c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/nightmare before christmas_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 5722670a07619d4368738bd3d03d862c4b95fca1c95f10fa75cf38368b7b9c82
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/nightmare before christmas_19_0.0.png ADDED

Git LFS Details

  • SHA256: ec360a2cb07165aa011800f64e11d4217e4c2b3214d7e0637361d39149dfe1ea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/nightmare before christmas_19_1.5.png ADDED

Git LFS Details

  • SHA256: 75d5acdab78581f18ef9d06ce93c4368a59a99806a40117c26980cf9b828ddd1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/nightmare before christmas_19_3.0.png ADDED

Git LFS Details

  • SHA256: 377cecfbed7423eae15ebf68f92d89df79cb2135ddee59503b2c6a508c683742
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/nightmare before christmas_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 867381671a7be39ba172709c3a4d86b1a8ee0f6de0ae206a874fcd7ed9dc50fb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/nightmare before christmas_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 76dbe90f52faf98c21276bdba5963afb6fdf648c66065bac17d268bf225ce24c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/nightmare before christmas_20_0.0.png ADDED

Git LFS Details

  • SHA256: a96fe61aca0448bc1406fa83aea68fe14609baadd72dfcf9cc62466bf3815a6a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/nightmare before christmas_20_1.5.png ADDED

Git LFS Details

  • SHA256: 3f66c352a509157fd4f46c9b110766b4945ff82c8fdc974a37b989b7cb11ebb5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/nightmare before christmas_20_3.0.png ADDED

Git LFS Details

  • SHA256: 598df5ce562b154c5d2d73cf39daeeeda62a0a319c38c4497d2c6336f315b515
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/nightmare before christmas_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 4fcc3d64c52fd812642f5b9cdbce12cda5810b8ffbc2db8c4e88106d995a417a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/nightmare before christmas_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 7b526f7bc1b11388e32c6a6de114316afa3573588216dc907e7726ef94f9b644
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/nightmare before christmas_21_0.0.png ADDED

Git LFS Details

  • SHA256: eb0e66a87e58faab3f4a92862d3878a35f20e3764606e21e9c8ec474e22a6904
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/nightmare before christmas_21_1.5.png ADDED

Git LFS Details

  • SHA256: 1972b5db5ee9de2d0c18114bea456f9a8ca2ef3593ff5b86bf4d32e1d63faa59
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/nightmare before christmas_21_3.0.png ADDED

Git LFS Details

  • SHA256: 0a4ef314d97be408ce1ab47035a92698d6544c8d2051345547c540ff3101dadf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/nightmare before christmas_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 983e9c5e321961951b7806b476a3fac4408dd81631183986911f76defc89dae0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.86 MB
images/nightmare before christmas_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 0e13616ce0a8d6fc3e8ceb2e41013cc1675535cc9fb4a204126bad55f4a477f4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.87 MB
images/nightmare before christmas_22_0.0.png ADDED

Git LFS Details

  • SHA256: 506d31196cc19accd9e29e940a15d399792740b95350f58809ac33e00f1cec41
  • Pointer size: 132 Bytes
  • Size of remote file: 1.78 MB
images/nightmare before christmas_22_1.5.png ADDED

Git LFS Details

  • SHA256: 6590ecc0584ab465cdc0eac2c3b53ce2a4b8a926b78504f627708ea4f02e5b52
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/nightmare before christmas_22_3.0.png ADDED

Git LFS Details

  • SHA256: 721c227ef1532ffdc750b9b1d5e595e97ccf1c01f10d266215412a68a7560fd2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
nightmare before christmas.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:312d3252b84baebb3bf57cf8f16f3adb49568d5267ce6bb50c2bd8052e09dcc5
3
+ size 8789076