ntc-ai commited on
Commit
c7aabd7
1 Parent(s): ba4345b

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/model.../model_17_3.0.png"
6
+ widget:
7
+ - text: model
8
+ output:
9
+ url: images/model_17_3.0.png
10
+ - text: model
11
+ output:
12
+ url: images/model_19_3.0.png
13
+ - text: model
14
+ output:
15
+ url: images/model_20_3.0.png
16
+ - text: model
17
+ output:
18
+ url: images/model_21_3.0.png
19
+ - text: model
20
+ output:
21
+ url: images/model_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: "model"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - model (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/model_17_-3.0.png" width=256 height=256 /> | <img src="images/model_17_0.0.png" width=256 height=256 /> | <img src="images/model_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/model_19_-3.0.png" width=256 height=256 /> | <img src="images/model_19_0.0.png" width=256 height=256 /> | <img src="images/model_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/model_20_-3.0.png" width=256 height=256 /> | <img src="images/model_20_0.0.png" width=256 height=256 /> | <img src="images/model_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
+ model
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.model', weight_name='model.safetensors', adapter_name="model")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["model"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, model"
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 800+ 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/model_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 2412682a4e8609c1da43faf2282fd5c475bacd001439bf3f189c6685e76732a6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/model_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 105690c2300d70da21c1ff9c013acd36096db5214589f724827148bd177318b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/model_17_0.0.png ADDED

Git LFS Details

  • SHA256: 76e6259fd4ace6eccf8a2e5fcba4b88b1c55a1a47f894ea7261240d6b11c231f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/model_17_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 77dc56fc1946df959ea1572cf72f70eaeac9491d99231cfc0cdae0a01bf04130
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/model_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 12418ac10c5f3975287378a46b9213b662c96ba320db91fa52de02e9d5e351bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/model_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 3717cb675320282bf5299eef517f8b066a2189076475707cb4ff585ef1dfb4bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/model_19_0.0.png ADDED

Git LFS Details

  • SHA256: e23616402ee9ef73849be269761d2762cdd9a4f2ea924cc35a28edc54b0eef73
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/model_19_1.5.png ADDED

Git LFS Details

  • SHA256: 896a442368d1fde3528cbbc8e18081ef36748bb66305334dac1af1257310ce1a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/model_19_3.0.png ADDED

Git LFS Details

  • SHA256: a9861176d53dc00f7584976f7ba28915d0674241346d9e76696a3f069b6e9844
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/model_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 2a08b8f2b609893bbe2dcd42b855626e8ac57d342e43af995286f5cfe93a4861
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/model_20_-3.0.png ADDED

Git LFS Details

  • SHA256: ebe874ebcb8b61a46b97c409c989a580ac5cac44d52d8dc2270068aa4dff8be4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/model_20_0.0.png ADDED

Git LFS Details

  • SHA256: 581fe6fd919d8d02bb13fec0eb2291f2ce932349f8a673805c462d1c1275b825
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/model_20_1.5.png ADDED

Git LFS Details

  • SHA256: a8b5629b0850c00b1dee8a9a2316b18596dec24bf64958964f5b22f79c67b33d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/model_20_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 466085ce4e11603283b89cdbd9d347b9e8221177a8acbad5a23bf5c55423de1c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/model_21_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 456c40401956d19373b455ef4c642f5a6ea595f9fd66c045411dfe4d931ceb3c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/model_21_1.5.png ADDED

Git LFS Details

  • SHA256: 7e51561e7004b1cfcc403f322d930c4c3769ef3313302631d0370b9c3b68009b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/model_21_3.0.png ADDED

Git LFS Details

  • SHA256: adb8d9019c4f1c32813f0910772f24d4b78e0fa86f3f9d9734f29f2e12a21def
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/model_22_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 5d1370c7e62ecc336781b5df02c20fb8fbea4fc1f7a08e8f98e128bb04ecb577
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/model_22_1.5.png ADDED

Git LFS Details

  • SHA256: dbb1b28d3d131d2459877f8407902cf90f5075374d8c86b9b01817657629bf8b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/model_22_3.0.png ADDED

Git LFS Details

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