ntc-ai commited on
Commit
f42606f
1 Parent(s): ab05ef8

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/holiday festivus.../holiday festivus_17_3.0.png"
6
+ widget:
7
+ - text: holiday festivus
8
+ output:
9
+ url: images/holiday festivus_17_3.0.png
10
+ - text: holiday festivus
11
+ output:
12
+ url: images/holiday festivus_19_3.0.png
13
+ - text: holiday festivus
14
+ output:
15
+ url: images/holiday festivus_20_3.0.png
16
+ - text: holiday festivus
17
+ output:
18
+ url: images/holiday festivus_21_3.0.png
19
+ - text: holiday festivus
20
+ output:
21
+ url: images/holiday festivus_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: "holiday festivus"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - holiday festivus (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/holiday festivus_17_-3.0.png" width=256 height=256 /> | <img src="images/holiday festivus_17_0.0.png" width=256 height=256 /> | <img src="images/holiday festivus_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/holiday festivus_19_-3.0.png" width=256 height=256 /> | <img src="images/holiday festivus_19_0.0.png" width=256 height=256 /> | <img src="images/holiday festivus_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/holiday festivus_20_-3.0.png" width=256 height=256 /> | <img src="images/holiday festivus_20_0.0.png" width=256 height=256 /> | <img src="images/holiday festivus_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
+ holiday festivus
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.holiday-festivus', weight_name='holiday festivus.safetensors', adapter_name="holiday festivus")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["holiday festivus"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, holiday festivus"
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 310+ 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
holiday festivus.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:013e4d7c098719261ead2dd45d639010f8988951534fdc901efb281799019a5f
3
+ size 8789076
images/holiday festivus_17_-1.5.png ADDED

Git LFS Details

  • SHA256: b0eafbd4751f38855c8cf8d805ecf08f526ef18e7ee5f8eb1e6ce673d923ff24
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/holiday festivus_17_-3.0.png ADDED

Git LFS Details

  • SHA256: e57eda98514acb8f1d5ed16375d635f9b39eb7b77581348e4486585562742be9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/holiday festivus_17_0.0.png ADDED

Git LFS Details

  • SHA256: 2409e9edfdc7dbf1adfaf25f75caf5accec1fee50a09952f9682e060a98aa6a2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/holiday festivus_17_1.5.png ADDED

Git LFS Details

  • SHA256: eacf62f2555387f190ea9416c56f2a4e74e4062cddadf13c8428753a7b77d7cf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/holiday festivus_17_3.0.png ADDED

Git LFS Details

  • SHA256: e0eb9d9c206f3f342af251886a45022a438f5991264195322fc062c72561bd2b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/holiday festivus_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 3e56b9acfd1dd4b4a7b6bed3179d1b0003c37ddbaa4c55b2c199db3f5e52ee3f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/holiday festivus_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 8067f03bb51dde8502e0fcc9e1432c36ab65ec98d4636cceac8270a13e04bd09
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/holiday festivus_19_0.0.png ADDED

Git LFS Details

  • SHA256: 4b442dd14400d3b24137e92cb9ba1e50943fd8333e9833d93e9df8497170737c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/holiday festivus_19_1.5.png ADDED

Git LFS Details

  • SHA256: 4c6d987cbc41b7218327ff5ea8f2b329d8dbf8b541855f1703f2482483aa2f6b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/holiday festivus_19_3.0.png ADDED

Git LFS Details

  • SHA256: d8db0e481655f5d5fe4ff3f1e99ad2323ee31d3da6dab76818859adbfb4364f2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/holiday festivus_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 02ada6451829e4331b97254705e8cdf9aa7bd674063e4863ac75c3107206cd89
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/holiday festivus_20_-3.0.png ADDED

Git LFS Details

  • SHA256: f5015c27b4eab88f780bcb0504943a9fa3279019d2b5164fdc6ddd2807ff9144
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/holiday festivus_20_0.0.png ADDED

Git LFS Details

  • SHA256: cd5d4436f43b36f54a8facadf2d49f0f4fb036da2fdc5bdb4778c5688973ff2a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/holiday festivus_20_1.5.png ADDED

Git LFS Details

  • SHA256: 250ffdbe1635b43fa8532707712b4421efcb4764bbabef35ff525a32860c533a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/holiday festivus_20_3.0.png ADDED

Git LFS Details

  • SHA256: 5706516c8bf2a0fb978b451fd19c552ed82cc80ed740e6aa3f5b03622b17b639
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/holiday festivus_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 6ee7ef60d2783dec27bf6cd9657fbdc6aaed56d82b0670041b63aef4e6633149
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/holiday festivus_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 1cd84eeec2fea38f40bca1a515395f82f54a64b424220298a5a2b18e0bb1f7c7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/holiday festivus_21_0.0.png ADDED

Git LFS Details

  • SHA256: 48b970321d3931bc1678daf38ef136f42a8f991e07429814534dfc2b1c8b3b38
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/holiday festivus_21_1.5.png ADDED

Git LFS Details

  • SHA256: 4e6ffc8c8732e192c173408437d46157765c58c154f9207b094ab82591eb6baf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/holiday festivus_21_3.0.png ADDED

Git LFS Details

  • SHA256: a85e95dde7706f913bd4d797320444eb2f241afc04f17056cdf9e86f484fc1d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/holiday festivus_22_-1.5.png ADDED

Git LFS Details

  • SHA256: f9c735e40b1411e0bf264a015995572e519137be7538c2fdf4280385ae09f745
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
images/holiday festivus_22_-3.0.png ADDED

Git LFS Details

  • SHA256: b1825f62540a9d4d5a7359ef200085e912d2c9503f28e6a91f2a3f28783ec93a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/holiday festivus_22_0.0.png ADDED

Git LFS Details

  • SHA256: 95a529920899a7c9d364850d58889f80a9c0e94f682212beb3c35f779dcddf43
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/holiday festivus_22_1.5.png ADDED

Git LFS Details

  • SHA256: dda0e65b861ca25f384f06204ab5fd5b78ea6ef99ffef20fdb4c3aeb4e1eaaef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.91 MB
images/holiday festivus_22_3.0.png ADDED

Git LFS Details

  • SHA256: bca27aae715d6daca74c272d6b27e397ed70ac27b4a9eef432dc902575d2a43d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.92 MB