ntc-ai commited on
Commit
a79b649
1 Parent(s): cd9930a

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/masterpiece...average/masterpiece_17_3.0.png"
6
+ widget:
7
+ - text: masterpiece
8
+ output:
9
+ url: images/masterpiece_17_3.0.png
10
+ - text: masterpiece
11
+ output:
12
+ url: images/masterpiece_19_3.0.png
13
+ - text: masterpiece
14
+ output:
15
+ url: images/masterpiece_20_3.0.png
16
+ - text: masterpiece
17
+ output:
18
+ url: images/masterpiece_21_3.0.png
19
+ - text: masterpiece
20
+ output:
21
+ url: images/masterpiece_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: "masterpiece"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - masterpiece (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/masterpiece_17_-3.0.png" width=256 height=256 /> | <img src="images/masterpiece_17_0.0.png" width=256 height=256 /> | <img src="images/masterpiece_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/masterpiece_19_-3.0.png" width=256 height=256 /> | <img src="images/masterpiece_19_0.0.png" width=256 height=256 /> | <img src="images/masterpiece_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/masterpiece_20_-3.0.png" width=256 height=256 /> | <img src="images/masterpiece_20_0.0.png" width=256 height=256 /> | <img src="images/masterpiece_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
+ masterpiece
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.masterpiece', weight_name='masterpiece.safetensors', adapter_name="masterpiece")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["masterpiece"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, masterpiece"
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 390+ 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/masterpiece_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 44892784b3f5bb04131d235909e4805a56ec1ec82a33dadcdd3ab3cf2f0b9b2e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/masterpiece_17_-3.0.png ADDED

Git LFS Details

  • SHA256: b042a627bf21cf1da7a1ef98aba9297a32d83d533f6b2c630a4b78c064e2b832
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/masterpiece_17_0.0.png ADDED

Git LFS Details

  • SHA256: f28fabd879030f703e45cca348e38c2d87b0e1a001536840239c345814097eac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/masterpiece_17_1.5.png ADDED

Git LFS Details

  • SHA256: a7278a27c4c0ff22e918220bf4e977f97cb03f4daceee16ce482bc8ed678b257
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/masterpiece_17_3.0.png ADDED

Git LFS Details

  • SHA256: f85e3f4667cc1949fb4c0de6cb4e78cc3f18bbba11603bdb2062decd5917011c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/masterpiece_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 254d98b09fe4844610e77a4d3246d486f9fbd48528aca17e9b958a4c9b46a1df
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/masterpiece_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 5be067c13f1ba2d23f466d9d25d98419cb7ab091e697a370b98b8841aea6ad2a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/masterpiece_19_0.0.png ADDED

Git LFS Details

  • SHA256: 547a79d501583fdb55cf888368a79abe5a24345d89fda91c55d174d10af0fc96
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/masterpiece_19_1.5.png ADDED

Git LFS Details

  • SHA256: 835eb83d570e5e5da211740347c2bc365d2c04d2b8f7ccbeea6295ce24f7cd42
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/masterpiece_19_3.0.png ADDED

Git LFS Details

  • SHA256: 1dbc295d27bd69e66b021ba2de4aa1fb8a9d3448a892d29c45cd7976530675cb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/masterpiece_20_-1.5.png ADDED

Git LFS Details

  • SHA256: aefe547409c1240c126d912cf9075245c8c492a3a065217fd309eb87a1e28d08
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/masterpiece_20_-3.0.png ADDED

Git LFS Details

  • SHA256: f91656837dc83e34c472c4a4c06e64fa9c2bbf0ba54b6da8a515c487d1691864
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/masterpiece_20_0.0.png ADDED

Git LFS Details

  • SHA256: 124dea1a1635b48c18bd57fdd35952106d64d67812565f141384037a93f2c287
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/masterpiece_20_1.5.png ADDED

Git LFS Details

  • SHA256: 7d8e3cb183d62b3dda83099248cb7a984ecd3b55d1e82c619e667ea0be78fbd9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/masterpiece_20_3.0.png ADDED

Git LFS Details

  • SHA256: 4a3ee54abf087d87f11b9845f00fbe0e8eb64564979c93bf25ecaf9646acd7eb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/masterpiece_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 789d4518c2ff010bc10dd071ca8c42b2f767cb97ed68e2752e5316dea3539797
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/masterpiece_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 6206b10c49c1e74ea9d2fa217a42f2927cf8c59f982c27791c87e20b4dfc9c20
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/masterpiece_21_0.0.png ADDED

Git LFS Details

  • SHA256: b794965cca6a13b777ebad19774969587060270848633a52e076639217b59604
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/masterpiece_21_1.5.png ADDED

Git LFS Details

  • SHA256: 8fd00962a40125d1d8cbd70a4a4e16a7f6d9e869e009e68764faeec1029748c2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/masterpiece_21_3.0.png ADDED

Git LFS Details

  • SHA256: deaddb91555fd8048a3b77fa922cd9b1a0b2e355cf5dce9b48218b2033fe4cee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/masterpiece_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 58795dc21584f0587d0c602f8970c075464d82ca97a1872494410afcb2d8ffef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/masterpiece_22_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: c481ce2fb01f5c7b9bf67676e57d2505a81074d3e06c8dc7802d1b2edab29420
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/masterpiece_22_1.5.png ADDED

Git LFS Details

  • SHA256: 7742c8a0a3d7020099fc5866d059a6714eb42a1b9dde1e9df4bf874af66f13d3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/masterpiece_22_3.0.png ADDED

Git LFS Details

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