ntc-ai commited on
Commit
6059359
·
1 Parent(s): 78f8b69

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/wario.../wario_17_3.0.png"
6
+ widget:
7
+ - text: wario
8
+ output:
9
+ url: images/wario_17_3.0.png
10
+ - text: wario
11
+ output:
12
+ url: images/wario_19_3.0.png
13
+ - text: wario
14
+ output:
15
+ url: images/wario_20_3.0.png
16
+ - text: wario
17
+ output:
18
+ url: images/wario_21_3.0.png
19
+ - text: wario
20
+ output:
21
+ url: images/wario_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: "wario"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - wario (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/wario_17_-3.0.png" width=256 height=256 /> | <img src="images/wario_17_0.0.png" width=256 height=256 /> | <img src="images/wario_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/wario_19_-3.0.png" width=256 height=256 /> | <img src="images/wario_19_0.0.png" width=256 height=256 /> | <img src="images/wario_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/wario_20_-3.0.png" width=256 height=256 /> | <img src="images/wario_20_0.0.png" width=256 height=256 /> | <img src="images/wario_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
+ wario
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.wario', weight_name='wario.safetensors', adapter_name="wario")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["wario"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, wario"
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 570+ 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/wario_17_-1.5.png ADDED

Git LFS Details

  • SHA256: a0c9a1f2fa6f93e83a05306758817929b6408978b923e0fa42490bbb50f67f5d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/wario_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 6b8c02b13b09caa261ca5c54e297be1d22c4a99f50c15833cc0e7667f001188d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/wario_17_0.0.png ADDED

Git LFS Details

  • SHA256: 5dd8e84d69f7dbf64656e8b13baa432bb71a4093a60f5e2dcff5d4ab6e330855
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/wario_17_1.5.png ADDED

Git LFS Details

  • SHA256: 1217cf97cb7cb5e02d03fa43a26f75661104aef00be16fd385db544f2967102b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/wario_17_3.0.png ADDED

Git LFS Details

  • SHA256: 9087c286ff5cd032306158fa666c282b3b82689cec3d9405794314c62791b94e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/wario_19_-1.5.png ADDED

Git LFS Details

  • SHA256: a7c7af9216e259b7d1fef194f1220dae2ea9334b0fe386430f646d342193d481
  • Pointer size: 132 Bytes
  • Size of remote file: 1.87 MB
images/wario_19_-3.0.png ADDED

Git LFS Details

  • SHA256: a925d15db0e89d5a811fad1401fd4959b85d1aa6783fd16eed549bd0abfa9fb8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB
images/wario_19_0.0.png ADDED

Git LFS Details

  • SHA256: 67fb8d75df4074fb0eac018031f1e22cbbfd190cc767901959d7adf5a5f205f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/wario_19_1.5.png ADDED

Git LFS Details

  • SHA256: c010ee6f8ce1d54703706e4e7ce85f85f7aea748b0b7f81ea1b3b7383c86ed16
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/wario_19_3.0.png ADDED

Git LFS Details

  • SHA256: cb756e7eecd2d37f951261c2c17c45f5447f85aa98e309dda47b3139a5dcd6db
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/wario_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 625b6abd1524d5f60f93efdee60a8d2f6747b8726b8d8340668a19232044bb48
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/wario_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 7cba602f2790ce7fc2994f04e9b800e2c03a66a0e252e2c6a3015e1dda721799
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/wario_20_0.0.png ADDED

Git LFS Details

  • SHA256: 1fd0b4c095948413ed46f256ac1b48bbaaad50d8bde1a4f5ecdc34312ba7ad26
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/wario_20_1.5.png ADDED

Git LFS Details

  • SHA256: dc353efc0c68e1aabc1fd4c807fe92900a913f41bd60b9ce4a8c6e93e5e9843b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/wario_20_3.0.png ADDED

Git LFS Details

  • SHA256: 39c8578128a33d1201ce98cd0634134899e70f63088dfff662f9f5468f9e6c0c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/wario_21_-1.5.png ADDED

Git LFS Details

  • SHA256: e3ae0de96ef96a4ad45cfdc8d535f7b25fe7dac37eee7cada20de16f9d659835
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/wario_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 319bb643a5b5ad0619131bfa31c9760c22c9d9d62a1b689e2a71425e9c2c5a9d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/wario_21_0.0.png ADDED

Git LFS Details

  • SHA256: 685c3e3ee604022ee75dc6b64564119ebddb45e3817684ee4e176e66450b7a5d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/wario_21_1.5.png ADDED

Git LFS Details

  • SHA256: e575fbf56dd7dbfd91347d1538732bcd1751753b183efc6ad23cabd72faedc74
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/wario_21_3.0.png ADDED

Git LFS Details

  • SHA256: b637d310183e1016bd1f25bbc91c31e022d3ed3902ced0f8cf7aa11ad2cf71a3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/wario_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 1905d28dffb24f17ff28f1fd3d8c638cb91b728018a19fab203079234be7f8ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/wario_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 0452dec9d3f4df92472460a6dabba8ac7858d8f3cecab298abd5e86d54759833
  • Pointer size: 132 Bytes
  • Size of remote file: 1.83 MB
images/wario_22_0.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: dbc5deb646d8d6eba16ef0c3735de2e27362f9695c0f1d3f58a93a288dc86158
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/wario_22_3.0.png ADDED

Git LFS Details

  • SHA256: 05a3834afe023be4cf9ca95aa544973757d592d1c0aa5dd22dd2870ec7691aec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
wario.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34ad0b88dba8f1413a4ebf7efd547cd3007678dadaa9e564e8dce9d454361788
3
+ size 8789076