ntc-ai commited on
Commit
a555308
·
1 Parent(s): b2bdb1b

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/light skin...dark skin/light skin_17_3.0.png"
6
+ widget:
7
+ - text: light skin
8
+ output:
9
+ url: images/light skin_17_3.0.png
10
+ - text: light skin
11
+ output:
12
+ url: images/light skin_19_3.0.png
13
+ - text: light skin
14
+ output:
15
+ url: images/light skin_20_3.0.png
16
+ - text: light skin
17
+ output:
18
+ url: images/light skin_21_3.0.png
19
+ - text: light skin
20
+ output:
21
+ url: images/light skin_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: "light skin"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - light skin (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/light skin_17_-3.0.png" width=256 height=256 /> | <img src="images/light skin_17_0.0.png" width=256 height=256 /> | <img src="images/light skin_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/light skin_19_-3.0.png" width=256 height=256 /> | <img src="images/light skin_19_0.0.png" width=256 height=256 /> | <img src="images/light skin_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/light skin_20_-3.0.png" width=256 height=256 /> | <img src="images/light skin_20_0.0.png" width=256 height=256 /> | <img src="images/light skin_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
+ light skin
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.light-skin', weight_name='light skin.safetensors', adapter_name="light skin")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["light skin"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, light skin"
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/light skin_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 6b23702d4b04946e9dd2e2168da3a5db5ae4eac3f55fd9fddedd7f763ff50cd2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/light skin_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 1e28c345eab6fea5545d0dc8ee15e52ae704128154749015b2772f3f02f1971f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/light skin_17_0.0.png ADDED

Git LFS Details

  • SHA256: 392efd3c1f239fdf8e42343e3bd5af32f775989910a16b6f214b205283f47d62
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/light skin_17_1.5.png ADDED

Git LFS Details

  • SHA256: a3bcd11e1af44f9927b72e449a9bfdfab5f19f07a068d56968c385a1b16d40dc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/light skin_17_3.0.png ADDED

Git LFS Details

  • SHA256: c8e0f6f8466b0703b670fe0bc2f3513340ec0095eca4f3bfe4fcbec76892d505
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/light skin_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 8e70d2794bec6c6eb53b6e59749cf8aab0ddb4e44ab0e3ed9d4bff3de95bfe28
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/light skin_19_0.0.png ADDED

Git LFS Details

  • SHA256: 643f0605062e1d0195c65fbdc22237f8c6e38357ac341b51ead12bd26c6bf3dc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/light skin_19_1.5.png ADDED

Git LFS Details

  • SHA256: a94515e4c697eb0251c566f8df0f85329ef58a2cba64da238b06ef0ecdf7ad63
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/light skin_19_3.0.png ADDED

Git LFS Details

  • SHA256: c2ff70beca11a218aae6b58bc48dc77f2dae4949bee398b01d8a9cbfc4c9bb96
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/light skin_20_-1.5.png ADDED

Git LFS Details

  • SHA256: f758f7525684433f79e4d7982781603fe7a8556a06e79d5a9dd8017af3170dff
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/light skin_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 4ca31a0de71646e75e970732a5471853148a41363d2147828eb083714a3c5f18
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/light skin_20_0.0.png ADDED

Git LFS Details

  • SHA256: 1ac17929ee35d89f8109ff6f20c5b0937981c119580cd387c64e77c1ba7c2449
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/light skin_20_1.5.png ADDED

Git LFS Details

  • SHA256: 5ef5dacb9abb925b2ab82c23a1cc351f74110c995ec2d54a0c18c6634a47b971
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/light skin_20_3.0.png ADDED

Git LFS Details

  • SHA256: 5df9f8a6bf114979b09534d0fa5b5ce1580270bc64cc9f447ced735424b96cf5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/light skin_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 1d1c1a96d5f6ea42c2dc074c96f367307ee378f74326c147c03527e5b61efc1d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/light skin_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 9685b23067123f4021980aeba71267dbf764c4ae07686c6006869d4ce964463c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/light skin_21_0.0.png ADDED

Git LFS Details

  • SHA256: 587afa5c2952a56dab5eeadafcc690042ad7edeb820245eae767cc48f0734040
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/light skin_21_1.5.png ADDED

Git LFS Details

  • SHA256: 4ff6858cf3619bd84781153dfef3cd4cda3dc670f467aef090f0ee5c3bdcbab2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/light skin_21_3.0.png ADDED

Git LFS Details

  • SHA256: 3baba4ba6afbedef1474adb32ed9f365d29a8f5a01ef9397d581d199d8eeecd1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/light skin_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 3e0c1cd08cc1431bc152b9111ebe4d5b8cf393896c995b23fe4285975b6a025e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/light skin_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 66426d5cc9a5292022a404ffe17a212e1716a93d6e7b1ec31fe213cffa10943a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/light skin_22_0.0.png ADDED

Git LFS Details

  • SHA256: b870ee7f9f62a33178f957e07125e9067ae77bd37445f35c02fe6cacf7a86871
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/light skin_22_1.5.png ADDED

Git LFS Details

  • SHA256: 4ce527f33ec46f02a9748bbf0693c19dcb1e93b821087d798aba98270fdae23a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/light skin_22_3.0.png ADDED

Git LFS Details

  • SHA256: 565c8e4f362eabe1b4339acefaae0892f7bc048211054f4c4b0dd907e477281c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
light skin.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9df4352aa783ce1e0564e1f3916026cfa6fe910d21247e342e58142e00d6c0d4
3
+ size 8789076