ntc-ai commited on
Commit
4085e45
1 Parent(s): baf57d0

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/superhero...villain/superhero_17_3.0.png"
6
+ widget:
7
+ - text: superhero
8
+ output:
9
+ url: images/superhero_17_3.0.png
10
+ - text: superhero
11
+ output:
12
+ url: images/superhero_19_3.0.png
13
+ - text: superhero
14
+ output:
15
+ url: images/superhero_20_3.0.png
16
+ - text: superhero
17
+ output:
18
+ url: images/superhero_21_3.0.png
19
+ - text: superhero
20
+ output:
21
+ url: images/superhero_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: "superhero"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - superhero (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/superhero_17_-3.0.png" width=256 height=256 /> | <img src="images/superhero_17_0.0.png" width=256 height=256 /> | <img src="images/superhero_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/superhero_19_-3.0.png" width=256 height=256 /> | <img src="images/superhero_19_0.0.png" width=256 height=256 /> | <img src="images/superhero_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/superhero_20_-3.0.png" width=256 height=256 /> | <img src="images/superhero_20_0.0.png" width=256 height=256 /> | <img src="images/superhero_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
+ superhero
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.superhero', weight_name='superhero.safetensors', adapter_name="superhero")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["superhero"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, superhero"
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 260+ 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/superhero_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 52c41c3c4f88deed1b872d888780f7d84efdad1e18a1db6d3377f5064db4e44c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/superhero_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 48c8960d6b9acb13b54ddf670152df543945f7646f6b090ad61751db297aea85
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/superhero_17_0.0.png ADDED

Git LFS Details

  • SHA256: 5551106c18ffb66c4813a30b4fae9a92911fa83766c30ca68c1cbe37d76b1ae9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/superhero_17_1.5.png ADDED

Git LFS Details

  • SHA256: 69783982c44789ada71f16ae0118892dc4afe9bbd8a2749e51c63be6d0f460b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/superhero_17_3.0.png ADDED

Git LFS Details

  • SHA256: dbcf08c0dfaedf10af3e41ba9e64e5812f308df8ff8abeb9ac99143047fb4a30
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/superhero_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 74b093e2f662752c8ca52de11e5ef9456ee4776f73d726b68fd8d707f129d123
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/superhero_19_-3.0.png ADDED

Git LFS Details

  • SHA256: f1f653f871f529f9dca3075ed73b87e976e42ecf140b903df46108095fd38a8c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/superhero_19_0.0.png ADDED

Git LFS Details

  • SHA256: 34b6ca6b4d31006cb0360d5775fe2d7daa10c49adf0418d0de7fb74cec0a8c5a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/superhero_19_1.5.png ADDED

Git LFS Details

  • SHA256: b3c940665f3c297483332cacebe26a11338d00548e9c8c8b2b93a6c47fdd10f3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/superhero_19_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: db9402baa7a8ca3f407c46ed8f478cc9dbbccfe1f3023c14653e86044ddd466b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/superhero_20_-3.0.png ADDED

Git LFS Details

  • SHA256: eeac9cd7b2077ca3b351dcc2b247d425d07e20fde1ae5332a46ae4ccdceefe92
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/superhero_20_0.0.png ADDED

Git LFS Details

  • SHA256: d60e483d5911fd6440e4ea63d263104d1a712d9df3bd8504237f1b924c4a25d2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/superhero_20_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 9be53eb9ce13707c4253a9c5fb1cde43855ba98ef2f411b150162e099a049479
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/superhero_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 547afb54b93280a5c58ee3f96734897b93cf9cd01ae5124645e80d1a22425836
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/superhero_21_-3.0.png ADDED

Git LFS Details

  • SHA256: c37593129ef35d59c4c314ff957b591002ecb5e595d9dc32cb17cfb9b2067b99
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/superhero_21_0.0.png ADDED

Git LFS Details

  • SHA256: 76c871c5a6e19a2b73b69ad1655f89b097a9727453e8b5e1d83f4f2234402ab8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/superhero_21_1.5.png ADDED

Git LFS Details

  • SHA256: 1cacfb72d9b56e577677e8d4159f326fc7d4c2508f937b1ed659333a07790ff7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/superhero_21_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 71a42f6eb59f2d6c6e19f445d1452fba03a4f5f667ab53e0ef0c339dbef1a510
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/superhero_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 2aa55021c38a85a7fa89f374561ff1f741d5073386db1e7d5bb72458ba00563f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/superhero_22_0.0.png ADDED

Git LFS Details

  • SHA256: 4f13fcce5a2fbcd74c78855dd5021861daa69f9e8ee0a933da1fa9ec0daefc74
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/superhero_22_1.5.png ADDED

Git LFS Details

  • SHA256: 4443723c156195cbc6bfcaa04bf804a3ca5d4091d00eb1d46133b9eb61046522
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/superhero_22_3.0.png ADDED

Git LFS Details

  • SHA256: 486facb55ce79f5f8f638a9cbcf4085b29ff927a145f9e19908584be6d2af000
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
superhero.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bae15f91e66f4b8c052a48f594ac98de2845c167911305c3d14ed0dcbc399677
3
+ size 8789076