ntc-ai commited on
Commit
3ee1f8d
·
1 Parent(s): a368d26

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/makeup...no makeup/makeup_17_3.0.png"
6
+ widget:
7
+ - text: makeup
8
+ output:
9
+ url: images/makeup_17_3.0.png
10
+ - text: makeup
11
+ output:
12
+ url: images/makeup_19_3.0.png
13
+ - text: makeup
14
+ output:
15
+ url: images/makeup_20_3.0.png
16
+ - text: makeup
17
+ output:
18
+ url: images/makeup_21_3.0.png
19
+ - text: makeup
20
+ output:
21
+ url: images/makeup_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: "makeup"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - makeup (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/makeup_17_-3.0.png" width=256 height=256 /> | <img src="images/makeup_17_0.0.png" width=256 height=256 /> | <img src="images/makeup_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/makeup_19_-3.0.png" width=256 height=256 /> | <img src="images/makeup_19_0.0.png" width=256 height=256 /> | <img src="images/makeup_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/makeup_20_-3.0.png" width=256 height=256 /> | <img src="images/makeup_20_0.0.png" width=256 height=256 /> | <img src="images/makeup_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
+ makeup
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.makeup', weight_name='makeup.safetensors', adapter_name="makeup")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["makeup"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, makeup"
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 270+ 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/makeup_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 43fa64481b42cdef5289efe89b4694ded8e972e35f8539a2ba0b946bd9daea8d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/makeup_17_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 3d95f8e21e3daae3e6be0ea590e8e584e68339c402187028bf3fcedb2e72208c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/makeup_17_1.5.png ADDED

Git LFS Details

  • SHA256: 56ecbf95fd2b8355d95ca2ae92bc818ffa1b8f3822eb19b8191c588e3bb8ea0e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/makeup_17_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: b5a6ffdbe536e91b054cb2b7394c881215c9eaee997c32d7977d54a6f866de87
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/makeup_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 1f068df8756fce1651bb92a0d0c933f6babc15d3b3975c50509254d5dadb6d6c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/makeup_19_0.0.png ADDED

Git LFS Details

  • SHA256: c1aa88e06aef89ba2907e041df38e706a63f4e4e5c8ba063467275c64a172adb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/makeup_19_1.5.png ADDED

Git LFS Details

  • SHA256: de28d4e6df4fb4c7d4c8369693e7a1d65b181e5e25bbadcc8588a2ccfc0c6385
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/makeup_19_3.0.png ADDED

Git LFS Details

  • SHA256: 1f1de6b1b3e034742965d748f2e7c5bc38e42395c6abcfb2f0db13210e13de71
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/makeup_20_-1.5.png ADDED

Git LFS Details

  • SHA256: eb0b0f5b5fbbe2b6f85f946fef2beef278e72302d805e1e06449eb8704db2722
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/makeup_20_-3.0.png ADDED

Git LFS Details

  • SHA256: b8875d3e92122b81bef7a5199618a2c835b61b3c6bdc4256a02e0bbea11eee86
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/makeup_20_0.0.png ADDED

Git LFS Details

  • SHA256: 9cff3083c19a10b6204876fa052b513cd572d95db45084d9ceba3af5abd46867
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/makeup_20_1.5.png ADDED

Git LFS Details

  • SHA256: 8088d9e7a1611be2edbb2157ba5309f3d8e85d920520033f1649000a9b4270d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/makeup_20_3.0.png ADDED

Git LFS Details

  • SHA256: cf78d5607619746055aed72c25b7ab2309a4814f0e06c91568f73cdecef17639
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/makeup_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 504af4e6ef5d67cec6955b819f35c555d47489543c2decb4a091245970093dfd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/makeup_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 42f215addc73553f506582fc293c9533f1e8211c3883520699716a8baecbe4ca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/makeup_21_0.0.png ADDED

Git LFS Details

  • SHA256: 6ad8af2bb48413c56ebeeac93725e6f25bf74d5db811a165ecdbca1597833439
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/makeup_21_1.5.png ADDED

Git LFS Details

  • SHA256: c7b45c537b90a17a3a44952afb4a15d5fc21b539158a23c0e5fce30c84c81dc6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/makeup_21_3.0.png ADDED

Git LFS Details

  • SHA256: b471651ef1e3e070a52d32e7943ee20bf9878fbe184a85d2fae1c7cae5895335
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/makeup_22_-1.5.png ADDED

Git LFS Details

  • SHA256: f3fabcf86a0b3a595510f33d9fb09f487bc25217b3615b09e0688ef8fa5b4f51
  • Pointer size: 132 Bytes
  • Size of remote file: 1.86 MB
images/makeup_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 155d2541939e6df36a0f79733f75cd6f478a42a68ccca8b7adedf4348b5a1a4c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.88 MB
images/makeup_22_0.0.png ADDED

Git LFS Details

  • SHA256: bf68d573884e4f2f86ecdb4dca87c9bae24ee31753f2624118c0ac0c27bd86ed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
images/makeup_22_1.5.png ADDED

Git LFS Details

  • SHA256: dca510bd732f8aebefc8d81cf4c87f66927cbcb6071170f507a1e097bbe6d83e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/makeup_22_3.0.png ADDED

Git LFS Details

  • SHA256: 16b4155d4519c5542f2609cfe02529719e2ddc6557b054c7979a8c34c96ad23b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
makeup.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e5f9a1f9c2a56d2f90417c9360944dd9fe17ff2144231c33365e76e76366b1
3
+ size 8789076