ntc-ai commited on
Commit
445f2b4
1 Parent(s): e93f98d

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 631e24bf693f0ee674bd1399c6907ebb4b4db46b0d0511b10161449d32beb3f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/gasping_17_1.5.png ADDED

Git LFS Details

  • SHA256: c1bade1bd84e8c7fc34c3f9457ec1cbebed45b7b377929358cbd1e5f4015cca1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/gasping_17_3.0.png ADDED

Git LFS Details

  • SHA256: ee3a40e2bf57135d8dfaf0c1905d74780fca85d1b01a2b984f212e7040a49b6c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/gasping_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 4de924b3fbb844064447f9d70a6599d3f26c7d217c7521aad94dbf0624bf9505
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/gasping_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 57df5d1b2a22c9071fa160faa45462b6f8c7454be76601f1ede9a6037c0b6943
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/gasping_19_0.0.png ADDED

Git LFS Details

  • SHA256: 841b5db2cac3d56dd6a42c7d24a21d0bec6d8cfa559223ded3fab51f7e847b85
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/gasping_19_1.5.png ADDED

Git LFS Details

  • SHA256: 180ef11b15906a0bffcbf4ce7f2c0152f9d34512a970fa6d745ba617ac6657a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/gasping_19_3.0.png ADDED

Git LFS Details

  • SHA256: 2266c110437bed1d79e8326c72c658afdf03937b12eef4bdd3446c96a1907a48
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/gasping_20_-1.5.png ADDED

Git LFS Details

  • SHA256: edcff4407b42d00d763e54f2e6a8999eccf2973da8f824cfb6a5f1652e2b1f86
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/gasping_20_-3.0.png ADDED

Git LFS Details

  • SHA256: fae99ef3ea12b7ebef3edb3bdeea0b2180acb40d1bc9a00eb07f1d28c89414c9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/gasping_20_0.0.png ADDED

Git LFS Details

  • SHA256: 49ea4d18c764366dc7167fa84a1c0e0bc883834d7bc5b0af58fc72a647a528b6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/gasping_20_1.5.png ADDED

Git LFS Details

  • SHA256: 7b0fd0b82a28149e06bdded093792b8a6c4eef8e51b3535ea72ff182d6081907
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/gasping_20_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: b9d5c1d0e9025a19c22076c0d4faa40afbb7ae8d398379ade505af4ed286c1a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/gasping_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 3411ea7df3ad86ac5bee86cd62957277f070e2d2294b288b28d1d6deb985fdfe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/gasping_21_0.0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 8a950cb1b8dbbe9eb4cb9604929a17400de1fec656ecc9a91680cd8d34e8677f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/gasping_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 182191e1def5b2966a15b6a86d038f1b9d8d7df6527747fa3980e7568dc2240b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/gasping_22_0.0.png ADDED

Git LFS Details

  • SHA256: eae57d1acb704d5834c59f9292248432df8e6e642faf902a1ab2bca0344c0885
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/gasping_22_1.5.png ADDED

Git LFS Details

  • SHA256: ce677bbbf62c36f16d8b13c2f744fbdcba2adbb0719156f8880aff28d4c17cc5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/gasping_22_3.0.png ADDED

Git LFS Details

  • SHA256: 58b402ec5d7b6a49160845ee62efa714367cbcf51df9f1fcbf6f39c08afaa9f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB