ntc-ai commited on
Commit
b29816a
1 Parent(s): 6135068

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/laughing...serious/laughing_17_3.0.png"
6
+ widget:
7
+ - text: laughing
8
+ output:
9
+ url: images/laughing_17_3.0.png
10
+ - text: laughing
11
+ output:
12
+ url: images/laughing_19_3.0.png
13
+ - text: laughing
14
+ output:
15
+ url: images/laughing_20_3.0.png
16
+ - text: laughing
17
+ output:
18
+ url: images/laughing_21_3.0.png
19
+ - text: laughing
20
+ output:
21
+ url: images/laughing_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: "laughing"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - laughing (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/laughing_17_-3.0.png" width=256 height=256 /> | <img src="images/laughing_17_0.0.png" width=256 height=256 /> | <img src="images/laughing_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/laughing_19_-3.0.png" width=256 height=256 /> | <img src="images/laughing_19_0.0.png" width=256 height=256 /> | <img src="images/laughing_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/laughing_20_-3.0.png" width=256 height=256 /> | <img src="images/laughing_20_0.0.png" width=256 height=256 /> | <img src="images/laughing_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
+ laughing
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.laughing', weight_name='laughing.safetensors', adapter_name="laughing")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["laughing"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, laughing"
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 240+ 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/laughing_17_-1.5.png ADDED

Git LFS Details

  • SHA256: bc6fe9ab405acf3f59c7a995759df16a0c65857a1e177a46ae5125eb40ae9f24
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/laughing_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 5af3d021f48c7dbb19acec11b9832ec000c160759d178796bb817f3011a7f00d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/laughing_17_0.0.png ADDED

Git LFS Details

  • SHA256: 645ce12a6827d06e0bddb7bcdd865e53b41768de87c3ab9f7d63f11be282f21b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/laughing_17_1.5.png ADDED

Git LFS Details

  • SHA256: cb6689238aeeb1571ac0c2a5ecb4466fb337a664e5570b6fd4cbe136f923cb78
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/laughing_17_3.0.png ADDED

Git LFS Details

  • SHA256: 33945271b7bba9f6a3444714ab52bcf7fa1f74f2614ee10f61769621790ad87c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/laughing_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 676f89c8b8fdde9c5f5fddd1bff67585e5c0b9d09246d2aa56b1661340a9ada8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/laughing_19_0.0.png ADDED

Git LFS Details

  • SHA256: d65267919b2faaf28a39debad97f51144ec6f295f86c55851148a8923dfd880f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/laughing_19_1.5.png ADDED

Git LFS Details

  • SHA256: ad993b4e4a3d3a3e988dab84d4a70bee562d33d6f78fe28dd324d128722f5ff2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/laughing_19_3.0.png ADDED

Git LFS Details

  • SHA256: c4bc84d0543cb29505ec6ad660e45cc5e5268027b6381848fbc0ad3b9245dd9f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/laughing_20_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 978f7a0beeadbc33dc244042e4cfb2bd21a70670b3999adc9807a0af8ad04cb5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/laughing_20_0.0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: b0d5b6f8a0a22e791491cc079d6bfc3cabccf88b01a0072166b1c82f9c333c55
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/laughing_21_-3.0.png ADDED

Git LFS Details

  • SHA256: c8d0762a1f3ee9c2ff93cd55367649493371028a7085ac7d87754958b67c734a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/laughing_21_0.0.png ADDED

Git LFS Details

  • SHA256: 4cedab11fdf5f9b41d80d7c40030c1fd9b7b31f383d17cec311cb3b55137a47c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/laughing_21_1.5.png ADDED

Git LFS Details

  • SHA256: 985fbc71ce77e5f05da507ddfc16ac0503dc1e9eb634088cd4c10a6e1b7c7678
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/laughing_21_3.0.png ADDED

Git LFS Details

  • SHA256: 9ee55a537156c6bdb30b3ff3ac7fd2e9730ba963275eddd00fe6c7bc7ed1ac66
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/laughing_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 31a862b43cab5f0c64803193077aa246cc4b239c37c82a94fb896664e2c60246
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/laughing_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 5fd68248031fb5ab4c3937150ab253e2d5ebb72cb623ffb3c68cd0b322be962c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/laughing_22_0.0.png ADDED

Git LFS Details

  • SHA256: 352e57659cddd6cc6a0e1fd603d6ad4c55988c384255d2a7601722ed2ab7f3fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/laughing_22_1.5.png ADDED

Git LFS Details

  • SHA256: 9f0535e3ba7cb57ee446480b921300f5cf9665fce1302267ddf1491099b4c046
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/laughing_22_3.0.png ADDED

Git LFS Details

  • SHA256: 990713ae2ee5086b3c28708cac633f635719bb234e14c92d459609ad89bea127
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
laughing.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c7cb17eeba8a93b3e1a2e089ba3db237125f3f7f4b9804cf72937f81663f458
3
+ size 8789076