ntc-ai commited on
Commit
a255eed
1 Parent(s): d28e844

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/shocked...nonplussed/shocked_17_3.0.png"
6
+ widget:
7
+ - text: shocked
8
+ output:
9
+ url: images/shocked_17_3.0.png
10
+ - text: shocked
11
+ output:
12
+ url: images/shocked_19_3.0.png
13
+ - text: shocked
14
+ output:
15
+ url: images/shocked_20_3.0.png
16
+ - text: shocked
17
+ output:
18
+ url: images/shocked_21_3.0.png
19
+ - text: shocked
20
+ output:
21
+ url: images/shocked_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: "shocked"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - shocked (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/shocked_17_-3.0.png" width=256 height=256 /> | <img src="images/shocked_17_0.0.png" width=256 height=256 /> | <img src="images/shocked_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/shocked_19_-3.0.png" width=256 height=256 /> | <img src="images/shocked_19_0.0.png" width=256 height=256 /> | <img src="images/shocked_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/shocked_20_-3.0.png" width=256 height=256 /> | <img src="images/shocked_20_0.0.png" width=256 height=256 /> | <img src="images/shocked_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
+ shocked
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.shocked', weight_name='shocked.safetensors', adapter_name="shocked")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["shocked"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, shocked"
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/shocked_17_-1.5.png ADDED

Git LFS Details

  • SHA256: d83c9da0a78f898957e3ee6721d3e600ad485f03148c15ae471d9588dd8a3749
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/shocked_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 4fc9e34943a44cf027fffffddd3a2acc213b4282aab3a0e08432485e742495ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/shocked_17_0.0.png ADDED

Git LFS Details

  • SHA256: c252f769f63d063b69d42fcecdfb92b144dbb76c298e5909edc3ac8b88080580
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/shocked_17_1.5.png ADDED

Git LFS Details

  • SHA256: 3d1864a1e6e428b48c0893c950e7d1962aa5998d883ea771152de59af2bf826e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/shocked_17_3.0.png ADDED

Git LFS Details

  • SHA256: cfcae5f9fb11ceb5e670516f894fe8eedb4cfac5c9944971948bee65693710b7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/shocked_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 6735c046c6f1ec6fb305693fc2d0c9f72d59af5b39ff4dcf159bcfd7a8b1d7be
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/shocked_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 713e885df81395bbd8d9f2949a8a6d26749af422a8b7129723d03bb8e98868ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/shocked_19_0.0.png ADDED

Git LFS Details

  • SHA256: a455eafb7b4fbdf848041e5b7c7a14ba78231076a04f78ea77433340138bcf47
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/shocked_19_1.5.png ADDED

Git LFS Details

  • SHA256: 9b46b2452cf71531a7633a578ecc5d0daaaba5661b5489838dced9e08bd055f0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/shocked_19_3.0.png ADDED

Git LFS Details

  • SHA256: 898b66a90081409963a36869c827332a2e0364e885bbe2784c1f4600b961b858
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/shocked_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 3af41ededbefc71420c6b81cb700128e384a5396f016d17b0a4a32a2d710f65e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/shocked_20_-3.0.png ADDED

Git LFS Details

  • SHA256: e2aae2d5ff3636556b45e810d8968e510e74c2e02f27a3ddb657d3466058008e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/shocked_20_0.0.png ADDED

Git LFS Details

  • SHA256: 8fe7604794ec9dd4e3bc59458cc32ec724fd21b4f2a97484fe00cf4e97c14d4c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/shocked_20_1.5.png ADDED

Git LFS Details

  • SHA256: 63f556818755fd8875f8b84773c68c544461c8c9579e2787511dffefea7a6512
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/shocked_20_3.0.png ADDED

Git LFS Details

  • SHA256: 02f739d8793344c0581233552005b1135d9fb98f37a4cce11df3be2d8c6bdf52
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/shocked_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 8eb0e69ce3c9c60f7fa0388124a039f2180813eb315ff0879234a283973ca184
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/shocked_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 9e23cc8b0639baef9fd3bf0a25eea6eb725ed4142e6e0522918870de02dee9ea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/shocked_21_0.0.png ADDED

Git LFS Details

  • SHA256: 3394b76412aafdef339848feccb9d936dadbe7aeab1e9541ac54ba3940604c22
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/shocked_21_1.5.png ADDED

Git LFS Details

  • SHA256: 085cc4ba4c0924a8ed3ef9e664ae82f400017d4c65c4892b3667a6f107e83614
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/shocked_21_3.0.png ADDED

Git LFS Details

  • SHA256: 6b8833eb8390684a54576c8c04ee8899c7bafa3a5e5e5c5373d44aeef52c482a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/shocked_22_-1.5.png ADDED

Git LFS Details

  • SHA256: a0747c16aecb12ba9bcd707bc4e4da6dfb574e49647469fa12322583c2209e76
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/shocked_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 34d39e7f3dad6a55af6a2d7ee446bd25ec9af68b8010e164229818fa01dfe8e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/shocked_22_0.0.png ADDED

Git LFS Details

  • SHA256: 92f2672d5cb948964c54a370e82b25f9e76a9a4692fd066cb86e6bfd1dacd9b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/shocked_22_1.5.png ADDED

Git LFS Details

  • SHA256: 3ca88d0e3f4e60706076afa1a22065146bcf13be98ff66da4da573b61d4e266b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/shocked_22_3.0.png ADDED

Git LFS Details

  • SHA256: d6044d7446e9da4cb25f875da0fa9f20775a906f46170a9ee5f21901f676a7a2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
shocked.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e34e99d8bce1a572ab3a3ea1b242c5e1ae80f32edf5e33f2018c2f451118137a
3
+ size 8789076