ntc-ai commited on
Commit
cc55817
1 Parent(s): 1b82dc0

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/action hero.../action hero_17_3.0.png"
6
+ widget:
7
+ - text: action hero
8
+ output:
9
+ url: images/action hero_17_3.0.png
10
+ - text: action hero
11
+ output:
12
+ url: images/action hero_19_3.0.png
13
+ - text: action hero
14
+ output:
15
+ url: images/action hero_20_3.0.png
16
+ - text: action hero
17
+ output:
18
+ url: images/action hero_21_3.0.png
19
+ - text: action hero
20
+ output:
21
+ url: images/action hero_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: "action hero"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - action hero (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/action hero_17_-3.0.png" width=256 height=256 /> | <img src="images/action hero_17_0.0.png" width=256 height=256 /> | <img src="images/action hero_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/action hero_19_-3.0.png" width=256 height=256 /> | <img src="images/action hero_19_0.0.png" width=256 height=256 /> | <img src="images/action hero_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/action hero_20_-3.0.png" width=256 height=256 /> | <img src="images/action hero_20_0.0.png" width=256 height=256 /> | <img src="images/action hero_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
+ action hero
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.action-hero', weight_name='action hero.safetensors', adapter_name="action hero")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["action hero"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, action hero"
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 1140+ 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
action hero.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a0b2a9cb6b5131d55b324a9c8e41152bc47d696f432a51d4630753ae6e8e1c7
3
+ size 8789076
images/action hero_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 1b08bed1d396238a95d72af20514ac9531759c1eaf7a46fe07e4553ad85bd281
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/action hero_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 64d67f88328b799bc002493e6fed2f6050d9e7f1d5c96bdf46186b7bf6f0d024
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/action hero_17_0.0.png ADDED

Git LFS Details

  • SHA256: cc69cb47c8aaf4059a54806c6200d09b9134b90f27c640aab4661fb843fb1c20
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/action hero_17_1.5.png ADDED

Git LFS Details

  • SHA256: cd30cadfb926834061133630ed821d60614d5a72a5f630c0ce3fedf29793f4b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/action hero_17_3.0.png ADDED

Git LFS Details

  • SHA256: afa167a7b20bb8c30a6b574181a3825ea96e911b001522399e885081a2ae3930
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/action hero_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 123afaf73e8a19219e49bc0bdb626e145327c7f81e8b1b1e2d324d1e13df277c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/action hero_19_-3.0.png ADDED

Git LFS Details

  • SHA256: d4f2af071c97e6d1086b0da87d909c2945a4f6e2dd142c8c6a23b3f8b2f22725
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/action hero_19_0.0.png ADDED

Git LFS Details

  • SHA256: 5528ceb07be7607680138e867e55696b3974b59fd71aba3a910f0af89676f84a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/action hero_19_1.5.png ADDED

Git LFS Details

  • SHA256: 3f30acc2e65172c7c03919c626bfb8cf2e74fc1fc74f2e64be85f0e3375821bb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/action hero_19_3.0.png ADDED

Git LFS Details

  • SHA256: 318d4729a9641ad6d8df7beff89f26fa2a13ffa936310c50a253c6428b5bad19
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/action hero_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 6dfd05034d6fea438808df391dc2d39d157e613f776159350a5d38effa4a9f58
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/action hero_20_-3.0.png ADDED

Git LFS Details

  • SHA256: a8947816104827990cef861c0df36e396ec98a3b75f85b20717c9c3929eb2951
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/action hero_20_0.0.png ADDED

Git LFS Details

  • SHA256: aadaeb374e3bb3523618d279ae4d01c29a0f0d5a186405506ec185b0557d1027
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/action hero_20_1.5.png ADDED

Git LFS Details

  • SHA256: ed343ac9d63fc9182cc91f68392b35ec1b8402b81697bb302bb7605f18241ecc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/action hero_20_3.0.png ADDED

Git LFS Details

  • SHA256: 4cf698cf0cbec8bd282fef6ae68b5594080947d3fe638bea309fd2ef231bdfea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/action hero_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 20b511f8b9aaf81c3988e3cee9e2ca754ba54f2d8c56cffe4efa4c219a889bd4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/action hero_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 3f869d8a3643419e8b7413d9dfce6b9672bbeaabbb3e4c1422155eacb1149e5b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/action hero_21_0.0.png ADDED

Git LFS Details

  • SHA256: a371d2cadd6f30fcf1e181bbce328876ef1c3405fe2cc8233aa520d1586de99b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/action hero_21_1.5.png ADDED

Git LFS Details

  • SHA256: a7e199ada5a21010ca750b5557f49d4b0854eb242785d80fae475d13d15794f7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/action hero_21_3.0.png ADDED

Git LFS Details

  • SHA256: 2f88fdc8672898c0486a6e1e76bc8ba637bfe6bf04f01df1bd3ee41fb63ff704
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/action hero_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 3173e1de2cc6a0e430ec54327ef829a353848e5271e9ca23fd3254ba49fe0dbe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/action hero_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 4b9fbf757f56dc67243cb0d651f82a7c4fce99b0824a895180f87a566a678fbe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/action hero_22_0.0.png ADDED

Git LFS Details

  • SHA256: 71ff3d47415cdbb94fea402e1a369f1616ce905a33411dc8dcb4e66dd99b8b2c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/action hero_22_1.5.png ADDED

Git LFS Details

  • SHA256: 2e56604153d7da5da066de914d84d898d544bf7ab2c361c2be1a1955bdc43cb9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/action hero_22_3.0.png ADDED

Git LFS Details

  • SHA256: 17608b6e6ac12691ee7e382330d7499ec705655cbf010abf0fe7627d2b9b4d2e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB