ntc-ai commited on
Commit
4330515
·
1 Parent(s): 9bbc0a9

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/sexy.../sexy_17_3.0.png"
6
+ widget:
7
+ - text: sexy
8
+ output:
9
+ url: images/sexy_17_3.0.png
10
+ - text: sexy
11
+ output:
12
+ url: images/sexy_19_3.0.png
13
+ - text: sexy
14
+ output:
15
+ url: images/sexy_20_3.0.png
16
+ - text: sexy
17
+ output:
18
+ url: images/sexy_21_3.0.png
19
+ - text: sexy
20
+ output:
21
+ url: images/sexy_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: "sexy"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - sexy (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/sexy_17_-3.0.png" width=256 height=256 /> | <img src="images/sexy_17_0.0.png" width=256 height=256 /> | <img src="images/sexy_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/sexy_19_-3.0.png" width=256 height=256 /> | <img src="images/sexy_19_0.0.png" width=256 height=256 /> | <img src="images/sexy_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/sexy_20_-3.0.png" width=256 height=256 /> | <img src="images/sexy_20_0.0.png" width=256 height=256 /> | <img src="images/sexy_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
+ sexy
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.sexy', weight_name='sexy.safetensors', adapter_name="sexy")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["sexy"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, sexy"
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 440+ 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/sexy_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 7f31691b69608090a4ee29c5662071ad483bfec3d312e1be3bd9c61c54013684
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/sexy_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 1a1be9b526c0515e6abce4ef793eed3b779ed5df0c0194a56e2cfb83d858742b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/sexy_17_0.0.png ADDED

Git LFS Details

  • SHA256: ab379aa3175e3243d0e27f71c1d75cc9b325c7fb7b249f48c350df783abd62a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/sexy_17_1.5.png ADDED

Git LFS Details

  • SHA256: 0b62fde641d600055f61fc88ebf65d481b65ec75daf18c8ec85cb52ebf0c9799
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/sexy_17_3.0.png ADDED

Git LFS Details

  • SHA256: 0eeba86126093a867a548082a9a5265c722e49a47c292982d96df5093e066c8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/sexy_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 144afd197445004cb1789cc9d057aa95ac29191f0c73248af736a373deec13a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/sexy_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 08c7b26fea20ac99d3ff79472f6b4e86ffa27216113625df953889b5bb8ba7bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/sexy_19_0.0.png ADDED

Git LFS Details

  • SHA256: b654775923ce71eb6ec41b70a392c5cc58667b717b3309de141683d0987137e4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/sexy_19_1.5.png ADDED

Git LFS Details

  • SHA256: 8b810262e9afbc410d9b0077b1ee7ec2f849798091aafa2fc9f0668fecb891b8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/sexy_19_3.0.png ADDED

Git LFS Details

  • SHA256: eb4feea5c116988b27368a37b17cce51fb45d8ac97be7f021696034d6a249f0f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/sexy_20_-1.5.png ADDED

Git LFS Details

  • SHA256: c14829e43ffe943622fbf14ef2c41d9dd77544e61b17aa45ca292b81c089c601
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/sexy_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 181399dd4cd00ce11c5d430b5d83f9e5644d0a6b49b44a4976cd19ea6e2c29b4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/sexy_20_0.0.png ADDED

Git LFS Details

  • SHA256: cba2e97c519da97ffcb0c4a78cb63c5ac749f8d3b258da623305dad71e50cd19
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/sexy_20_1.5.png ADDED

Git LFS Details

  • SHA256: e406300163271f9bc6d6e6bd80decf621da517414129183e57c6085893fe93f6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/sexy_20_3.0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 487e28a3f0fa0fb5b94d5c410965aff76c5c6f700f4c82ac7052dbdd4013fbe8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/sexy_21_0.0.png ADDED

Git LFS Details

  • SHA256: 676a1b2f0bfa5c62388b1b65397241969c4d8ea7614ab1ae4a2cb48b6f5d1578
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/sexy_21_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 20af16243925e65c07d688e18977888ca8ee7ae7fec334bea6afcbb04421d412
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/sexy_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 2935abaa94ef84a771d4865325d0bf86635249ee68b863a4e39cac8046a9cec6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/sexy_22_-3.0.png ADDED

Git LFS Details

  • SHA256: c589a4ae843e36c762368f6c041f090123a68ded521d6244c509ad6d9e0d9418
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/sexy_22_0.0.png ADDED

Git LFS Details

  • SHA256: 80c75471acefc63083070a468b7a47bcf96f0a1d32da817f3fd99eb5352f6b60
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/sexy_22_1.5.png ADDED

Git LFS Details

  • SHA256: 9e3420fbc5721e51f4e5bb1481afef1b2073e479fac63b890d6d623e089eaad5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/sexy_22_3.0.png ADDED

Git LFS Details

  • SHA256: 7e4f84ecb1fba4d95dbc83f00e955890d13f5f73587e651aafa52b6f15288d04
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
sexy.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eeae31fc3be8c7012d1cea6147a42f2ee376dea30e31e3bc1364168ddf781f2
3
+ size 8789076