ntc-ai commited on
Commit
b461041
1 Parent(s): 2d64312

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

Git LFS Details

  • SHA256: 3c875b43bf3c32ca9d9eb173ede37773052167e3dfe18b06085fa356cb9c37a3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/smooth and shiny_17_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 948f5ba7b4ca4499f6df86240fd029ae8c4760ba1a3d2a15a1a9d0f13ddceaca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/smooth and shiny_17_1.5.png ADDED

Git LFS Details

  • SHA256: 7d3ad21787024c62cd0938b1dc1045c982ea9e13faac7208dc097a150466e65c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/smooth and shiny_17_3.0.png ADDED

Git LFS Details

  • SHA256: f93a0cb8b99db76418d47397143bce9beb5d5e1700f05527d2e27e703b1c0b74
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/smooth and shiny_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 10ec323a094b53eebe8f0092a97ec734eed26b07db2f8bca7c343b1090fa45f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/smooth and shiny_19_-3.0.png ADDED

Git LFS Details

  • SHA256: ab6cccd068cbf36bc1184235207ea8319e5aaf6f76704c9aa8941ff387a1f46e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/smooth and shiny_19_0.0.png ADDED

Git LFS Details

  • SHA256: 25dfa201e7b0fef6d81ff64ae54665c50f830152ddcfb9f20d21a64d699a9270
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/smooth and shiny_19_1.5.png ADDED

Git LFS Details

  • SHA256: 471c041745d8caea4c9c560188e6ed0a89de46fcc19971f2e87b7833ba4a0b98
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/smooth and shiny_19_3.0.png ADDED

Git LFS Details

  • SHA256: 5f118d83a3cde863251e7900528f12870af6157957281242cd36c09d94d12577
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/smooth and shiny_20_-1.5.png ADDED

Git LFS Details

  • SHA256: cc15dd714b7d4b780ac0dbcdd7da0f90eb0ec4f56cbbc9474f8abe9d40eed26a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/smooth and shiny_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 7abf6ff00d42635d0b5328d451ae15d617ea98fe6cba86d497f1ee8905f4a513
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/smooth and shiny_20_0.0.png ADDED

Git LFS Details

  • SHA256: 4138aaa16ca6b375e8fcd147d9fb952f71aa063f4a3da6006d55a7b845cdc4b4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/smooth and shiny_20_1.5.png ADDED

Git LFS Details

  • SHA256: 780a47d9457149d478e51cf7649b696dedfbee6e2e42c9fcfa473ec9b9ee54b8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/smooth and shiny_20_3.0.png ADDED

Git LFS Details

  • SHA256: 4de7641e83737ed2922ae408ac4862ecd42e47889d8d4ea28a0624c2847ecfef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/smooth and shiny_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 85ef057ab05d111587a79703772151a5ed515a7f778e264d4720fe0dc0552bf7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/smooth and shiny_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 24beab11726c5c4ea6dfc1b95e5a63cae6b7f6642bc24c848937f390b53c5512
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/smooth and shiny_21_0.0.png ADDED

Git LFS Details

  • SHA256: 7411dfebc8d27438517e54b1fb43a2a531d868a5299698338592005252a64c19
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/smooth and shiny_21_1.5.png ADDED

Git LFS Details

  • SHA256: 90923925eac4de6e7b807eb857a3974a726fd7989a923faec3374fb629f3076f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/smooth and shiny_21_3.0.png ADDED

Git LFS Details

  • SHA256: cae67962ee6b4112bff06f62fc303e78510b6b5dacd0090ccc54515903c29805
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/smooth and shiny_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 33409ad4067afe0a09bb59e0fa08112b1c65927dea53ee8f704eac04f19f97ed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/smooth and shiny_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 8cf0fd001b1864ab6ee605598d93fd55abf89b516678cb19a81574894d7394a9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/smooth and shiny_22_0.0.png ADDED

Git LFS Details

  • SHA256: 329f262e03876901f0a3bc8ee37a903bbbdb1b86ea37af3023589923f163284e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/smooth and shiny_22_1.5.png ADDED

Git LFS Details

  • SHA256: 1ac8bcb6b0ec3c2b9ad0ace71f70fa47955132f9a1733cd9303a4a7e8bac932d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/smooth and shiny_22_3.0.png ADDED

Git LFS Details

  • SHA256: 9e1b57a366fba26c3db55b8b13009a630ec38a2f660e52e3cdeb54735c52dbb4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
smooth and shiny.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efcc0e433a9da18fa727b3f6e66e668ee15b2de4e9e7cabe71529353a9afec03
3
+ size 8789076