ntc-ai commited on
Commit
0035997
1 Parent(s): 77f1ddc

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/studio lighting.../studio lighting_17_3.0.png"
6
+ widget:
7
+ - text: studio lighting
8
+ output:
9
+ url: images/studio lighting_17_3.0.png
10
+ - text: studio lighting
11
+ output:
12
+ url: images/studio lighting_19_3.0.png
13
+ - text: studio lighting
14
+ output:
15
+ url: images/studio lighting_20_3.0.png
16
+ - text: studio lighting
17
+ output:
18
+ url: images/studio lighting_21_3.0.png
19
+ - text: studio lighting
20
+ output:
21
+ url: images/studio lighting_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: "studio lighting"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - studio lighting (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/studio lighting_17_-3.0.png" width=256 height=256 /> | <img src="images/studio lighting_17_0.0.png" width=256 height=256 /> | <img src="images/studio lighting_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/studio lighting_19_-3.0.png" width=256 height=256 /> | <img src="images/studio lighting_19_0.0.png" width=256 height=256 /> | <img src="images/studio lighting_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/studio lighting_20_-3.0.png" width=256 height=256 /> | <img src="images/studio lighting_20_0.0.png" width=256 height=256 /> | <img src="images/studio lighting_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
+ studio lighting
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.studio-lighting', weight_name='studio lighting.safetensors', adapter_name="studio lighting")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["studio lighting"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, studio lighting"
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 700+ 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/studio lighting_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 92cc18f10444a22de635fa118b85475e35db10f55305769de9385611f82ac3d5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/studio lighting_17_-3.0.png ADDED

Git LFS Details

  • SHA256: c5a521fada4a625d2abc63acb9c3bc0462ba2d7a95ca17e020fc4a47edae7951
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/studio lighting_17_0.0.png ADDED

Git LFS Details

  • SHA256: 9e50898503ff348c3dee28c22c30389912a8fd61bd51cb8fff5a16cf5425a6f6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/studio lighting_17_1.5.png ADDED

Git LFS Details

  • SHA256: b7f9926ac98a5f294526fb81c2dd7e9c9a9a1d2105ea7123a8b64c428a60e0e2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/studio lighting_17_3.0.png ADDED

Git LFS Details

  • SHA256: fd242682c0abf84ba172c505aec55b2d0a26bca873f36a535e8e81188da6bf2f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
images/studio lighting_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 814289cfeb61577eff4872b0b0644e076e67ea2e14d4c59e44ce55165815d0fe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/studio lighting_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 241f0d33032da485b513902928c3e958e6cf68984eb201f4fae8ad74c7af6664
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/studio lighting_19_0.0.png ADDED

Git LFS Details

  • SHA256: fde0796e3c6a8bd63d63a8254e55f5dab52a7da3f7d7e1661a7c50277ca822a5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/studio lighting_19_1.5.png ADDED

Git LFS Details

  • SHA256: 833741c74417db5dc742de8157334510a8ee1f791bc4575e33069e8b458efb8c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/studio lighting_19_3.0.png ADDED

Git LFS Details

  • SHA256: fff403ca01c88da22d19b27a1abf5511ac9970a600016c47316c1503d6d56001
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/studio lighting_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 5b4807dc3afc33a781b73e7571acfda741d9a137df648eadc134b88298f4e500
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/studio lighting_20_-3.0.png ADDED

Git LFS Details

  • SHA256: b514e4043e32bf232f34f40a25d9d7c2ea3511839f015515fe20639b05f5377d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/studio lighting_20_0.0.png ADDED

Git LFS Details

  • SHA256: a46ee7fa14b5fb2fcded7b4d87428de09e232c48e403ea103fda750f8d60d870
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/studio lighting_20_1.5.png ADDED

Git LFS Details

  • SHA256: f2f2e1f47e1993c3004d499e84923f7acda10f2164227cabf5838cd3fe80d6df
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/studio lighting_20_3.0.png ADDED

Git LFS Details

  • SHA256: 60f97e3d92f315b913ee4ed4bb89e5fae6f5e63ffe354ff34c1af9371e5ce99b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/studio lighting_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 806b2f161bbc12b6af51eb171616efa08ac5f3dcb32ea628d93b0be5666c9acd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/studio lighting_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 3e6f622e19270564009c23fd7a0eba438e84b20ceb7fbb3920d74d9d71bf57ad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.78 MB
images/studio lighting_21_0.0.png ADDED

Git LFS Details

  • SHA256: d46df9c0e1c257ba5a4719faa7ff67f9780047598758f11019e57541cff78e2c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/studio lighting_21_1.5.png ADDED

Git LFS Details

  • SHA256: 1b9d73c761c3eaf4b9c897cf991ad0fbb4561e3656ced295c65ee0aedd05387c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/studio lighting_21_3.0.png ADDED

Git LFS Details

  • SHA256: e4c14b466e70fd3bf03905300f4d3ae7283d5a2963a85b43e878541e0bf60ef9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/studio lighting_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 88cc2afce145cdba33ef5a9ac166035c94a7326f505e6d56e910aa829a232e3c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/studio lighting_22_-3.0.png ADDED

Git LFS Details

  • SHA256: e511fd0416b098cb0f207ec41ca6be5e43804ded89c617e0ea405abc396979f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/studio lighting_22_0.0.png ADDED

Git LFS Details

  • SHA256: 1506943c29743fe17e134243dc15c850a9270c3d19c139c79600a6ce2868a5b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/studio lighting_22_1.5.png ADDED

Git LFS Details

  • SHA256: 8282727b211a77e34f36d447db4df5f1573fed3d3ef41918186c378931cc9aeb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB
images/studio lighting_22_3.0.png ADDED

Git LFS Details

  • SHA256: 4c78e84b346c869929a912e52d974a5b3b5ab8ba328ab4f012f4f727dc5d1b16
  • Pointer size: 132 Bytes
  • Size of remote file: 1.08 MB
studio lighting.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:570308fdf96ea596e7a12947bd512514a0867fce894edbe9ab013ec8e0f1c62e
3
+ size 8789076