ntc-ai commited on
Commit
b32d447
1 Parent(s): c0072c2

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/final boss.../final boss_17_3.0.png"
6
+ widget:
7
+ - text: final boss
8
+ output:
9
+ url: images/final boss_17_3.0.png
10
+ - text: final boss
11
+ output:
12
+ url: images/final boss_19_3.0.png
13
+ - text: final boss
14
+ output:
15
+ url: images/final boss_20_3.0.png
16
+ - text: final boss
17
+ output:
18
+ url: images/final boss_21_3.0.png
19
+ - text: final boss
20
+ output:
21
+ url: images/final boss_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: "final boss"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - final boss (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/final boss_17_-3.0.png" width=256 height=256 /> | <img src="images/final boss_17_0.0.png" width=256 height=256 /> | <img src="images/final boss_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/final boss_19_-3.0.png" width=256 height=256 /> | <img src="images/final boss_19_0.0.png" width=256 height=256 /> | <img src="images/final boss_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/final boss_20_-3.0.png" width=256 height=256 /> | <img src="images/final boss_20_0.0.png" width=256 height=256 /> | <img src="images/final boss_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
+ final boss
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.final-boss', weight_name='final boss.safetensors', adapter_name="final boss")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["final boss"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, final boss"
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 600+ 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
final boss.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a3100112e1f8f10c17e16d4d136831835b773160d70a058ead7b5a14107c9ba
3
+ size 8789076
images/final boss_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 2b6a23894ed924068f99ca33946a12562d81de3d14cf8ae54eff446fc19a04f3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/final boss_17_-3.0.png ADDED

Git LFS Details

  • SHA256: b0c41e6d2fcbf7a78edb903464c551db40d46f2b967b8d1ce0fbbffe940d88ef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/final boss_17_0.0.png ADDED

Git LFS Details

  • SHA256: 0bbd86f2d8b73cbba1ba17e85c4f1802db7187a1f1023d9ab90abc4422e6729c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/final boss_17_1.5.png ADDED

Git LFS Details

  • SHA256: c48e130d7bb54455e9070efaa0711f49a5773639aa532bb0840a407e4e370c26
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/final boss_17_3.0.png ADDED

Git LFS Details

  • SHA256: d5e7dd97279d3e175c72aac70fbd286aa4faf04b14f2022c95f9dde534aa7f73
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/final boss_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 35ee8d05bbff0b8a60af776268de2f0ac56c51f49725cfb384106e325335abe8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/final boss_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 2d378395a9ace5be3a956ff3eb2ace3a958637841eb3e877b9dd5a5dbea3f05a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/final boss_19_0.0.png ADDED

Git LFS Details

  • SHA256: 34bb0c2592a251f8d8032b12422392791efc8e03fa267fa10bf659dd17315640
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/final boss_19_1.5.png ADDED

Git LFS Details

  • SHA256: 49e686628c7686ece1e4bfa4cae177387aa38019ad59cbe4fc658430eb6f81b9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/final boss_19_3.0.png ADDED

Git LFS Details

  • SHA256: 375608ea6c03282327148293c35b8c0c010714acd30a32d9bfa1f0ed7c39b38b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/final boss_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 14e8768981c0c3a1207bb348937f024830e2b4c0f56b8c761ffc6d07d29a3306
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/final boss_20_-3.0.png ADDED

Git LFS Details

  • SHA256: ff5e36868f5ef6eff8910929fb929a559705c82c57c3e0b82774164036ca09ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/final boss_20_0.0.png ADDED

Git LFS Details

  • SHA256: abc208bd7d483830a491dad5b14957a19548c1038c77c53daea4b9ef00682b32
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/final boss_20_1.5.png ADDED

Git LFS Details

  • SHA256: 1c3ac5fd32f89110668b7d76103b193204e388b9f68e20ea15a25cdde2f72713
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/final boss_20_3.0.png ADDED

Git LFS Details

  • SHA256: 341974e9b2adcfffbdd264e786265e8a3178c560ca54c5c2439eed4c1fcf8587
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/final boss_21_-1.5.png ADDED

Git LFS Details

  • SHA256: c5f94f4c625b5da5fe4b69a2f75dc877db7237f7d5e0b8b069aac583c182b94c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/final boss_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 12828ac81ab16d6e6096751b27dae77664406bf4924318e40017ba27710dc25e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/final boss_21_0.0.png ADDED

Git LFS Details

  • SHA256: 985684286da54a8c59d61c3d40721a787ab40f5df72fde80db5b7667ee05dd14
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/final boss_21_1.5.png ADDED

Git LFS Details

  • SHA256: 58dd0a8e6a5f665166ca48dd1aba5f6e00c228eece0c12d1b38271bb93118838
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/final boss_21_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: f0428bcf7c11ad8e629cc12d19fb9926e7b010cdb192e04359c8fc7c87442ade
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/final boss_22_-3.0.png ADDED

Git LFS Details

  • SHA256: e15171cee581145289461a16171cc48c2e1df956805a84b6705ca46d4bb327fe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/final boss_22_0.0.png ADDED

Git LFS Details

  • SHA256: 50776b033b62edca5c1dfc86637ef14513b804f9f15e086af5d7111809848c97
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/final boss_22_1.5.png ADDED

Git LFS Details

  • SHA256: 63312a9b9a31a6032aaa219b7009e005f656b2378d9ce0cf12a27f3612c73e4a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/final boss_22_3.0.png ADDED

Git LFS Details

  • SHA256: ed94a521b332c1d595c6d5bb5a7c5828d8ed568460413d0ab8bd9f955edbdb1c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB