ntc-ai commited on
Commit
749de3c
1 Parent(s): e2460f5

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/sonic the hedgehog...super mario/sonic the hedgehog_17_3.0.png"
6
+ widget:
7
+ - text: sonic the hedgehog
8
+ output:
9
+ url: images/sonic the hedgehog_17_3.0.png
10
+ - text: sonic the hedgehog
11
+ output:
12
+ url: images/sonic the hedgehog_19_3.0.png
13
+ - text: sonic the hedgehog
14
+ output:
15
+ url: images/sonic the hedgehog_20_3.0.png
16
+ - text: sonic the hedgehog
17
+ output:
18
+ url: images/sonic the hedgehog_21_3.0.png
19
+ - text: sonic the hedgehog
20
+ output:
21
+ url: images/sonic the hedgehog_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: "sonic the hedgehog"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - sonic the hedgehog (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/sonic the hedgehog_17_-3.0.png" width=256 height=256 /> | <img src="images/sonic the hedgehog_17_0.0.png" width=256 height=256 /> | <img src="images/sonic the hedgehog_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/sonic the hedgehog_19_-3.0.png" width=256 height=256 /> | <img src="images/sonic the hedgehog_19_0.0.png" width=256 height=256 /> | <img src="images/sonic the hedgehog_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/sonic the hedgehog_20_-3.0.png" width=256 height=256 /> | <img src="images/sonic the hedgehog_20_0.0.png" width=256 height=256 /> | <img src="images/sonic the hedgehog_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
+ sonic the hedgehog
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.sonic-the-hedgehog', weight_name='sonic the hedgehog.safetensors', adapter_name="sonic the hedgehog")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["sonic the hedgehog"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, sonic the hedgehog"
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 330+ 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/sonic the hedgehog_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 446045718b8dbe12ca62abb2ef91f599f0be8356089b9c4680cccb7404adf4fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/sonic the hedgehog_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 74c805b0d41c1ea0c31b35d410f2621bfbafb46d8a0f98820f5e2ca237ec2815
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/sonic the hedgehog_17_0.0.png ADDED

Git LFS Details

  • SHA256: 01b7b82c8f2213dc37b17f8998f1cb5b44fffb311b3db32f7c489f6f4097cad6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/sonic the hedgehog_17_1.5.png ADDED

Git LFS Details

  • SHA256: 3233549aa0ee77aa7e4eca2959add579c4434b9f80c25b90eac2a9ee95ccc665
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/sonic the hedgehog_17_3.0.png ADDED

Git LFS Details

  • SHA256: f444d94ea1d8eacdaa45e9a7ee8728cc0ee5fac4d42efd0c3c5406c8783aeffa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/sonic the hedgehog_19_-1.5.png ADDED

Git LFS Details

  • SHA256: ba6c6aa125bf346118ef3ad278714ca96abe5952fe85aee82c179219badecdea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/sonic the hedgehog_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 4a99679767c01de35e0efbf88453bd38c13098e67540df5949f1d009f89faa45
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/sonic the hedgehog_19_0.0.png ADDED

Git LFS Details

  • SHA256: 13ac725fa3e761199a9c3cb9438761b19fea29342d3d5f56869dbd9eeeecf7f1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/sonic the hedgehog_19_1.5.png ADDED

Git LFS Details

  • SHA256: 72b823240ee389f9279a49bb84ced76e8ca187c9f781ed982125e1f8a547801e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/sonic the hedgehog_19_3.0.png ADDED

Git LFS Details

  • SHA256: 7526018eb1c737bd36974894271c0b2bcf00b0667278949d697c24b692c62eba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/sonic the hedgehog_20_-1.5.png ADDED

Git LFS Details

  • SHA256: bd5f15cb1fe4fc6732d3c8404f69564426cf9eeaae47a24dcb512e09503970c8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/sonic the hedgehog_20_-3.0.png ADDED

Git LFS Details

  • SHA256: a29eb81f9e2cb781a8a103f28d658004190cd7c458dfeb21ad37ada169b1ba8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/sonic the hedgehog_20_0.0.png ADDED

Git LFS Details

  • SHA256: fde3625a14066913f9811f8708fc0d359a207b038207bb859e7701d14d56d990
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/sonic the hedgehog_20_1.5.png ADDED

Git LFS Details

  • SHA256: 61ac41c05b888831a4989939f34b95482b0d6a006ae92f69c5296bfdf39718cd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/sonic the hedgehog_20_3.0.png ADDED

Git LFS Details

  • SHA256: 8350714a39fd7231913a57287c91b9917a833f973e62d26d42a62a9e2309fe6e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/sonic the hedgehog_21_-1.5.png ADDED

Git LFS Details

  • SHA256: beecba231d7e78389bee62b8c85f262c01e09340f3c78dd47d3654c1ef2bf421
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/sonic the hedgehog_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 7286c0cb91b74ed31c0bb612efe37c3e3759b526466c81cfe6d585e81d7267f1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/sonic the hedgehog_21_0.0.png ADDED

Git LFS Details

  • SHA256: 134a67f766beb5be34606d345dd893cd6f60acf9845932d6f33c822a61d14229
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/sonic the hedgehog_21_1.5.png ADDED

Git LFS Details

  • SHA256: 01e058549c217fa2fa625ce3c2102390c38d0862bc30fc69f347b3bd01be01e5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/sonic the hedgehog_21_3.0.png ADDED

Git LFS Details

  • SHA256: 7ddf1e72b27e0f579a506424a83da546871cb5e43fd31e0e7f2b51309d1bb563
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/sonic the hedgehog_22_-1.5.png ADDED

Git LFS Details

  • SHA256: b575bb46567f9babf5786139883166925caf6b4ebf7584b376cd60a1195ec946
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/sonic the hedgehog_22_-3.0.png ADDED

Git LFS Details

  • SHA256: f3417ae9df505c4a3a9970afefa81b3613ada9c5586621d59fadca5328f7cc9a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/sonic the hedgehog_22_0.0.png ADDED

Git LFS Details

  • SHA256: a626ad29a3aa89be993ccace4e8177eff1fd65cb5b2d99a29d365bd5ec0b62a7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/sonic the hedgehog_22_1.5.png ADDED

Git LFS Details

  • SHA256: 6ac564ea49196a9f26e897d7b6a9675f12a01ad5c5fcd3b5609753c687c44d15
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/sonic the hedgehog_22_3.0.png ADDED

Git LFS Details

  • SHA256: 4d76e1879cb59c3162b77d577cac2e534a68d883143757167f75a37f45b32a25
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
sonic the hedgehog.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb2e1c71924459e7d550ec68bc134f8b6010b8b7fdb9d0f4b0c182a5df648e51
3
+ size 8789076