ntc-ai commited on
Commit
a5b842a
1 Parent(s): 8c44872

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/security camera footage.../security camera footage_17_3.0.png"
6
+ widget:
7
+ - text: security camera footage
8
+ output:
9
+ url: images/security camera footage_17_3.0.png
10
+ - text: security camera footage
11
+ output:
12
+ url: images/security camera footage_19_3.0.png
13
+ - text: security camera footage
14
+ output:
15
+ url: images/security camera footage_20_3.0.png
16
+ - text: security camera footage
17
+ output:
18
+ url: images/security camera footage_21_3.0.png
19
+ - text: security camera footage
20
+ output:
21
+ url: images/security camera footage_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: "security camera footage"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - security camera footage (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/security camera footage_17_-3.0.png" width=256 height=256 /> | <img src="images/security camera footage_17_0.0.png" width=256 height=256 /> | <img src="images/security camera footage_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/security camera footage_19_-3.0.png" width=256 height=256 /> | <img src="images/security camera footage_19_0.0.png" width=256 height=256 /> | <img src="images/security camera footage_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/security camera footage_20_-3.0.png" width=256 height=256 /> | <img src="images/security camera footage_20_0.0.png" width=256 height=256 /> | <img src="images/security camera footage_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
+ security camera footage
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.security-camera-footage', weight_name='security camera footage.safetensors', adapter_name="security camera footage")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["security camera footage"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, security camera footage"
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 1060+ 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/security camera footage_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 2ec8c74f79c871b8f46267721f02f72b56ba38abd600d020a0558c8368e818c8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/security camera footage_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 31540d979aab08ce84c5ec2fac71c25ed675aa3d9654015bb86d70262938d08e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/security camera footage_17_0.0.png ADDED

Git LFS Details

  • SHA256: 1770b0de9bff9e5f4ecb83089da9ccf30878c913c8f19f1e250a8446bc76c3d0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/security camera footage_17_1.5.png ADDED

Git LFS Details

  • SHA256: 4682feec24d6bd23018ff305546117fbc2f899466fb600a7fe321213d5c5450b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
images/security camera footage_17_3.0.png ADDED

Git LFS Details

  • SHA256: 03e988da3b44e555fab1965f16397f42c6b6a76ef65a8a5b054fb0460ef9e452
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
images/security camera footage_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 65f429ea17c7512a318e91c156405d33b0835d45e443c63a7d67bbf0092774c7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/security camera footage_19_-3.0.png ADDED

Git LFS Details

  • SHA256: a15a2035ee1b8908feae691ac5591b47fed12dbfbe19919fe766d2d5ec6101cd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/security camera footage_19_0.0.png ADDED

Git LFS Details

  • SHA256: 825364bd802e591f32c19be68607d1cece7b660f1d47c98d1855c2ff6a2e4c18
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/security camera footage_19_1.5.png ADDED

Git LFS Details

  • SHA256: 3ca83f52d11d1bdbd08f8001fc531b94f679998bcadc833b45966ea74bbe255f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/security camera footage_19_3.0.png ADDED

Git LFS Details

  • SHA256: ef28039ff3f80e97df3354185ff2faa1bccb2a9bb31d5e9b010366652c75a49b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/security camera footage_20_-1.5.png ADDED

Git LFS Details

  • SHA256: f2fe3e23ef860dd65de87e1b0076e605e08f4919c5a9ffb575f612c603fab902
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/security camera footage_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 6ee9658044dd3932518b21676201b779b72b6d4f61d3f99ca6b36392313b3290
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/security camera footage_20_0.0.png ADDED

Git LFS Details

  • SHA256: 326f63695cd7dc64a68bbb30cb1b1e2b8ba4f70e230917435e8269142d70d64b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/security camera footage_20_1.5.png ADDED

Git LFS Details

  • SHA256: eb58e83eb110758a8977590eec843f0ed792fb17e830c1eafa4f0c159557a431
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/security camera footage_20_3.0.png ADDED

Git LFS Details

  • SHA256: fdd2da06562961310b9b9d969fd247c811e06a41ae48ec83af5868aba027eeb2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/security camera footage_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 7ecad7391d91ad6bfb945a2d4134a34ea20ac55b9f2f2aa93d2585a22af014aa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/security camera footage_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 18c1aa0769520e8b0178d1d0a3c4ad8e96ce8525feb4fd5ed9bceb8e296d3a8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/security camera footage_21_0.0.png ADDED

Git LFS Details

  • SHA256: 600c606415a7d0c69029de696b1e47d9ae4ddde7b4c6ddafc0d5ca9d6aaffe1f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/security camera footage_21_1.5.png ADDED

Git LFS Details

  • SHA256: a74b06ea22cc0e27f6e113d428d6865d9aa6f41cbea5508560749e79329a7624
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/security camera footage_21_3.0.png ADDED

Git LFS Details

  • SHA256: 62ce6a40912596bde9288f7fce8fcffc6d2103f8ee554fb34fd7068ac6493031
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/security camera footage_22_-1.5.png ADDED

Git LFS Details

  • SHA256: e8d476c59da70da51b2cd383a7c48c624244c89b3a2299990591d327bcb16813
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/security camera footage_22_-3.0.png ADDED

Git LFS Details

  • SHA256: d1544427c27b628d65d98a701e0d6b7f045faa63243d1062ab742d424d05f8b2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/security camera footage_22_0.0.png ADDED

Git LFS Details

  • SHA256: bba57b1e76114fd88ed577df66244438ae3c13005d026b7342c2fec4c81a197e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/security camera footage_22_1.5.png ADDED

Git LFS Details

  • SHA256: f747a71ce9a082e83bba36e8e3e5f053e6f56c00a03ed2e9fc6075ee83f8c2bf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/security camera footage_22_3.0.png ADDED

Git LFS Details

  • SHA256: 7cfa6efb970ea6dc4f0661eea05b2bee47a643219857ecf5f6bac6d3ecfdcc72
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
security camera footage.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80da7c72b9c2e7e6932a0cda8a8d4184d857fbb0180eba845c34cb1c5783898d
3
+ size 8789076