ntc-ai commited on
Commit
98cffb0
1 Parent(s): c40a8fe

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/short curly red hair.../short curly red hair_17_3.0.png"
6
+ widget:
7
+ - text: short curly red hair
8
+ output:
9
+ url: images/short curly red hair_17_3.0.png
10
+ - text: short curly red hair
11
+ output:
12
+ url: images/short curly red hair_19_3.0.png
13
+ - text: short curly red hair
14
+ output:
15
+ url: images/short curly red hair_20_3.0.png
16
+ - text: short curly red hair
17
+ output:
18
+ url: images/short curly red hair_21_3.0.png
19
+ - text: short curly red hair
20
+ output:
21
+ url: images/short curly red hair_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: "short curly red hair"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - short curly red hair (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/short curly red hair_17_-3.0.png" width=256 height=256 /> | <img src="images/short curly red hair_17_0.0.png" width=256 height=256 /> | <img src="images/short curly red hair_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/short curly red hair_19_-3.0.png" width=256 height=256 /> | <img src="images/short curly red hair_19_0.0.png" width=256 height=256 /> | <img src="images/short curly red hair_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/short curly red hair_20_-3.0.png" width=256 height=256 /> | <img src="images/short curly red hair_20_0.0.png" width=256 height=256 /> | <img src="images/short curly red hair_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
+ short curly red hair
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.short-curly-red-hair', weight_name='short curly red hair.safetensors', adapter_name="short curly red hair")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["short curly red hair"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, short curly red hair"
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/short curly red hair_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 436365ed3592aa3472c0cd9a2d6c873520529b20381f2ca37f77cf38eb3aba7c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/short curly red hair_17_-3.0.png ADDED

Git LFS Details

  • SHA256: cec67152421fc753d49fb6c6f39dd9779104abb7c98c40387aae083301f9709f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/short curly red hair_17_0.0.png ADDED

Git LFS Details

  • SHA256: c86b67b2116f940e14200ace6acfc487f0b9357a17ac0e2961874d3f09161177
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/short curly red hair_17_1.5.png ADDED

Git LFS Details

  • SHA256: 76a3b6b4b72a9031227191f1cf93100e3b6620e43fa0140ceb1156148c35c3cc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/short curly red hair_17_3.0.png ADDED

Git LFS Details

  • SHA256: 26d1c89ec7b70b8fe99b7e31fa55f990ba9d59e12d24ddc2f3b430a379eceae4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/short curly red hair_19_-1.5.png ADDED

Git LFS Details

  • SHA256: fe559c328de3ce2cbe7676d50c44130d324eed7a0c7b8e63f190c32d68f23193
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/short curly red hair_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 2de47d31e3ecbdd32cecd9ccc529957bcd3dc8bbbfc2b5b128d03c5cf3792142
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/short curly red hair_19_0.0.png ADDED

Git LFS Details

  • SHA256: 2e699621d925a475d7c2c8f530bf8ecb78e3badf45451cd2ac052c8155347031
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/short curly red hair_19_1.5.png ADDED

Git LFS Details

  • SHA256: 651f1ae338ad2e4f7e3deca58f5483878c298cb96140990a3265c93e9fa55bf5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/short curly red hair_19_3.0.png ADDED

Git LFS Details

  • SHA256: 5299427a84aa303afbac8b465189a14ef70e13ed6188c4c31bb19f8d79f7a4e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/short curly red hair_20_-1.5.png ADDED

Git LFS Details

  • SHA256: bead7f464b7cd4ed14106df47a2ce3dd9807a0d23280193db560ade204e0a821
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/short curly red hair_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 942c5589f84de62f60734025692227ae81639206f9ee1e571e108313cb76913c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/short curly red hair_20_0.0.png ADDED

Git LFS Details

  • SHA256: 0b7f1acd5bd3935fabc1f7ae8d30deb3577c2b9759ff6c7376a7c9d38aa04793
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/short curly red hair_20_1.5.png ADDED

Git LFS Details

  • SHA256: f9b62403e5409c570ac54b9d1a67e18934ee84d5fe36e704e26b3ee54c856d16
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/short curly red hair_20_3.0.png ADDED

Git LFS Details

  • SHA256: 785633f83159412a89236712392c5a5a86eea04f26cd865d5ba601ad75e7ab58
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/short curly red hair_21_-1.5.png ADDED

Git LFS Details

  • SHA256: ebcc8f8497023dce41c3f8c8c296b134b5634a62afef34fbfee4a163c35f77d0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/short curly red hair_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 94b8fec6b6d362d84dd04011f88efaba37bbcbdfbbaf2a0e6313d1c93197c869
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/short curly red hair_21_0.0.png ADDED

Git LFS Details

  • SHA256: c1d1be342f54700281eb0e480da1127a3de75622750a4324debab1a4a6a895dd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/short curly red hair_21_1.5.png ADDED

Git LFS Details

  • SHA256: 10b2b4bdec1c75c739bc75945e80df50d2b480ce98c835d86b706ccc8106368f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/short curly red hair_21_3.0.png ADDED

Git LFS Details

  • SHA256: 0b36d3ca596517512688ce08baec11ac43755e45d1408c5fefb688c9a9675c37
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/short curly red hair_22_-1.5.png ADDED

Git LFS Details

  • SHA256: be21967497104fbd29027fbda6d7c161f82402af669ae7ce8a8c7ca4dacc9f93
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/short curly red hair_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 82b95bbe24e5a0f7fa73e5b02cc3cbf09cf4e2e0bbbb3e60ec99915f2b2871d2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/short curly red hair_22_0.0.png ADDED

Git LFS Details

  • SHA256: e8ecefabf1735e35235654979f6802d396178eb47907100e2b327722a0f110b8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/short curly red hair_22_1.5.png ADDED

Git LFS Details

  • SHA256: ca905600bbf7029c731c6e0067e886657003fc8a7c33c6ff57db81b96547c317
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/short curly red hair_22_3.0.png ADDED

Git LFS Details

  • SHA256: d38a3c88a0f5e3b7e5ab13d6035c79f94778bfaf43b81894d550efd0da25c9cc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
short curly red hair.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d3b736c61f071ef6fe3567fae2e19bbe837d4c7c1522a6345d5101d0eaeed1e
3
+ size 8789076