ntc-ai commited on
Commit
8331dd9
1 Parent(s): 72c6fc3

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 shot...photo/action shot_17_3.0.png"
6
+ widget:
7
+ - text: action shot
8
+ output:
9
+ url: images/action shot_17_3.0.png
10
+ - text: action shot
11
+ output:
12
+ url: images/action shot_19_3.0.png
13
+ - text: action shot
14
+ output:
15
+ url: images/action shot_20_3.0.png
16
+ - text: action shot
17
+ output:
18
+ url: images/action shot_21_3.0.png
19
+ - text: action shot
20
+ output:
21
+ url: images/action shot_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 shot"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - action shot (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/action shot_17_-3.0.png" width=256 height=256 /> | <img src="images/action shot_17_0.0.png" width=256 height=256 /> | <img src="images/action shot_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/action shot_19_-3.0.png" width=256 height=256 /> | <img src="images/action shot_19_0.0.png" width=256 height=256 /> | <img src="images/action shot_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/action shot_20_-3.0.png" width=256 height=256 /> | <img src="images/action shot_20_0.0.png" width=256 height=256 /> | <img src="images/action shot_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 shot
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-shot', weight_name='action shot.safetensors', adapter_name="action shot")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["action shot"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, action shot"
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 250+ 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 shot.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f256b9613cd173528d1f42135afe6465a026ae070fc52abce6873b2182fe4bc
3
+ size 8789076
images/action shot_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 11f7d4baccbbb738923177172155ba10d62ae5a81d039e104edbcf133d958aae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/action shot_17_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 6b21e04cf83c216f771c4e8555f36b5eee631dbca6232cda195cd8673aba1d1f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/action shot_17_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 77c4b3d85efff118471f4aa79890444daa841104a9968c46dce86701cc341424
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/action shot_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 4fda2449bf47cbf4d0e9b627ded5ea8b2b54efbeb2bc33a70c42d4d7e2496afc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/action shot_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 5d0fac86dea5f3acdd894e14121ea4802523eb581705c36db7db57882c013c71
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/action shot_19_0.0.png ADDED

Git LFS Details

  • SHA256: 5c17d5b91187036f996198e379fec737de867347153c5e5eac773bb4434e0ecf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/action shot_19_1.5.png ADDED

Git LFS Details

  • SHA256: 4632d40bcb8f2f59b975065c0b85b81e8938224a9536ea2bf3be37652adf045e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/action shot_19_3.0.png ADDED

Git LFS Details

  • SHA256: 3b609301945c407996249a35a0461657a136b9bb93db0b95d8a8a55d78d65750
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/action shot_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 65931cd365e820c1a666c3f1bd2e3a43e84a9978dd89e17f2a5d242013c9eed1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/action shot_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 804ecb5db70baf4c4fc5746d1a80b14e84c799a4297e0a649eee1353aae13583
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/action shot_20_0.0.png ADDED

Git LFS Details

  • SHA256: 11a55a7e2f5d4b08665e8b13919b397c9d1b30843758d652822dced920778e6e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/action shot_20_1.5.png ADDED

Git LFS Details

  • SHA256: dcccf3c332f54ab08d0e1fde0618084979735d542c94ed4eef806e1455399bcb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/action shot_20_3.0.png ADDED

Git LFS Details

  • SHA256: b548e88b42b4b2340938950d880f57fbd2379a8ca9f015053e89d3afb0988c28
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/action shot_21_-1.5.png ADDED

Git LFS Details

  • SHA256: cffcdb57990745c2fc29001cdc02f57a36422d9ccf4c5e6b47c9d1480e97a3ab
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/action shot_21_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 30a53853f6b94ee66dc7a9be09d61f1e77b9436785c81e366f241861e493234a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/action shot_21_1.5.png ADDED

Git LFS Details

  • SHA256: 0eb8bfa9ff8ec9b6a0bfe7e43820da47f1456acddacc710396e9542ba5128fea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/action shot_21_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 71a8990e0173da11772dec4c4134f4358a635683e6c2afcb650d042a88b667b9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.91 MB
images/action shot_22_-3.0.png ADDED

Git LFS Details

  • SHA256: d1f3e8e7b1c962365b29901fcfdf71dcec63c3ff95ea669c81fcb6578cb5250d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.91 MB
images/action shot_22_0.0.png ADDED

Git LFS Details

  • SHA256: 96354e7b2e393e80af0aefd76985c7a72eb1ef2487ecf91476736f9b22582f32
  • Pointer size: 132 Bytes
  • Size of remote file: 1.93 MB
images/action shot_22_1.5.png ADDED

Git LFS Details

  • SHA256: f6f6d9e72622006d8adc077495099c0fa91d1e044c71db9181136a60a688f1b0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.97 MB
images/action shot_22_3.0.png ADDED

Git LFS Details

  • SHA256: 34f46824b10b8287700472e0cf1e4c55a1f6eff0c3577875e22bd64ea3afb2fd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.99 MB