ntc-ai commited on
Commit
af67779
1 Parent(s): 9745b61

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/super mario.../super mario_17_3.0.png"
6
+ widget:
7
+ - text: super mario
8
+ output:
9
+ url: images/super mario_17_3.0.png
10
+ - text: super mario
11
+ output:
12
+ url: images/super mario_19_3.0.png
13
+ - text: super mario
14
+ output:
15
+ url: images/super mario_20_3.0.png
16
+ - text: super mario
17
+ output:
18
+ url: images/super mario_21_3.0.png
19
+ - text: super mario
20
+ output:
21
+ url: images/super mario_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: "super mario"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - super mario (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/super mario_17_-3.0.png" width=256 height=256 /> | <img src="images/super mario_17_0.0.png" width=256 height=256 /> | <img src="images/super mario_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/super mario_19_-3.0.png" width=256 height=256 /> | <img src="images/super mario_19_0.0.png" width=256 height=256 /> | <img src="images/super mario_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/super mario_20_-3.0.png" width=256 height=256 /> | <img src="images/super mario_20_0.0.png" width=256 height=256 /> | <img src="images/super mario_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
+ super mario
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.super-mario', weight_name='super mario.safetensors', adapter_name="super mario")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["super mario"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, super mario"
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 530+ 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/super mario_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 399db61f26fc3a1e9ae1d02ca85c4de0c79f24591f718815d584e1de78564c13
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/super mario_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 7e2033a97d4c03d6de716b8fcdb4b58f9a1e2e37c286f61782a979ef7688d7fb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/super mario_17_0.0.png ADDED

Git LFS Details

  • SHA256: 4ceba3c8c59114fcc8d061536b532d8f6d9935e192b3d72303bdd040fbbd5b41
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/super mario_17_1.5.png ADDED

Git LFS Details

  • SHA256: ae7a0e8fb84132f25ce650fcdcb6a9fd787876156038d8fdde2d47613950fb07
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/super mario_17_3.0.png ADDED

Git LFS Details

  • SHA256: 94f17be4acac57655d7aee240750f84615139defe78625297516f275ef8e2c56
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/super mario_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 0f0236123ae52153d6ac1c8dfeae9e6574f6de4de99c6ede16dfb3c9685c06ed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/super mario_19_-3.0.png ADDED

Git LFS Details

  • SHA256: c8fd5778525de4fea578cf5e3ba9909a5bba0bfc4dd978bd685a057032c751cf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/super mario_19_0.0.png ADDED

Git LFS Details

  • SHA256: f32dad5d890ef782e6a20e90053167d8c3480fd1735c44d1d32eaf0aa0accc00
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/super mario_19_1.5.png ADDED

Git LFS Details

  • SHA256: dd963f7ebc43fc5c85ca89c858efbe4049fd6b327b14b15324845e1c79b502b0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/super mario_19_3.0.png ADDED

Git LFS Details

  • SHA256: fe950e1fab736472817952c6c1386c026c9b3edfb82e543521ce071bff369dda
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
images/super mario_20_-1.5.png ADDED

Git LFS Details

  • SHA256: c08be69f1a0c425b5bb25fcdd69a06ced1be4cf50430530e43b40fe1b9d43db0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/super mario_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 8152d156d3446e3abdbf4e37672ffa45fbe601becdfbc005f0284e33652fa04b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/super mario_20_0.0.png ADDED

Git LFS Details

  • SHA256: 26a36bb162a4b41c5a7e08b23825a376f4914feb5e9f43329a24c4f09a14b1a3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/super mario_20_1.5.png ADDED

Git LFS Details

  • SHA256: df724332296f03faad82fbaa0b6929d9998b2aa91171e3e808c8b03acc1cebf2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/super mario_20_3.0.png ADDED

Git LFS Details

  • SHA256: e8c76bb5b5a69d5e0ece3a6a3f5d7ee1caa3a9e420702ac9ad82aa9cf9306ae4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
images/super mario_21_-1.5.png ADDED

Git LFS Details

  • SHA256: be07b5d70a95cf84cd961b9805cc5be72e6385394d521dd68a5b830c3cb58051
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/super mario_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 813bb20bab446205edfda306c4420955390df7fa2f2f7a3e45a710bed6a82c33
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/super mario_21_0.0.png ADDED

Git LFS Details

  • SHA256: 450a0a2c6dc936a2a54c32ce1db98e3f6472dbf92b07acfe8e0b3a930363dbb6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/super mario_21_1.5.png ADDED

Git LFS Details

  • SHA256: a81bfe8601ac043077b60a9c8bd053802ef6eeb481fd70d2bda6792bc3e9e362
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/super mario_21_3.0.png ADDED

Git LFS Details

  • SHA256: 632f5a125170ad57e8b69b442cc8b958beadabab6c78e6155929141311978aa8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/super mario_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 26b2718444f5c36717475b9e22ce265db03371f83862e3e0dc4f28115a4b9967
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/super mario_22_-3.0.png ADDED

Git LFS Details

  • SHA256: ec88b2b10c048310fda5c25bd002aedb876803594a89581e96c19e58222e10a9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/super mario_22_0.0.png ADDED

Git LFS Details

  • SHA256: bc2180e5754c9e88b64e9d59a4f2edb39ab0b9f960b3c11384b6406a60cb67d4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/super mario_22_1.5.png ADDED

Git LFS Details

  • SHA256: 167cba706423e5c1659f074b539d4010ff64b9612d11dad99693b3ad4b385d62
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/super mario_22_3.0.png ADDED

Git LFS Details

  • SHA256: 7ea1075683ac879cd8e77a143d49d9a6181aedc070047fa2599923f2950d60f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
super mario.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed874aaa68ac2bfdd28337ce0eb26d7dcdf31d83541f53514ec1d446fc183afe
3
+ size 8789076