ntc-ai commited on
Commit
312c837
1 Parent(s): 5ac9bdb

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/on the bus.../on the bus_17_3.0.png"
6
+ widget:
7
+ - text: on the bus
8
+ output:
9
+ url: images/on the bus_17_3.0.png
10
+ - text: on the bus
11
+ output:
12
+ url: images/on the bus_19_3.0.png
13
+ - text: on the bus
14
+ output:
15
+ url: images/on the bus_20_3.0.png
16
+ - text: on the bus
17
+ output:
18
+ url: images/on the bus_21_3.0.png
19
+ - text: on the bus
20
+ output:
21
+ url: images/on the bus_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: "on the bus"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - on the bus (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/on the bus_17_-3.0.png" width=256 height=256 /> | <img src="images/on the bus_17_0.0.png" width=256 height=256 /> | <img src="images/on the bus_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/on the bus_19_-3.0.png" width=256 height=256 /> | <img src="images/on the bus_19_0.0.png" width=256 height=256 /> | <img src="images/on the bus_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/on the bus_20_-3.0.png" width=256 height=256 /> | <img src="images/on the bus_20_0.0.png" width=256 height=256 /> | <img src="images/on the bus_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
+ on the bus
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.on-the-bus', weight_name='on the bus.safetensors', adapter_name="on the bus")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["on the bus"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, on the bus"
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 460+ 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/on the bus_17_-1.5.png ADDED

Git LFS Details

  • SHA256: ec30f51d45de0a52e4a61317eb17eb6177e335ab06a28ea4b8fca8a988f199c4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/on the bus_17_-3.0.png ADDED

Git LFS Details

  • SHA256: d782010fc15c64f50f112928da03ad3c89bacd44938b4a82fd565c77f4597da7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/on the bus_17_0.0.png ADDED

Git LFS Details

  • SHA256: 5b03cf55871981108e4726ba441c2f20feaf9e50fd6bb95e6f55f47b3eb27978
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/on the bus_17_1.5.png ADDED

Git LFS Details

  • SHA256: 23269b78bd035a22e4051353a177044a46424c5538cac2022fecb11b598101a9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/on the bus_17_3.0.png ADDED

Git LFS Details

  • SHA256: 4fef6776d0f0864fbe7f7f37658c78bb747597e3c74767d061628b1fe9ae0dfd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/on the bus_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 1de9463b7bb4960cf8d94bb37e235761387446bd9dc06d1877f374adb0992bcc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/on the bus_19_-3.0.png ADDED

Git LFS Details

  • SHA256: e8a6221d876ab1ff9b28af9310e1160e68add398b2f2762d66664985fcc4cbde
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/on the bus_19_0.0.png ADDED

Git LFS Details

  • SHA256: ee9006183ce124256157ff9bed1e258b81ecc712f83433e2857771ae4c7bcd82
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/on the bus_19_1.5.png ADDED

Git LFS Details

  • SHA256: f3d7ec79bc958b9cd4981b6b8ee1b4b80e3646fb42d1b452bb97dcff90be0e9f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/on the bus_19_3.0.png ADDED

Git LFS Details

  • SHA256: 041cb4c02e3c78f5fb2f094dc21e177e3266f0d8d0cad0b3a146a6a666f044e5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/on the bus_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 85bc3e03361618209e23d0d17b992e4a4794f7bd9d20eef12c689361e20941fb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/on the bus_20_-3.0.png ADDED

Git LFS Details

  • SHA256: beca9a4fc77192ffad5e70f1c9acacafac266cc016acec6e9b8903a137efeb78
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/on the bus_20_0.0.png ADDED

Git LFS Details

  • SHA256: 8e9f19da794f710349850b16d26d4519ecf6f394ee986f547ad24f07eb7a8792
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/on the bus_20_1.5.png ADDED

Git LFS Details

  • SHA256: 562c9f3e2d00370d428475a6058686a4d9fb6de9f25b948f48d7ad50077ca841
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/on the bus_20_3.0.png ADDED

Git LFS Details

  • SHA256: b77f318c251e07b59f91d16f177414fb19265f78dab070b498ea707d13565ef9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/on the bus_21_-1.5.png ADDED

Git LFS Details

  • SHA256: e28a2b45ae6bbbe302969776b6f9c1aedce49852740b5f6b809ad5d03e9047f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/on the bus_21_-3.0.png ADDED

Git LFS Details

  • SHA256: c48fd1d912c06468e1b02e70ddf5c7be6c830118c1bf8c9b6bc0f5697b5d1eef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/on the bus_21_0.0.png ADDED

Git LFS Details

  • SHA256: c4727b4395ccef9e716d577774e0412605ef10178ecf35f989b376363c0cc0f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/on the bus_21_1.5.png ADDED

Git LFS Details

  • SHA256: 12dc7a427daf10c3f4262fb8117817e549ea9d6cec64bfbe62d9bc67bcd122c4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/on the bus_21_3.0.png ADDED

Git LFS Details

  • SHA256: 37092879cac329adaf7e4da946c054a7488a86f87c0d1475db633a5ebaf99d25
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/on the bus_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 9962480fada2717c374aa84950a7dd279a92e07c240365a30059d0a8ddabb30f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/on the bus_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 0b7c3716730e63eee5bdf72cf21bc7f0a928b5382610f7deeeb647faa714e08a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/on the bus_22_0.0.png ADDED

Git LFS Details

  • SHA256: 78b31498a5e823c93b8eb77129d7b97ece508f324c913293973b6f34aa8b8f92
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/on the bus_22_1.5.png ADDED

Git LFS Details

  • SHA256: 96a86328bdb8cc92e157b10d3c0e0d33ebe70bb5085088610ab3d9360089d03f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/on the bus_22_3.0.png ADDED

Git LFS Details

  • SHA256: be1b9805837248a1a9f87019c11d397fa22d7a7b89963ec94c33f38b7b89f7c1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
on the bus.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1a601b3b19d5349389d230d4bda5f093313d007e0867e8d487bd99e2526365e
3
+ size 8789076