ntc-ai commited on
Commit
643279f
·
1 Parent(s): a0e7438

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

Git LFS Details

  • SHA256: b8a6775c63e58e1c0f9aeed445c065cd7ad4b4a0601e206898af58b25d1cbce8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/evil santa_17_-3.0.png ADDED

Git LFS Details

  • SHA256: b7e4840946bd7233642dcff0f2d7e99bcd710ca0cf8b0b192d4b22f33f3b84fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/evil santa_17_0.0.png ADDED

Git LFS Details

  • SHA256: ddd589a60430ceb87975367273eb33a2ee14fad39026ca3f5faf26cb0892ee6e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/evil santa_17_1.5.png ADDED

Git LFS Details

  • SHA256: 28e7a5bbaed5c2879267379d51709dd0ab825eda82eab5ec1767a91f2b74323e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/evil santa_17_3.0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 65bf7f42a281d10c227c4668e634d7bedaec743e6690741008c38ab03d0f882c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/evil santa_19_1.5.png ADDED

Git LFS Details

  • SHA256: 936e67158da37584113d0e1c252c45f1f0a5f173f6754ba8d397653e449a4c48
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/evil santa_19_3.0.png ADDED

Git LFS Details

  • SHA256: 214a32ddfd23086b75ec90911996ed5230f76f4cc19070ba1cb5fb0349ebbdf5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/evil santa_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 39861269e6f663b7f3029bfc380f49314693e16f5385144d561d8d4fbe64c011
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/evil santa_20_-3.0.png ADDED

Git LFS Details

  • SHA256: bc29fb141e551de336507f3e3b599534128ee2e836e548e5807d564ffb52bee5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/evil santa_20_0.0.png ADDED

Git LFS Details

  • SHA256: d3a3fb267c5e2d34ce132f5edfad87ecf16b8b42518db054812f8b79c45ab645
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/evil santa_20_1.5.png ADDED

Git LFS Details

  • SHA256: 21968e4bf94a2a5365a431834deabcc16ef84f407490eb5a4df9e9a15891ea5c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/evil santa_20_3.0.png ADDED

Git LFS Details

  • SHA256: 4f2c7300ce9a5d129641dd75ccbf7b72d14ff711337c9079110b574f4c65a60d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/evil santa_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 488bca32061dc203b84fadc294204a3cd7955f726d454fa830e9d2279937f949
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/evil santa_21_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 2c261ac7f57885a753cd5822325a24468cbffdab586b70e54e21c7b00e73c743
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/evil santa_21_1.5.png ADDED

Git LFS Details

  • SHA256: 2d770f407efe5d605e2774745623204a97adcc944122bb00407cac85739808b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/evil santa_21_3.0.png ADDED

Git LFS Details

  • SHA256: 69a16a10d4da780a9f6bc4be221f3001124f03736eed5f8fdb8a473a6c8adaeb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/evil santa_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 440ec804d6def763e7a90604b0844ebc829397aed4bdf41014c5c57ec8e2bb4b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/evil santa_22_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 4d65b6ef3734479a3a0306c46f7f4d436f62fb79e7c8bb60d568602bc3c7b4c6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/evil santa_22_1.5.png ADDED

Git LFS Details

  • SHA256: 31b6db832c3ce6ca3952ea978e6b729215675be606300daf72ecb9e5c3c8a292
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/evil santa_22_3.0.png ADDED

Git LFS Details

  • SHA256: 23a4cf1de10479bf47d9175f1e409f8144e0d63d52fe2724d2be87dfd2557c08
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB