ntc-ai commited on
Commit
690921e
·
1 Parent(s): f5c8ed8

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 phone.../on the phone_17_3.0.png"
6
+ widget:
7
+ - text: on the phone
8
+ output:
9
+ url: images/on the phone_17_3.0.png
10
+ - text: on the phone
11
+ output:
12
+ url: images/on the phone_19_3.0.png
13
+ - text: on the phone
14
+ output:
15
+ url: images/on the phone_20_3.0.png
16
+ - text: on the phone
17
+ output:
18
+ url: images/on the phone_21_3.0.png
19
+ - text: on the phone
20
+ output:
21
+ url: images/on the phone_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 phone"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - on the phone (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/on the phone_17_-3.0.png" width=256 height=256 /> | <img src="images/on the phone_17_0.0.png" width=256 height=256 /> | <img src="images/on the phone_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/on the phone_19_-3.0.png" width=256 height=256 /> | <img src="images/on the phone_19_0.0.png" width=256 height=256 /> | <img src="images/on the phone_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/on the phone_20_-3.0.png" width=256 height=256 /> | <img src="images/on the phone_20_0.0.png" width=256 height=256 /> | <img src="images/on the phone_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 phone
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-phone', weight_name='on the phone.safetensors', adapter_name="on the phone")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["on the phone"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, on the phone"
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 phone_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 9f62a0c8fbe96716386e45af163be5842f04f4b96606592541c7c26cb4dca886
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/on the phone_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 5548f8a384964a24c16b44a89457a0c1e699aa84f999bdb8c31f4b034fdcde89
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/on the phone_17_0.0.png ADDED

Git LFS Details

  • SHA256: f31e953c4fd4f618920cb479b924212fe4f47b1d6715c9e613c35947aece5cca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/on the phone_17_1.5.png ADDED

Git LFS Details

  • SHA256: 6d9b25de6e45fa473d3b0f44a4fb3eb9731a3bec1225f7459e34862ac2d0f399
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/on the phone_17_3.0.png ADDED

Git LFS Details

  • SHA256: 9c488ac91820e7770b7e08e9c76acdefb63dd59345c23b9311e2a6d43ae379e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/on the phone_19_-1.5.png ADDED

Git LFS Details

  • SHA256: aa9ffddb793f274c74303b83957ca34b9d8a68b86e486edaae2fda9277e2a681
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/on the phone_19_-3.0.png ADDED

Git LFS Details

  • SHA256: e3ba99c03d1bd572dde83407139c39ef77488bf457f79425a9b5957a7f609725
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/on the phone_19_0.0.png ADDED

Git LFS Details

  • SHA256: aaa1352b1e27d0078809b20bcf3529ade2d7515b81b257b626f3acc55b652313
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/on the phone_19_1.5.png ADDED

Git LFS Details

  • SHA256: b9376bc13a73c26531076c51245809bce629384144048eb88dc521af61928928
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/on the phone_19_3.0.png ADDED

Git LFS Details

  • SHA256: ea893caa91597de74c7fd1f19d390823278c9c47c71775bcc1061efa381f2889
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/on the phone_20_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 28fbf93523d09158e9ea3c34cbb366c59e8f70d10c600dfe0025156f53108458
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/on the phone_20_0.0.png ADDED

Git LFS Details

  • SHA256: c1f140372c0bf4e10931f29ba675ee337a3eca51352c91b7d955424db0f0dace
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/on the phone_20_1.5.png ADDED

Git LFS Details

  • SHA256: 45cd9668a0a4a89b65d2261d588a24ea9127a168ff971dae3ff9d499e2dd6d69
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/on the phone_20_3.0.png ADDED

Git LFS Details

  • SHA256: eadf197a597b83cd37112690b7f06a87ec2ac8495ea32134e9699d503e437fde
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/on the phone_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 4c61b464445a7ee3c0ce311bce1b238aa0c9ab4ce7d30634869ccf943a86bade
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/on the phone_21_-3.0.png ADDED

Git LFS Details

  • SHA256: a639824dc60b933d6939a08d56e775524892e8740b9112f6e606a1eca1d1beb7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/on the phone_21_0.0.png ADDED

Git LFS Details

  • SHA256: 3088c9c10a3a2f77890e4b784c65c5bcedd83029ff42369fbea75006a0229dfb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/on the phone_21_1.5.png ADDED

Git LFS Details

  • SHA256: 4854f3a71e17add14bdb2451493c5a893125259a5935be13fc75166f99a140cb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/on the phone_21_3.0.png ADDED

Git LFS Details

  • SHA256: b3f3fe848cab45c7efaf6b7e2b41e36c7495c3e5796be67c38e6fe12585d13e7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/on the phone_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 507cb073964edcb9524f7b8c3d99fcc0c7fb77c9d231f7f06b2650820813ae60
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/on the phone_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 75910363709f02c3d615ba29a540411dc28ec5123694c4acc1f1d0ab628ab221
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/on the phone_22_0.0.png ADDED

Git LFS Details

  • SHA256: 8926b2062d4f324c5d70c973ca5aa36b77b98cc93d864d0656601d42c2ae564e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/on the phone_22_1.5.png ADDED

Git LFS Details

  • SHA256: 8ace94c70001ce4cc83c029982ebc0e3deadffb0891989dee1432720169807f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/on the phone_22_3.0.png ADDED

Git LFS Details

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