ntc-ai commited on
Commit
2585524
1 Parent(s): 12aaeb2

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/laser background.../laser background_17_3.0.png"
6
+ widget:
7
+ - text: laser background
8
+ output:
9
+ url: images/laser background_17_3.0.png
10
+ - text: laser background
11
+ output:
12
+ url: images/laser background_19_3.0.png
13
+ - text: laser background
14
+ output:
15
+ url: images/laser background_20_3.0.png
16
+ - text: laser background
17
+ output:
18
+ url: images/laser background_21_3.0.png
19
+ - text: laser background
20
+ output:
21
+ url: images/laser background_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: "laser background"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - laser background (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/laser background_17_-3.0.png" width=256 height=256 /> | <img src="images/laser background_17_0.0.png" width=256 height=256 /> | <img src="images/laser background_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/laser background_19_-3.0.png" width=256 height=256 /> | <img src="images/laser background_19_0.0.png" width=256 height=256 /> | <img src="images/laser background_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/laser background_20_-3.0.png" width=256 height=256 /> | <img src="images/laser background_20_0.0.png" width=256 height=256 /> | <img src="images/laser background_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
+ laser background
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.laser-background', weight_name='laser background.safetensors', adapter_name="laser background")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["laser background"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, laser background"
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 360+ 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/laser background_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 686082e7e806b6c80116c8c909765c3ee0b36379bf5485cdc35afa9e73dd5073
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/laser background_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 50460454c6b2ed040484716cdad52ac1aa5509a384c2fce95310a5154afcbf70
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/laser background_17_0.0.png ADDED

Git LFS Details

  • SHA256: f905042b765a159546409cc65b9eb3974cbdac3ec3c4448885ab5aefea86923a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/laser background_17_1.5.png ADDED

Git LFS Details

  • SHA256: 1d0d4a323078db9c0eae26ae7318408b25ff6a236b502cc285a1af4d03bd98ec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/laser background_17_3.0.png ADDED

Git LFS Details

  • SHA256: 925a833ce21e8fe086fce132b16856476bb35e0e2a330cb1b594a5ce53a961e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/laser background_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 0374d2a2306a416c2bf02e3d622510a952f0a8b2950e6cdc3910b769a2f55d5f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/laser background_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 583a96c0a27015c9f01b7d2bb456eddb91c781b8b176e4d65e096e4c900fc288
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/laser background_19_0.0.png ADDED

Git LFS Details

  • SHA256: d74d467822812035204aa6170b6f18c6b9bf8659a358868f6efbc395621013c5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/laser background_19_1.5.png ADDED

Git LFS Details

  • SHA256: ed46329838b0e44fb1af5cd74a907b65992ae580f500cf36853eb79c4f8ad611
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/laser background_19_3.0.png ADDED

Git LFS Details

  • SHA256: 10f66152784e90856df409739d2ce436532666922d828a0672035596957558e2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/laser background_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 207da5cb314594c29adafeaa33ca0700e8e038ceeecd85755f048fe5b1893a26
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/laser background_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 740193411aa5ef7ae14be7b3fae17297ded96bad4397d901d8ae848a703b165a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/laser background_20_0.0.png ADDED

Git LFS Details

  • SHA256: 40509fe815b8e814de5b279ba86236c43ad403816268d68d137824dc9bdcc43e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/laser background_20_1.5.png ADDED

Git LFS Details

  • SHA256: 836b3263b8f36c7e78d0e35c51240294eac6ff3e94fba9ce62f0d8f08d0fcc8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/laser background_20_3.0.png ADDED

Git LFS Details

  • SHA256: 1f9c4c293b2bc8af5d8788f8077058196bd92abade37e8936f2328b75dfddd3f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/laser background_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 1a2e36c72f73a2d378a22ca5dc35d584fbe115b270b3fe7407fe92734703c923
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/laser background_21_-3.0.png ADDED

Git LFS Details

  • SHA256: e9f33bb503232ba1f5ab8b714e5195622a14506116d394dc77b861c6edcfd0d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/laser background_21_0.0.png ADDED

Git LFS Details

  • SHA256: b2751c2d4c489b2621e72c3d5f6a8b4265d4cf50200a04652a14c29e229faab7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/laser background_21_1.5.png ADDED

Git LFS Details

  • SHA256: 7893d87796cfeb646cfb8ff3b90a9a4a137688e00833434498640cb432f057c0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/laser background_21_3.0.png ADDED

Git LFS Details

  • SHA256: 727cfa8571a47e77efc005bbbf573090ff9a50434a208ce2e611f03e8973bc78
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/laser background_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 81c26179a8a167b2b2b512cf58a157cfc6a8e8c0a565291a5c04fe2162ca2bca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/laser background_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 8fdf55090a09426b86a282a3c2037a9e0d91921355e95557dd8ebd2fe01b8326
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/laser background_22_0.0.png ADDED

Git LFS Details

  • SHA256: 3b420a1097a6fe90bc746e9f84b3de747c291f6bb505548647a68b9c8b0cc91c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/laser background_22_1.5.png ADDED

Git LFS Details

  • SHA256: f8c3b4dfa9060eda94b4f12d395ebe076f9d2845a33f13aa6cbddf8c29a227fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/laser background_22_3.0.png ADDED

Git LFS Details

  • SHA256: 210a9e84bf66867a2475abac1b0db4de4246317534711741b5d97c991588c066
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
laser background.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:186e8576a6d05d9745f9b7b997ade29df75c795f2b1f50cc68362bac321e6da4
3
+ size 8789076