ntc-ai commited on
Commit
f30cc28
1 Parent(s): 7835808

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/mexican.../mexican_17_3.0.png"
6
+ widget:
7
+ - text: mexican
8
+ output:
9
+ url: images/mexican_17_3.0.png
10
+ - text: mexican
11
+ output:
12
+ url: images/mexican_19_3.0.png
13
+ - text: mexican
14
+ output:
15
+ url: images/mexican_20_3.0.png
16
+ - text: mexican
17
+ output:
18
+ url: images/mexican_21_3.0.png
19
+ - text: mexican
20
+ output:
21
+ url: images/mexican_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: "mexican"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - mexican (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/mexican_17_-3.0.png" width=256 height=256 /> | <img src="images/mexican_17_0.0.png" width=256 height=256 /> | <img src="images/mexican_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/mexican_19_-3.0.png" width=256 height=256 /> | <img src="images/mexican_19_0.0.png" width=256 height=256 /> | <img src="images/mexican_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/mexican_20_-3.0.png" width=256 height=256 /> | <img src="images/mexican_20_0.0.png" width=256 height=256 /> | <img src="images/mexican_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
+ mexican
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.mexican', weight_name='mexican.safetensors', adapter_name="mexican")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["mexican"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, mexican"
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
images/mexican_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 32a8aed82cb584e142d64e2ae2803fa2d1ec5cb5dc8c8c2ea775cb5dcfe1be7a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/mexican_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 766b71a5036f579cf63185455fb26b946f642aeb3936a2dca04d2c840d6f31d2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/mexican_17_0.0.png ADDED

Git LFS Details

  • SHA256: 56f51a935edc73009a0ed437ef4c9c4e539772c80ec2e60db88694dabd0c9d54
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/mexican_17_1.5.png ADDED

Git LFS Details

  • SHA256: 90bc5e544c7d96aaef225ff52d5d21b741a2746bbd0fc8dcdf6cdd4a73815bc9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/mexican_17_3.0.png ADDED

Git LFS Details

  • SHA256: 17d685a48a78ed433843e723907d9c6ebe2aca2c99ab4abca625b2b0f8cde0f0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/mexican_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: a1af7fe75f230c140917e0ca3dd7535154bebf4be9cba8e9663e807d5c4e2d9a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/mexican_19_0.0.png ADDED

Git LFS Details

  • SHA256: dc9762020d5e83dce0024b9314a24f87bac7c1113ed849269f03ede6828f7661
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/mexican_19_1.5.png ADDED

Git LFS Details

  • SHA256: fd861c0c9dff014cecf57b58079291b93e27cc7b433f60ad67abb32ed0972f54
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/mexican_19_3.0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 35407cfab3806ddd4d35d6296e8d15312a9b582e7a37d187f18b875277928029
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/mexican_20_0.0.png ADDED

Git LFS Details

  • SHA256: 908f319a5e4a81fc240cba0b01b0ac51e22c1cbb071719fb3af3c85520ee7ac9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/mexican_20_1.5.png ADDED

Git LFS Details

  • SHA256: db7feba2c194b83d85146e9f38fc0758676e9b3b73bfb82f14b78839fa3b148b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/mexican_20_3.0.png ADDED

Git LFS Details

  • SHA256: 96d2f365199d82a2752fdf37f4c3ea9c0ed3d2ea2c7b217b4c63f3d1433978ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/mexican_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 394272ae1b3942678483b50c1ca327bfae8a7d88853c093460ad2b2f1a755429
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/mexican_21_-3.0.png ADDED

Git LFS Details

  • SHA256: d0e69e7a415c338bcee027e407cb2e89e5f4618a04a73ff2a29069a788bb4a6b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/mexican_21_0.0.png ADDED

Git LFS Details

  • SHA256: 08c8cd30362e836f32bc08a4c2f8c240f7f866ae6c015a429323bfaaa8cc51fe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/mexican_21_1.5.png ADDED

Git LFS Details

  • SHA256: 72eeb5db27d4a58d37e7c4bdbc83a9ef7fb2535b0e109ab5492c8da255ac7de3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/mexican_21_3.0.png ADDED

Git LFS Details

  • SHA256: e96efac8850179085d1082c52c071c34180706887ac8fc76e3631ccea5dea2f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/mexican_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 369019099173b2927fffd4d94a42118365acd845a3bd3504e8540b770c87bdf0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/mexican_22_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 3e5f6c72d2d2f4e3dfda6bf47d7ee9e79c1deb9ceb4bccb6074ca407d6d9a58a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/mexican_22_1.5.png ADDED

Git LFS Details

  • SHA256: 4c553274410788a41a3ad4dde6114c3c0883d968f4bb9164945f6aeb861f282b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/mexican_22_3.0.png ADDED

Git LFS Details

  • SHA256: 63af584961f6343bb12bb7931fc841951ec03a9fd8a170c12a22bd0156615ff8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
mexican.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15728247f9e3150531a70d204f7a072858279efd4d3fbda86ddd68131d44c479
3
+ size 8789076