ntc-ai commited on
Commit
324d682
1 Parent(s): 6635575

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/claws...hands/claws_17_3.0.png"
6
+ widget:
7
+ - text: claws
8
+ output:
9
+ url: images/claws_17_3.0.png
10
+ - text: claws
11
+ output:
12
+ url: images/claws_19_3.0.png
13
+ - text: claws
14
+ output:
15
+ url: images/claws_20_3.0.png
16
+ - text: claws
17
+ output:
18
+ url: images/claws_21_3.0.png
19
+ - text: claws
20
+ output:
21
+ url: images/claws_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: "claws"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - claws (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/claws_17_-3.0.png" width=256 height=256 /> | <img src="images/claws_17_0.0.png" width=256 height=256 /> | <img src="images/claws_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/claws_19_-3.0.png" width=256 height=256 /> | <img src="images/claws_19_0.0.png" width=256 height=256 /> | <img src="images/claws_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/claws_20_-3.0.png" width=256 height=256 /> | <img src="images/claws_20_0.0.png" width=256 height=256 /> | <img src="images/claws_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
+ claws
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.claws', weight_name='claws.safetensors', adapter_name="claws")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["claws"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, claws"
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
claws.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab9352e3134caca0fe6176107178e1df068d280920a2ff9fa5165a297f4e51ac
3
+ size 8789076
images/claws_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 9ef522d5f316ddaf61d3f46c9dfb8c30160becf298723456bd1934d8699e9566
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/claws_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 79590fd52a12d80fb2c2b07c035e6b7d372dbc0c7077457f82459e0b649affd0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/claws_17_0.0.png ADDED

Git LFS Details

  • SHA256: aa078a78897710769cd2fa50d13a956809ebad21e9c9eadff2ec17bfe48f4d31
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/claws_17_1.5.png ADDED

Git LFS Details

  • SHA256: e873beb40a623c1715e4d53067d10a6f2ad96fe2205404563ca96176666d176f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/claws_17_3.0.png ADDED

Git LFS Details

  • SHA256: 440bbd2b8f2e3a557c17f08b390694e6348cb27b1e787685b591e405a1b13812
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/claws_19_-1.5.png ADDED

Git LFS Details

  • SHA256: d63386c6f5f638145aa502bc680a4c23e3f6d3820121bb54bd6c3b8325b425e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/claws_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 19b03d4e291824442a76877ae8eed40361bc11fc4a0cda8964e6ea9bf32980d4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/claws_19_0.0.png ADDED

Git LFS Details

  • SHA256: 6095dac6b606c8616044f7c2a0d1e9571c36506136786fc0177017d9f48a0f50
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/claws_19_1.5.png ADDED

Git LFS Details

  • SHA256: 381122396d7929dbbc2a2a764c47444bfb96be5b3a5b71dcb5a4bc44a39a86b6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/claws_19_3.0.png ADDED

Git LFS Details

  • SHA256: a980ae8b3e5d400b69fee15bf45c77cd06b97535597f0f07243e215b44bf871f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/claws_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 8ebf1c461ff26842f1c1466a415df0ac899563302eeb85db242cdae866b6b7b8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/claws_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 15ca85e55c5dea43e0b006587061bbc5fdea51402a5b31c082e17cf5c0bd5df7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/claws_20_0.0.png ADDED

Git LFS Details

  • SHA256: 635393def2081c4a8cd6ff6e9431a432c6f79a91cff92ef943e628554057872e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/claws_20_1.5.png ADDED

Git LFS Details

  • SHA256: a039f6dda70f6dc2490a3047ffb3ad8ecab022ddc97245edcf64fa8166c82e83
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/claws_20_3.0.png ADDED

Git LFS Details

  • SHA256: 3d1517a56fd2c36cc6bb01ec572a678e2b95e368a20286ad6cf25128ae7b847e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/claws_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 94e3098faa736f1f92c982b4cb718912d7e240fae7fd7d32fac4da23b16b459c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/claws_21_-3.0.png ADDED

Git LFS Details

  • SHA256: ec6bab0118ca908eb0fb921c9c381d84b76b4fa666df12b5c4f605dc2006a41a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/claws_21_0.0.png ADDED

Git LFS Details

  • SHA256: 61be8468cd3436aa15a4189c4648483ee584e85e9746177040cd6a19e167aa22
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/claws_21_1.5.png ADDED

Git LFS Details

  • SHA256: dd2ee38b38fbc63647ab2ca6348614edf3cb18e6b32d6a40a7266ecf08b3210b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/claws_21_3.0.png ADDED

Git LFS Details

  • SHA256: c363ca07146a54898954784c2e69b3f32978b1f77f390465eae98bd0eb889a95
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/claws_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 9404450de1716038ec8e7e30ee627ed8afa4474f87b066338b340eba84234400
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/claws_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 06de43f2edec4b6cb886a4f643f209bd01f1d9aca00e15c03109048530067312
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/claws_22_0.0.png ADDED

Git LFS Details

  • SHA256: 83687d8eed619c0e986adec14b20dca401b38eab25ed79f405480f75be06379c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/claws_22_1.5.png ADDED

Git LFS Details

  • SHA256: 7355a28eeeb8802e4f8bf75b3c2c1f506f91b95f1478a7e9abfd7a2a5108669c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/claws_22_3.0.png ADDED

Git LFS Details

  • SHA256: 70f11c2dab36076327f86fa455cb58756e2f2be6446f0f5fb3bd410a20702a0b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB