ntc-ai commited on
Commit
1cd8052
·
1 Parent(s): 463e084

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/shiny...dull/shiny_17_3.0.png"
6
+ widget:
7
+ - text: shiny
8
+ output:
9
+ url: images/shiny_17_3.0.png
10
+ - text: shiny
11
+ output:
12
+ url: images/shiny_19_3.0.png
13
+ - text: shiny
14
+ output:
15
+ url: images/shiny_20_3.0.png
16
+ - text: shiny
17
+ output:
18
+ url: images/shiny_21_3.0.png
19
+ - text: shiny
20
+ output:
21
+ url: images/shiny_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: "shiny"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - shiny (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/shiny_17_-3.0.png" width=256 height=256 /> | <img src="images/shiny_17_0.0.png" width=256 height=256 /> | <img src="images/shiny_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/shiny_19_-3.0.png" width=256 height=256 /> | <img src="images/shiny_19_0.0.png" width=256 height=256 /> | <img src="images/shiny_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/shiny_20_-3.0.png" width=256 height=256 /> | <img src="images/shiny_20_0.0.png" width=256 height=256 /> | <img src="images/shiny_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
+ shiny
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.shiny', weight_name='shiny.safetensors', adapter_name="shiny")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["shiny"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, shiny"
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 470+ 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/shiny_17_-1.5.png ADDED

Git LFS Details

  • SHA256: bdfd54f390ac381d57aa21b93263cf4159d10db59f8dd4327179d1b6751abcac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/shiny_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 5b29e5cd742ca6d6c516be670f734aadf50c3721136ec04dc167d07565be3aa3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/shiny_17_0.0.png ADDED

Git LFS Details

  • SHA256: 3086f95aaec7bff0d1bf0fb948f584a8578ff83e391f0a02ff377e89dd53c89e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/shiny_17_1.5.png ADDED

Git LFS Details

  • SHA256: 1b72c9e9fbdd15ea623c09027c7ed9e93ac0c71279ff61e6e58b37ed8f5a92b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/shiny_17_3.0.png ADDED

Git LFS Details

  • SHA256: 06e91939f8837c13278181b367366d6e26590d3596106edc7036801bd5173761
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/shiny_19_-1.5.png ADDED

Git LFS Details

  • SHA256: f42fbf54c7024561f259bbb341bd562b5356ae342eed1d6059a7fa467c58622e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/shiny_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 6162dbf69777ae885546b9403684d98a62b7893c0c7fb3c7e5c46ff01584a4f7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/shiny_19_0.0.png ADDED

Git LFS Details

  • SHA256: c1045a9ae93af732b72b58e5645cbc021f490ad833005a82194a9725e4c4d3f7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/shiny_19_1.5.png ADDED

Git LFS Details

  • SHA256: 78aeec6897369b8a7b35d9704139db700667056a72dcf1ab8fa713e44c937442
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/shiny_19_3.0.png ADDED

Git LFS Details

  • SHA256: edde673ea6316b11876f29913733034fb33e2678a3e846b1015e4e5242c1a49d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/shiny_20_-1.5.png ADDED

Git LFS Details

  • SHA256: be24275a401964bfef5cfa5d9579294fd729c5d42b908484add97e3559821951
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/shiny_20_-3.0.png ADDED

Git LFS Details

  • SHA256: fad1fd631665dc595929d70074bd6ed4ea6e180247c82f97315aa378a3183227
  • Pointer size: 132 Bytes
  • Size of remote file: 1.82 MB
images/shiny_20_0.0.png ADDED

Git LFS Details

  • SHA256: fe781fed60a955b966f4ec9091cfe7ca37308ed3167198ebdbd61edd7c01b487
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/shiny_20_1.5.png ADDED

Git LFS Details

  • SHA256: e280baddcd2ae0e7c957b95c2965f13a501ee2a42489c5285c2891f44286122e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/shiny_20_3.0.png ADDED

Git LFS Details

  • SHA256: a830cc8df01e0939f4ab493bc0a54a530f78a3b35e4bb182a37749ddc66e66ea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/shiny_21_-1.5.png ADDED

Git LFS Details

  • SHA256: d24390f3431d6077fe989d2c937cc8bc585433ea9f487d6266e7e44f3c8023f4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/shiny_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 5ece45807934e72c4d80d8b9e6e2f78e0826ea72a0ec66fa0f4bbf3917be322b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/shiny_21_0.0.png ADDED

Git LFS Details

  • SHA256: 122e17f08e86ae5e5484482b46246acf302a8d6754127ac48c0a7e3487f44040
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/shiny_21_1.5.png ADDED

Git LFS Details

  • SHA256: 54c36972529eabb00fbd8dfae913493c6f9aac19926bb5b55751a0404aac8012
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/shiny_21_3.0.png ADDED

Git LFS Details

  • SHA256: 2db1f304c200d24e200485159af96c732ed921e3e43705d5727aebd944e643ab
  • Pointer size: 132 Bytes
  • Size of remote file: 1.82 MB
images/shiny_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 67627cc3057b9fbca85fd3eca9da769c50e4c8569f1f183c3869c562ed01c7b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/shiny_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 1502c326ff48da8197bdc8c50566d6963362dcc4b4121ba3a2a7366bb35cfc3b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/shiny_22_0.0.png ADDED

Git LFS Details

  • SHA256: c6e826b5b7fce44ee78e2cbc566d035396071eed39b01e05bebcc754b68f423b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/shiny_22_1.5.png ADDED

Git LFS Details

  • SHA256: 998ef2cb7c57b49c55d7d698dc6fe623716cf9183a57b21a8c6560bcc9d5e354
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/shiny_22_3.0.png ADDED

Git LFS Details

  • SHA256: c5e61b46e5a41be7c6aafb9f0844bafb08ab923ea95eff18a0f7f9ed81b443cd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
shiny.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b3ab397dfe94d94a70752de07f5489095ac55d7d2d6d3477d584c137e96ae54
3
+ size 8789076