ntc-ai commited on
Commit
6addbe6
1 Parent(s): b34238c

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/terrifying.../terrifying_17_3.0.png"
6
+ widget:
7
+ - text: terrifying
8
+ output:
9
+ url: images/terrifying_17_3.0.png
10
+ - text: terrifying
11
+ output:
12
+ url: images/terrifying_19_3.0.png
13
+ - text: terrifying
14
+ output:
15
+ url: images/terrifying_20_3.0.png
16
+ - text: terrifying
17
+ output:
18
+ url: images/terrifying_21_3.0.png
19
+ - text: terrifying
20
+ output:
21
+ url: images/terrifying_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: "terrifying"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - terrifying (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/terrifying_17_-3.0.png" width=256 height=256 /> | <img src="images/terrifying_17_0.0.png" width=256 height=256 /> | <img src="images/terrifying_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/terrifying_19_-3.0.png" width=256 height=256 /> | <img src="images/terrifying_19_0.0.png" width=256 height=256 /> | <img src="images/terrifying_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/terrifying_20_-3.0.png" width=256 height=256 /> | <img src="images/terrifying_20_0.0.png" width=256 height=256 /> | <img src="images/terrifying_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
+ terrifying
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.terrifying', weight_name='terrifying.safetensors', adapter_name="terrifying")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["terrifying"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, terrifying"
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 1140+ 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/terrifying_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 3cee4e265bcefbf33874e0e46119972ff433c71c115461d5ef06c420be1151ea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/terrifying_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 9e4f24f19ad7768ba79767a257d7f7accfe445d49e7d3f117077dbdcbe66ef2a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/terrifying_17_0.0.png ADDED

Git LFS Details

  • SHA256: 205abeb2b6c1e0a4ace36605adbc656c9ce39721a1fd7ba381731ffed0bb3eca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/terrifying_17_1.5.png ADDED

Git LFS Details

  • SHA256: a1a0a7cb854ca28ea10d31128a8c0dc6acb8770e10a20c90de6ffc46e4498be3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/terrifying_17_3.0.png ADDED

Git LFS Details

  • SHA256: 61342ddbb037a76e6be292b79c19bef81e6feb7ea99a4acf44a47bd260acf2ea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/terrifying_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 849607d92ced4633fbed209a5f5386c2f38e88c3a17d3d3472e74633920d0763
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/terrifying_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 1b5152dd34bbedb9a5a842c73fd91c0b55cee0e169b074e19ab599d783a28a7f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/terrifying_19_0.0.png ADDED

Git LFS Details

  • SHA256: d2d8c46967efbd7ca764caccb60e70d46ef058a6ef8d54dc1d1038d81c994a0e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/terrifying_19_1.5.png ADDED

Git LFS Details

  • SHA256: 7a30b62c1d037907e1da43885211eb57460228d6e108c7622dfde6e9d631f6ab
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/terrifying_19_3.0.png ADDED

Git LFS Details

  • SHA256: c36db1b7527221b49e9f743ef4df868b4da0d27af95be94a6a95631a35f8c1e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/terrifying_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 17250730273818ae01992ab4e46acce9047ec80209ba7a5b1c6a0cc3c8abda66
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/terrifying_20_-3.0.png ADDED

Git LFS Details

  • SHA256: e29e69cc575e02c23dfbba92acafb3d83ff7916ea3d1f97ced4099bbc857b9d8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/terrifying_20_0.0.png ADDED

Git LFS Details

  • SHA256: 3a33b482b905aff196ba74eb6a166781286f871be2bcc0e092608ef98f7c41f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/terrifying_20_1.5.png ADDED

Git LFS Details

  • SHA256: 8f4e1149f0e579253bdce8732f292bb14a260499ff33bfdc315ff1c5f3b80641
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/terrifying_20_3.0.png ADDED

Git LFS Details

  • SHA256: c8f5c2e2495fc35882d5a3b1fcd9a35870dcbef6350eb71e13c1a80e00bd90ee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/terrifying_21_-1.5.png ADDED

Git LFS Details

  • SHA256: d019b6ea35d451f1682fc889d278c22331e57844ebe64c11ca4660ca7119b650
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/terrifying_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 38315269a46da7d125b8d0f5675f0abed8cadaa0c14df9bd24c62e02a8c6dd5f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/terrifying_21_0.0.png ADDED

Git LFS Details

  • SHA256: 54c40d572e2f07e0e0a856511f557a9a743ac5330acb26a66efe81a4097bbd98
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/terrifying_21_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 2cd05e55e6331004437fc5d1fd2fe9be9328121900e07f456e1703f514863437
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/terrifying_22_-1.5.png ADDED

Git LFS Details

  • SHA256: b05654a8db0a6f00de10b93bad606d0388e7de9ce6ad8b6a460ba95c3516c5dd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/terrifying_22_-3.0.png ADDED

Git LFS Details

  • SHA256: e080ac64c861784fd44ae8f00fe30ade0d69fb1164a3ef75a73be6bec74ccc58
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/terrifying_22_0.0.png ADDED

Git LFS Details

  • SHA256: 0862d9995821701b1a07a5fb226fe4307b5137894ba31f52974448f46ee1a52d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/terrifying_22_1.5.png ADDED

Git LFS Details

  • SHA256: c7571d16fbed19229c7ba00346ee764bf3505188a5c505c4515625473ac991ca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/terrifying_22_3.0.png ADDED

Git LFS Details

  • SHA256: d8eac6713d6e401bc4ea66d6fd3abbc9e0a1c26c22b0fb167dd5240e48af655f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
terrifying.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:899570fd530cb066dc0f759ba00dc90b21fdb57d3a9adf7d8a446d72f610c507
3
+ size 8789076