ntc-ai commited on
Commit
38f9ca3
1 Parent(s): ac6c49e

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/motion blur.../motion blur_17_3.0.png"
6
+ widget:
7
+ - text: motion blur
8
+ output:
9
+ url: images/motion blur_17_3.0.png
10
+ - text: motion blur
11
+ output:
12
+ url: images/motion blur_19_3.0.png
13
+ - text: motion blur
14
+ output:
15
+ url: images/motion blur_20_3.0.png
16
+ - text: motion blur
17
+ output:
18
+ url: images/motion blur_21_3.0.png
19
+ - text: motion blur
20
+ output:
21
+ url: images/motion blur_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: "motion blur"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - motion blur (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/motion blur_17_-3.0.png" width=256 height=256 /> | <img src="images/motion blur_17_0.0.png" width=256 height=256 /> | <img src="images/motion blur_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/motion blur_19_-3.0.png" width=256 height=256 /> | <img src="images/motion blur_19_0.0.png" width=256 height=256 /> | <img src="images/motion blur_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/motion blur_20_-3.0.png" width=256 height=256 /> | <img src="images/motion blur_20_0.0.png" width=256 height=256 /> | <img src="images/motion blur_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
+ motion blur
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.motion-blur', weight_name='motion blur.safetensors', adapter_name="motion blur")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["motion blur"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, motion blur"
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
images/motion blur_17_-1.5.png ADDED

Git LFS Details

  • SHA256: b66ef9d0549ffc7c4ae8bc7ad879d2eecb4f210c8b69400b57cf624d19aa6dd7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/motion blur_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 03eb46e98e5d461840e89ba1d8fb1f7a00764e49dc45a455f2cdc80399aa3091
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/motion blur_17_0.0.png ADDED

Git LFS Details

  • SHA256: dbcd3e595f7cf3c29a9bb51acb20a80b7824fe15983abd72ec605ff8470c2dcb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/motion blur_17_1.5.png ADDED

Git LFS Details

  • SHA256: ea3b7be7e1ffd60b97c672976ce40276980427062c228ff12b1ff7bcd22dd127
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/motion blur_17_3.0.png ADDED

Git LFS Details

  • SHA256: b23bab036a4a301b84d0917d88c2fe596bc4fceca8670adf86cbf2f2b953f403
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/motion blur_19_-1.5.png ADDED

Git LFS Details

  • SHA256: a633f0fbdcdbca3d99da17bd1f1c467e91ac58e33b21a429020d513236037d18
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/motion blur_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 3ba7703152db5a4ade03352ffc91319a4a5baedadb44061eb9e82aa080ee8896
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/motion blur_19_0.0.png ADDED

Git LFS Details

  • SHA256: c081b08a37d2c7101762da070bfdc8b11ae2f59ea27afe6a59f32abedba2fca9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/motion blur_19_1.5.png ADDED

Git LFS Details

  • SHA256: 7b2d91d314a748f6695567befb91a7a8b0b56ee43e7feed8ef7ea545c7abef0e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/motion blur_19_3.0.png ADDED

Git LFS Details

  • SHA256: a73f31d297d95174d59949bbfe39752d802e1d3486525dcffd6792b977f912ee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/motion blur_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 0ef3edbcdd6df03c888b5f072b30032a40c88d8f90dbb573ab022bc93dbf6a97
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
images/motion blur_20_-3.0.png ADDED

Git LFS Details

  • SHA256: db3a364cdc9b64ef4d9d1b6bab6b9e54e83f752cc5e110f496309b0b396acb7d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/motion blur_20_0.0.png ADDED

Git LFS Details

  • SHA256: b27e7af5ecfafd8259f22f99a775da523a0a9bbdcb1fe230dbbcb77e71b8ad4e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.19 MB
images/motion blur_20_1.5.png ADDED

Git LFS Details

  • SHA256: 08ddc45e293a9f70683fec935f56c42d632c7479a2f80ec8a2247ec0ce07fac2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/motion blur_20_3.0.png ADDED

Git LFS Details

  • SHA256: 0459f611bb9294a0762705172c43e9ea4487dcf706c7efe0cbc23e0979383057
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/motion blur_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 2460dabf994e32ba526d0813337f0c2f08dfefe461170ac97da739c381a6e48d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/motion blur_21_-3.0.png ADDED

Git LFS Details

  • SHA256: cae7e0ba8806757722a501d07f67d481acfc7bd5c071756e8fec9a74733bd5de
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/motion blur_21_0.0.png ADDED

Git LFS Details

  • SHA256: 8b3519e1bfd2d3fb1020c2e3050e4cde7bba3119ec22d71233b336b5abc2b685
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/motion blur_21_1.5.png ADDED

Git LFS Details

  • SHA256: 19640685d423b5a41fad4a0ae560b75a704aabdc6fb31652ed9f3e40eae24225
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/motion blur_21_3.0.png ADDED

Git LFS Details

  • SHA256: b6347b606a80e870317774c7465337737895e518e93c94753c2ae5e2018b7f31
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
images/motion blur_22_-1.5.png ADDED

Git LFS Details

  • SHA256: fda34060cafcb7e96593fa3a3ebd8e7193a0809305510621f1ce179d9a950cac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/motion blur_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 52f2118037e9eadfd23b2d95aaf05aaff36e7a46b7680e913de077a85f117714
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/motion blur_22_0.0.png ADDED

Git LFS Details

  • SHA256: d694d62d51476b14de41c5441915bf04c46fb2c74f6eb6fb92844506f00e7147
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/motion blur_22_1.5.png ADDED

Git LFS Details

  • SHA256: 9bcd9dc3f73155fed2a9e90a9878b308f9100a8576c8de353d59235c30bbe3f7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/motion blur_22_3.0.png ADDED

Git LFS Details

  • SHA256: 2b43e0f2c8e330b8f5e1b9aad40831ce10ff6dd3b22da83d47968b753e4ed172
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
motion blur.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54f26033a020d4fe439b3204d6b9b123b587d8314bcbb231994ddfb95819d05c
3
+ size 8789076