ntc-ai commited on
Commit
89f6f79
·
1 Parent(s): 1c5159a

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/nice hands...poorly drawn hands/nice hands_17_3.0.png"
6
+ widget:
7
+ - text: nice hands
8
+ output:
9
+ url: images/nice hands_17_3.0.png
10
+ - text: nice hands
11
+ output:
12
+ url: images/nice hands_19_3.0.png
13
+ - text: nice hands
14
+ output:
15
+ url: images/nice hands_20_3.0.png
16
+ - text: nice hands
17
+ output:
18
+ url: images/nice hands_21_3.0.png
19
+ - text: nice hands
20
+ output:
21
+ url: images/nice hands_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: "nice hands"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - nice hands (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/nice hands_17_-3.0.png" width=256 height=256 /> | <img src="images/nice hands_17_0.0.png" width=256 height=256 /> | <img src="images/nice hands_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/nice hands_19_-3.0.png" width=256 height=256 /> | <img src="images/nice hands_19_0.0.png" width=256 height=256 /> | <img src="images/nice hands_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/nice hands_20_-3.0.png" width=256 height=256 /> | <img src="images/nice hands_20_0.0.png" width=256 height=256 /> | <img src="images/nice hands_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
+ nice hands
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.nice-hands', weight_name='nice hands.safetensors', adapter_name="nice hands")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["nice hands"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, nice hands"
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/nice hands_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 9b40c0823692647c348822dbefb61730374984e553f43bd90d60643c6ed61463
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
images/nice hands_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 316d06b876718c2afdea6849331826de3a0f557a3fcfc27161b984814a97babb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
images/nice hands_17_0.0.png ADDED

Git LFS Details

  • SHA256: a3726eb1ad26fcae623508b8a3f4bc75ed0a5e7b01e17bac9847a4fd722c6b2b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images/nice hands_17_1.5.png ADDED

Git LFS Details

  • SHA256: fc7da53026fbee90b84d9e7ce7a2e3bd09c40b4f76f27a3ddcbcbf4c4509ab4b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/nice hands_17_3.0.png ADDED

Git LFS Details

  • SHA256: 3fd39395bf525868d10f4ec43dda65b3ce632b9ef7c0f0d655ae2cfe3dd54d74
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/nice hands_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 6dc69d1c1c4519863dd8b34ad9ee9d77c2af7a11bfc17eb65a8238b21202e10f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/nice hands_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 5681acb51d3ce9b1fcf84f25723aef21192a5627b910afd41011a5c507845250
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/nice hands_19_0.0.png ADDED

Git LFS Details

  • SHA256: 72174aee17313cb2ffeeea74c0846d4633efb1aeee54408ca8aa95df70ee363b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/nice hands_19_1.5.png ADDED

Git LFS Details

  • SHA256: 9cb3b81670deea734ddb55b6d3b9492507303ba2872c550a423202f0296f9e52
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/nice hands_19_3.0.png ADDED

Git LFS Details

  • SHA256: 31c38547c5134641760776161fac91f3878df4cab58bdfece17ff7a8ca8579ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/nice hands_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 242e3866595b56883e89fb7619923b7653233925c7914ebef5e4b2fd4dc232e8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/nice hands_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 09d6de8b6f12c92867d87f842bf6bcc9c60e80efbeaa2a69490d4b1a6302ffa4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/nice hands_20_0.0.png ADDED

Git LFS Details

  • SHA256: 5f645c1a225c2f752495b9d4c0472c432290b33f0c916e60cfb6a2f5d68f1cb4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/nice hands_20_1.5.png ADDED

Git LFS Details

  • SHA256: e2c89c2c8d5d235ac2c4ac8ba91dabda4798736b7e9fb5b33be9432013ddddd9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/nice hands_20_3.0.png ADDED

Git LFS Details

  • SHA256: 0b094f59522b6200a411e314e135435818f61c3a58a2e0667ea624062052e787
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/nice hands_21_-1.5.png ADDED

Git LFS Details

  • SHA256: bf431900ddce620792fbcda593542886a97d86c1fd958ae66b802b95379a7295
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/nice hands_21_-3.0.png ADDED

Git LFS Details

  • SHA256: ebd0771ff4319bd6c8e88ce65e707c573db7f4681709d0f487dfc32f81b134df
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/nice hands_21_0.0.png ADDED

Git LFS Details

  • SHA256: a25d4b1faa2b3e192c16d2c6dd11dae4b10b0f098b2040bb06bb3c928fd0827e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/nice hands_21_1.5.png ADDED

Git LFS Details

  • SHA256: fe5429a43e77e1cae4b06dc7cd39365d5d1aaf39218e4f9921ae79697e7f2062
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/nice hands_21_3.0.png ADDED

Git LFS Details

  • SHA256: 1530ad9afdaaac66f481895f05727a5698317a3888a0b6cccd6949d3793fcba9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/nice hands_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 63cd649196632f81301b2e9ff6e963b53b9ca189bd45364b854983052172682c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/nice hands_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 5f17bcab7dc40af26b84c00e414d49bf23622c1ee2e3fbccb1ac1be7a08089b4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/nice hands_22_0.0.png ADDED

Git LFS Details

  • SHA256: e27a787a296fc20cd8e38d286719a9bc5111dbc8408f9c6343030624a1014af3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/nice hands_22_1.5.png ADDED

Git LFS Details

  • SHA256: 1bdf385e8ed6cf877ea63d3c568a6eb8a1f426ba1dba30592f45510b63b587c7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/nice hands_22_3.0.png ADDED

Git LFS Details

  • SHA256: 6a1a351cbdd6550021972c0dac8506aab24713bd1e45b87880e37dbdb5b6c494
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
nice hands.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e45c799a131e5798b85573bbd0f180e03f8970c2392364ba0436fc9adf1fd51
3
+ size 8789076