ntc-ai commited on
Commit
43097cc
·
1 Parent(s): 08ae9fa

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

Git LFS Details

  • SHA256: e9ac81dff62e488116c3e8867a46fd821f211909ab0ed1dce7faa8188c169609
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/great lighting_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 06ef2c8a8be0fd9af69efcae6f95e9469799dbb7147c7144b946ce00818c4045
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/great lighting_17_0.0.png ADDED

Git LFS Details

  • SHA256: 8a3b5e282737d0225c9e6b121ec119189ae1b5e3bf39c65e324df648c5f9a8d5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/great lighting_17_1.5.png ADDED

Git LFS Details

  • SHA256: f80bbde3a1838dfdab1a13749028c24e4c45253106e0bcc23f5a6b7fd681a952
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/great lighting_17_3.0.png ADDED

Git LFS Details

  • SHA256: 01009cbd1a7e13ebc193be273eeb90bddf165c0058d774378ff867d7b86ce241
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/great lighting_19_-1.5.png ADDED

Git LFS Details

  • SHA256: a8b9df552ad6da4e494799ebb65cf6681bf2e4f2a4dea85d892e5814ec48bd04
  • Pointer size: 132 Bytes
  • Size of remote file: 1.78 MB
images/great lighting_19_-3.0.png ADDED

Git LFS Details

  • SHA256: fb196db0adace213b984e6466cca10379c9c03910669d79974c436f4bac36a6c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/great lighting_19_0.0.png ADDED

Git LFS Details

  • SHA256: 6f1fee7a80a1341fe1e0a5ad9c4659ea01aa7036a260e46eaef257f3da36ea63
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/great lighting_19_1.5.png ADDED

Git LFS Details

  • SHA256: c1223e2dcd53a3541f96dafb6066d8238028d195733ef54a70576b3a657632af
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/great lighting_19_3.0.png ADDED

Git LFS Details

  • SHA256: 9d7c9717d8f635dee16eb13daf4e628c90c47b31234cd22be060ed542e9231af
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/great lighting_20_-1.5.png ADDED

Git LFS Details

  • SHA256: b3deab71508061c20cb670124998fdac85d2564349a3d732abe69cdc124ca9ef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/great lighting_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 303c6558d998eec80ca15c187dcdbd7499b83e6c848a9ee42e159fd36063dd3d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/great lighting_20_0.0.png ADDED

Git LFS Details

  • SHA256: 879150aa72c5a070c5c0e53359e17058234d689c64cba282b2fb4e254bdd85c6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/great lighting_20_1.5.png ADDED

Git LFS Details

  • SHA256: a380df307016f411839afe53243b00ff462f44b570cc628d415ca236403a4eed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/great lighting_20_3.0.png ADDED

Git LFS Details

  • SHA256: ece0492f2818158effc50043f7914036435a9fd5dd90a2650a75de6d7cb3388d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/great lighting_21_-1.5.png ADDED

Git LFS Details

  • SHA256: b7727a533c83c3cd4abc08b57aab107f3c4de8c51df3b1eec63e8ee00e5dea00
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/great lighting_21_-3.0.png ADDED

Git LFS Details

  • SHA256: caf6f359cc60daa7cde4c4626d9da437219b0ac0124e1f9fc6134a64e32c4d0f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/great lighting_21_0.0.png ADDED

Git LFS Details

  • SHA256: 525465eb34d41b999a9fba0123edcf6c546e41e8efbe55e329d9e08ac2d64819
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/great lighting_21_1.5.png ADDED

Git LFS Details

  • SHA256: 988cde774ada124ae5be0d49555f0969b75c888fb373d735c8714c18c62df912
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/great lighting_21_3.0.png ADDED

Git LFS Details

  • SHA256: b9c5ef62add9875815ff292663a5f8bc599dc5cf6f74d0ea6e5fa565558f2f69
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/great lighting_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 986e15f8b46cde1d4ef84436fcb33f051b6f87160611085b80c2393bd6d4cc35
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/great lighting_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 86ea3fe52240cd65372b638d8d588f2712ee443cd5dee23cc66e579473d846fe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/great lighting_22_0.0.png ADDED

Git LFS Details

  • SHA256: 27ea1596cdaf0e07c13f066e851c5c44175bf0a9491d308a2b0feb5fcd5e8c83
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/great lighting_22_1.5.png ADDED

Git LFS Details

  • SHA256: 2c6f3acb930cf937f7b69f550e9b882bd91c54f9390da77453ce1158c1ca61c4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/great lighting_22_3.0.png ADDED

Git LFS Details

  • SHA256: cc0ccebb993dbca323342eae2db81bc3f9a5814c288cbef8ba25e533b1bd20d3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB