ntc-ai commited on
Commit
966f7cf
1 Parent(s): 4f0ffe3

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/grasping.../grasping_17_3.0.png"
6
+ widget:
7
+ - text: grasping
8
+ output:
9
+ url: images/grasping_17_3.0.png
10
+ - text: grasping
11
+ output:
12
+ url: images/grasping_19_3.0.png
13
+ - text: grasping
14
+ output:
15
+ url: images/grasping_20_3.0.png
16
+ - text: grasping
17
+ output:
18
+ url: images/grasping_21_3.0.png
19
+ - text: grasping
20
+ output:
21
+ url: images/grasping_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: "grasping"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - grasping (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/grasping_17_-3.0.png" width=256 height=256 /> | <img src="images/grasping_17_0.0.png" width=256 height=256 /> | <img src="images/grasping_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/grasping_19_-3.0.png" width=256 height=256 /> | <img src="images/grasping_19_0.0.png" width=256 height=256 /> | <img src="images/grasping_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/grasping_20_-3.0.png" width=256 height=256 /> | <img src="images/grasping_20_0.0.png" width=256 height=256 /> | <img src="images/grasping_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
+ grasping
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.grasping', weight_name='grasping.safetensors', adapter_name="grasping")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["grasping"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, grasping"
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
grasping.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56f8d9b046bc94dcc22deaf732fa41307f1ea3b025ce077c4c02546d4e9db0af
3
+ size 8789076
images/grasping_17_-1.5.png ADDED

Git LFS Details

  • SHA256: f90d454b1691a951d66f62467b2a446f1bc4c747b53add228c264af9d3efba13
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/grasping_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 00607726d1f8a0427b1e7c9b9321145d79a759cf1bef939fbf63533f956e9994
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/grasping_17_0.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: f021cf82bc66b98a21d972f99401c5759421ad900bdeda434259b06a40909454
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/grasping_17_3.0.png ADDED

Git LFS Details

  • SHA256: 40e0775e9dcd7b68849bb7f0abb1b00971591f4054aee227ac5c586b3d01f00e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/grasping_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 1034d2443b0ec3b47a398760d04dcf19c0cb5f9f6541bd817bba96494a4a8f81
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/grasping_19_1.5.png ADDED

Git LFS Details

  • SHA256: 50d1db4972ab677401c85298ebe940dd952d180bf424877be3aa22f359fa9c36
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/grasping_19_3.0.png ADDED

Git LFS Details

  • SHA256: 3c37a7f6b76daf25634110fb116e6f09c83b2feccbbd2819d7afb38e464f03ea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/grasping_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 973be03d0d11a73c30f857cd6c08e33ab86e9c0490f7b29e3c5b1bd0d22e08ea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images/grasping_20_-3.0.png ADDED

Git LFS Details

  • SHA256: f1e42f847b25d60f83f246e2cf434541e437efed36e5b5ee50246c96b66025a6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/grasping_20_0.0.png ADDED

Git LFS Details

  • SHA256: dbcef6479de5b1a9b585295b524b353ef1e74c16d669033faa125482462df748
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images/grasping_20_1.5.png ADDED

Git LFS Details

  • SHA256: 263f4360374c63a85ddad54261f6814f8037c3c7e6606ff47d6236180d8f6d08
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/grasping_20_3.0.png ADDED

Git LFS Details

  • SHA256: e0eeaaf2f144e1d26aaa4782b0138043ba589e997da472d5fb4d637120fac683
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/grasping_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 2d8f212cd0dab69c82d39356c289b1410d640c4178c9de44cd7de414526b7a20
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/grasping_21_-3.0.png ADDED

Git LFS Details

  • SHA256: e90d44a8478e366f23c4da401fb789290fda72efb4bacd356b859bea3a3612e5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/grasping_21_0.0.png ADDED

Git LFS Details

  • SHA256: 197e49df85d5af958c0b20e72deec7e8f8d1fa6c37cdc18d7831bf271d3dc5a2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/grasping_21_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 62ed7e015c20926cc3371a6e7a55df3acae7d3536bfcd5856d763d4407bdb5a0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/grasping_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 3ad46ee4ab5666503481966661381ab26b21f66a5472f9dfc6293c6fd0431ccc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/grasping_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 5b165c221b522aa8efb41042310ede3ce2eec841c8d5d5e57882e9d4241a8940
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/grasping_22_0.0.png ADDED

Git LFS Details

  • SHA256: 26f26be980e4e00cda654cddc0800c883e6ae9f5c7c16ee7f43198addb495120
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/grasping_22_1.5.png ADDED

Git LFS Details

  • SHA256: b4d7ddc96e1f5fbefea0d6819666f0104033742c0a185cb39d2fa2f2d6723dcb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/grasping_22_3.0.png ADDED

Git LFS Details

  • SHA256: 458c52e706c92498083c71439672dd4bed7c663950e9fa2facc89e4851630cdf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB