ntc-ai commited on
Commit
3d221be
1 Parent(s): 5166e41

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/yellow...black/yellow_17_3.0.png"
6
+ widget:
7
+ - text: yellow
8
+ output:
9
+ url: images/yellow_17_3.0.png
10
+ - text: yellow
11
+ output:
12
+ url: images/yellow_19_3.0.png
13
+ - text: yellow
14
+ output:
15
+ url: images/yellow_20_3.0.png
16
+ - text: yellow
17
+ output:
18
+ url: images/yellow_21_3.0.png
19
+ - text: yellow
20
+ output:
21
+ url: images/yellow_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: "yellow"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - yellow (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/yellow_17_-3.0.png" width=256 height=256 /> | <img src="images/yellow_17_0.0.png" width=256 height=256 /> | <img src="images/yellow_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/yellow_19_-3.0.png" width=256 height=256 /> | <img src="images/yellow_19_0.0.png" width=256 height=256 /> | <img src="images/yellow_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/yellow_20_-3.0.png" width=256 height=256 /> | <img src="images/yellow_20_0.0.png" width=256 height=256 /> | <img src="images/yellow_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
+ yellow
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.yellow', weight_name='yellow.safetensors', adapter_name="yellow")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["yellow"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, yellow"
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 200+ 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/yellow_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 47e9b1036a31e03059201fc3d2f5d91bf4887cd5089115402a03c34801245a73
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/yellow_17_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 6b8f24a73ab08d6ed195c3320ddf6ad49c5df72532dc529d2510371944e9e9ec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/yellow_17_1.5.png ADDED

Git LFS Details

  • SHA256: 998350a319ad51002b4ea306006662fa328b4a1f11ad7da4ea6dc119376d2259
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/yellow_17_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: ea99dcf53c0ae794e6b50d5e2272019c566bd3ea256763af3a99257f2eb15106
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/yellow_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 5c070ae86a39e637e4b865ee79111800f1d24423d0f265ea64d5b995adb8ecd3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/yellow_19_0.0.png ADDED

Git LFS Details

  • SHA256: 1317e7ebe5fad75810a31631e644757e44d3663fbff9b6e01c8813ebcd32dd25
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/yellow_19_1.5.png ADDED

Git LFS Details

  • SHA256: 99346af913aa08e4f47448cb212e0385a423f42064ddfb68d7a67894965130ec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/yellow_19_3.0.png ADDED

Git LFS Details

  • SHA256: 50998e150f8c851e8f412e58d48aad8c47d32b702736683ff0db6a56e8941094
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/yellow_20_-1.5.png ADDED

Git LFS Details

  • SHA256: aeddc0bff4135e6bf77f4038d69489791a6d8c97d421774aeb673bfadadd3669
  • Pointer size: 132 Bytes
  • Size of remote file: 1.78 MB
images/yellow_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 30006eb8e84affecd4dcaed36b7cdcfc471dd7ae71cf3fd75aa660b0cec2feac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/yellow_20_0.0.png ADDED

Git LFS Details

  • SHA256: a547e98d4f8c8f1d3bc078040067fc3536589e12ff0fd8f0a70cd3943d3e1090
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/yellow_20_1.5.png ADDED

Git LFS Details

  • SHA256: a83ac99996e4167bd696cbdf35ad3ea3036d9d0e73e1658a4d61e89ecdb8206d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
images/yellow_20_3.0.png ADDED

Git LFS Details

  • SHA256: 77dd777816e429185ddb01c5631f6861d88c4b39d4391c6671ecef95e50261f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.89 MB
images/yellow_21_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 2f57c978384e4af5d577d200a5b3b8444ee5b1a683048efb1905cf68b39e1cac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/yellow_21_0.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 11755a702960342b7f21d81f38dd6e594f5bc74bee83b7b431226360394f526f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/yellow_21_3.0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: eb421f0874a1557c454db4b3c0418ebe6a83e65719df14f22b52c32a305edd9c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/yellow_22_0.0.png ADDED

Git LFS Details

  • SHA256: 50a142fe9042167067c252a26e1541b3fda1e21201d772eb15b04be1d48a9c07
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/yellow_22_1.5.png ADDED

Git LFS Details

  • SHA256: f8c827da5d5a23df407b86c6858de001b7cceb34382a763ba03c599b6a078f5c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/yellow_22_3.0.png ADDED

Git LFS Details

  • SHA256: 85d23aefc4f132d0f29bf71fc26e03fe707194c1d1062d4bb8b3849164a44273
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
yellow.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16c2041ad2a6e2b33216c53614902f568f104ca06eabf549d1f07776a4dbac69
3
+ size 8789076