ntc-ai commited on
Commit
c4d8825
1 Parent(s): 0556fd4

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/embarassed.../embarassed_17_3.0.png"
6
+ widget:
7
+ - text: embarassed
8
+ output:
9
+ url: images/embarassed_17_3.0.png
10
+ - text: embarassed
11
+ output:
12
+ url: images/embarassed_19_3.0.png
13
+ - text: embarassed
14
+ output:
15
+ url: images/embarassed_20_3.0.png
16
+ - text: embarassed
17
+ output:
18
+ url: images/embarassed_21_3.0.png
19
+ - text: embarassed
20
+ output:
21
+ url: images/embarassed_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: "embarassed"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - embarassed (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/embarassed_17_-3.0.png" width=256 height=256 /> | <img src="images/embarassed_17_0.0.png" width=256 height=256 /> | <img src="images/embarassed_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/embarassed_19_-3.0.png" width=256 height=256 /> | <img src="images/embarassed_19_0.0.png" width=256 height=256 /> | <img src="images/embarassed_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/embarassed_20_-3.0.png" width=256 height=256 /> | <img src="images/embarassed_20_0.0.png" width=256 height=256 /> | <img src="images/embarassed_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
+ embarassed
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.embarassed', weight_name='embarassed.safetensors', adapter_name="embarassed")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["embarassed"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, embarassed"
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
embarassed.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:900425cd0a714d1e3fbcc270cdaa85ee9c671fccffa24a37bb77e546e7cbf2fa
3
+ size 8789076
images/embarassed_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 8d20a9a366ec53870ac0613a1657b10f45814081de6bb62ab717e6ed8236afd3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/embarassed_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 4515ae744c0fabf11cd8dd0664894a514d3f81fbdd69e75d002a35446a01cf54
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/embarassed_17_0.0.png ADDED

Git LFS Details

  • SHA256: f8d616d3bf070084c06ada635edb9c2c354b40f3a86638a31ca1474c7fa5c5b6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/embarassed_17_1.5.png ADDED

Git LFS Details

  • SHA256: 5bd0e1459b8576028d3f425c1de0af41cd3fdbe9ddd6123b0af23c6663be1214
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/embarassed_17_3.0.png ADDED

Git LFS Details

  • SHA256: 5c4d3975e0f074066c3bdb8b4df013265fbfcba2ef56b1a098aa06df9e65e713
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/embarassed_19_-1.5.png ADDED

Git LFS Details

  • SHA256: c4e1a7c023d13d302085a04d8cef422618e9bd450700cb264a01394f8b834043
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/embarassed_19_-3.0.png ADDED

Git LFS Details

  • SHA256: bd24199dcfdf1f0340bcccb346a37ad7e0050b60262468c556492ad62da083fe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/embarassed_19_0.0.png ADDED

Git LFS Details

  • SHA256: 0ed98b4e8f01428e7ea35ce747648b3396ed4f721483714602676777783e8460
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/embarassed_19_1.5.png ADDED

Git LFS Details

  • SHA256: 249949506763c2a9bd4b868972fdab18301e3c3596f263251d60bab734f60290
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/embarassed_19_3.0.png ADDED

Git LFS Details

  • SHA256: f02a4eeddadfc01735a51c3b14ec6d14bbea5b9cc905b149c887beb18c48c3a4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/embarassed_20_-1.5.png ADDED

Git LFS Details

  • SHA256: caaa2f477980c61e787c9e4b1e290f1c03640ac64c9d35db4e6ef971cc2cdcb8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/embarassed_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 9edbf47b750d38d2c936a3ef280008e43b207d442bc1255872d7fd2c681b09c9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/embarassed_20_0.0.png ADDED

Git LFS Details

  • SHA256: d2f987a7358cd3c3b4fbc3cd2f1cbcdb0f4a1a728e946cd7065f9a03244cf121
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/embarassed_20_1.5.png ADDED

Git LFS Details

  • SHA256: 172b9910bc31d696ffab05c91781ffc5a5fffbce28678a89097116a255d849fe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/embarassed_20_3.0.png ADDED

Git LFS Details

  • SHA256: 5e8f5a302dd7970693413c9358b779836fc376746ee16d069e8bd819d6bbf724
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/embarassed_21_-1.5.png ADDED

Git LFS Details

  • SHA256: f6bf8b963751656ba642c4c2dfe75a1f4d6a6577cea47a6cbc594c7dd878fdb8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/embarassed_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 8ff54660289d69767840af90588cc7df527d51eb17021763f8452bce932bac81
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/embarassed_21_0.0.png ADDED

Git LFS Details

  • SHA256: 61ff7722a3314d338162f56249f040e718d94d9f062e7f8cfdfef529f50c153a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/embarassed_21_1.5.png ADDED

Git LFS Details

  • SHA256: 1f1134e574fedfbb9897e4ab59c262970729303294f7440dde7507b19581dabd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/embarassed_21_3.0.png ADDED

Git LFS Details

  • SHA256: d4be5ae76a8572264408521d19de86c675772a02d42f9074bb93e583779a582a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/embarassed_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 1c983286bd7ed6a496ed5157111d60f9bf6764e9285b1e02ac76e588e98f7a7f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/embarassed_22_-3.0.png ADDED

Git LFS Details

  • SHA256: b51b1907de042ec78f0436abbd02cdc35fc8930e588da2e81ca317b0afe1e5a7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/embarassed_22_0.0.png ADDED

Git LFS Details

  • SHA256: 976ddcbcbfbaaa39b5538f612b2c515a2d7012cf9cf605c449994e4f95228991
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/embarassed_22_1.5.png ADDED

Git LFS Details

  • SHA256: 3e1bd4beaaa3ce36c8239157a613874aaa05ec27d37e1f0e854690911f56c97d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/embarassed_22_3.0.png ADDED

Git LFS Details

  • SHA256: acd75bc3dbdf7a15ccdb13bd8e48c13e974f2cc8dd1461cd26f90f545218b1dd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB