ntc-ai commited on
Commit
1bfb93a
1 Parent(s): f0d7da2

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/luminescent.../luminescent_17_3.0.png"
6
+ widget:
7
+ - text: luminescent
8
+ output:
9
+ url: images/luminescent_17_3.0.png
10
+ - text: luminescent
11
+ output:
12
+ url: images/luminescent_19_3.0.png
13
+ - text: luminescent
14
+ output:
15
+ url: images/luminescent_20_3.0.png
16
+ - text: luminescent
17
+ output:
18
+ url: images/luminescent_21_3.0.png
19
+ - text: luminescent
20
+ output:
21
+ url: images/luminescent_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: "luminescent"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - luminescent (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/luminescent_17_-3.0.png" width=256 height=256 /> | <img src="images/luminescent_17_0.0.png" width=256 height=256 /> | <img src="images/luminescent_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/luminescent_19_-3.0.png" width=256 height=256 /> | <img src="images/luminescent_19_0.0.png" width=256 height=256 /> | <img src="images/luminescent_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/luminescent_20_-3.0.png" width=256 height=256 /> | <img src="images/luminescent_20_0.0.png" width=256 height=256 /> | <img src="images/luminescent_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
+ luminescent
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.luminescent', weight_name='luminescent.safetensors', adapter_name="luminescent")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["luminescent"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, luminescent"
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 840+ 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/luminescent_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 4563d864de5f8418c39f294d85ea67393c11203c7c162533cd2449805aa2d733
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/luminescent_17_-3.0.png ADDED

Git LFS Details

  • SHA256: c106427435a5e2a50941a9a0e7fe83ea3467f93429426e810ff8591a9f6e9d88
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/luminescent_17_0.0.png ADDED

Git LFS Details

  • SHA256: 1893db141b307832bfa76c6848c19adab3c7e24063cd8888556ce454df005aae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/luminescent_17_1.5.png ADDED

Git LFS Details

  • SHA256: fc406b178ccf8c9a5b3026e8bd3d5d82e22c8831510360583bffdbb95150d6cc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/luminescent_17_3.0.png ADDED

Git LFS Details

  • SHA256: 25d622db6704b5f8099699f3ca368f208ebe69f06918426d0528187b6db4d674
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/luminescent_19_-1.5.png ADDED

Git LFS Details

  • SHA256: f05e26d3b31bd153381507bf1d94c86327dd6f02ccd95203001c89a4bf143202
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/luminescent_19_-3.0.png ADDED

Git LFS Details

  • SHA256: d38a7557b6a29fb74b43cb24b0c3811a3db5bc2de776cfdf671114174d6587ae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/luminescent_19_0.0.png ADDED

Git LFS Details

  • SHA256: 9ff61616e4adcaa0dd94e5a5b6310368db267a89204b3d17612ea385c118c46c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/luminescent_19_1.5.png ADDED

Git LFS Details

  • SHA256: f105517f5a67297d0f639dbfb180f38e050b859baf0ce02abf62dc25c8208287
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/luminescent_19_3.0.png ADDED

Git LFS Details

  • SHA256: e91a3f4089d1db7cfd430aa273d13d18350c8b4a7534c97227bcc27bfbb42b5d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/luminescent_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 47b43e0c4064dd91e6cd981b92af45e3d40c4606086ee666f6a6610f2a31682d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/luminescent_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 5a7c7a6bb7e1dc28cf72c2ef45ec58d7313f0a1f0a24ec06737ccc72cf3ad140
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/luminescent_20_0.0.png ADDED

Git LFS Details

  • SHA256: 686af3392b493e75f38fa25bf23dd46e400cae9f1fae3b3f0b381bb4772dd209
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/luminescent_20_1.5.png ADDED

Git LFS Details

  • SHA256: fc6581fa99976fe3b287a476f6879a3bf5b914290afc0cb16214d6d0d262e201
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/luminescent_20_3.0.png ADDED

Git LFS Details

  • SHA256: 2172991bb574dd6931d406bef3007879fe83034fc039d2ddd33c06494a1ca0ea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/luminescent_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 9fcf3a782a1035c0168f84f5b1752062c379ac09163e65ed1be823c8c1f2a9c7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/luminescent_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 070cdcc7dd9a711ee199a25c26c780152be0b8b710d6ccfd8bafda7158a19601
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/luminescent_21_0.0.png ADDED

Git LFS Details

  • SHA256: 1dcea1d1a8de7a4af45461901445a0fe41d9cf111a034ab32c08f5e9a674669c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/luminescent_21_1.5.png ADDED

Git LFS Details

  • SHA256: c6db69e80c42c7714b32511decadd07f255206a54fe0fa36daac580b35308cec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/luminescent_21_3.0.png ADDED

Git LFS Details

  • SHA256: 08edeb861cc6a8e637841f30a95af0e80be30840dab247fa0de19a5555ae549d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/luminescent_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 3e5471ca39e6dda50886c6e695fd849f9e4faecf8a55b81281389b3b10b25e3d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/luminescent_22_-3.0.png ADDED

Git LFS Details

  • SHA256: b512d014356f80d4aa28310ee55e4a8122df6a77a75982e351b09930c51c05ec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/luminescent_22_0.0.png ADDED

Git LFS Details

  • SHA256: 61a6faa74076e4f0eedf572aa9370f26165faef8424b6f611cf6efb8363612e8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/luminescent_22_1.5.png ADDED

Git LFS Details

  • SHA256: ed173e0c38a67d7f53f2da6b4e4beab05ec0c95f93cf334071c81e67206c098a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/luminescent_22_3.0.png ADDED

Git LFS Details

  • SHA256: b91e7945f15fd723f5394990c812340e156637e8e300d56b69777611013a3819
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
luminescent.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6251dc30597ee7514e8be572973c57f81503f5274e9a3aa1710f529eedf0284d
3
+ size 8789076