ntc-ai commited on
Commit
1216310
1 Parent(s): f0a3565

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/blacklight photography.../blacklight photography_17_3.0.png"
6
+ widget:
7
+ - text: blacklight photography
8
+ output:
9
+ url: images/blacklight photography_17_3.0.png
10
+ - text: blacklight photography
11
+ output:
12
+ url: images/blacklight photography_19_3.0.png
13
+ - text: blacklight photography
14
+ output:
15
+ url: images/blacklight photography_20_3.0.png
16
+ - text: blacklight photography
17
+ output:
18
+ url: images/blacklight photography_21_3.0.png
19
+ - text: blacklight photography
20
+ output:
21
+ url: images/blacklight photography_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: "blacklight photography"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - blacklight photography (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/blacklight photography_17_-3.0.png" width=256 height=256 /> | <img src="images/blacklight photography_17_0.0.png" width=256 height=256 /> | <img src="images/blacklight photography_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/blacklight photography_19_-3.0.png" width=256 height=256 /> | <img src="images/blacklight photography_19_0.0.png" width=256 height=256 /> | <img src="images/blacklight photography_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/blacklight photography_20_-3.0.png" width=256 height=256 /> | <img src="images/blacklight photography_20_0.0.png" width=256 height=256 /> | <img src="images/blacklight photography_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
+ blacklight photography
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.blacklight-photography', weight_name='blacklight photography.safetensors', adapter_name="blacklight photography")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["blacklight photography"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, blacklight photography"
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 960+ 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
blacklight photography.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbcdf125365dbea3342c1778d0f6879ff5f6f68046e2eff593f6c6e76bbc83d3
3
+ size 8789076
images/blacklight photography_17_-1.5.png ADDED

Git LFS Details

  • SHA256: c2642e18697b11d9675e2cfb384ce35ad9f8e45a2d0e7f9974c1585a9cf911ee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/blacklight photography_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 0aa9da23f1b3649589a9445d49a4185bbe078b5eb90201cd670a0f0dafbfb9d5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/blacklight photography_17_0.0.png ADDED

Git LFS Details

  • SHA256: 3a6c195c74e703ed10e2714c1d1631c50a420d45945ceae9c202b3abe8327e8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/blacklight photography_17_1.5.png ADDED

Git LFS Details

  • SHA256: 3f4f5c49b5e67a5bb8155e0e427a81a0d1236ee134bd840b5e865612690d4adc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/blacklight photography_17_3.0.png ADDED

Git LFS Details

  • SHA256: 3621e374917d609efb76c280d2ecec0d42234cb803a739880132386bc2175ca4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/blacklight photography_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 33cf0ec96d6c33b5235ccb48e7a74a4b361e181fc12bc0f2ee36fb2ceb7edad6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/blacklight photography_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 6a3d043623965da1a685968793f0c129ac7c7f64fc288c499362b5c5028fc888
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/blacklight photography_19_0.0.png ADDED

Git LFS Details

  • SHA256: b7504e78f49a189bc8f69557ed26166869c408b80420f18b97da0319309fa91f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/blacklight photography_19_1.5.png ADDED

Git LFS Details

  • SHA256: 2d469a5b5b1ee421634534fc18024df81126fa685c6fb2a06916ba524f2ac4ce
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/blacklight photography_19_3.0.png ADDED

Git LFS Details

  • SHA256: 3a0dc0be39677366b3ec4ba5acba9e19a69432980648c78b1e1c44796c97c924
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/blacklight photography_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 985b99c4072bb2cc0082bdc38147df344f5310707e78532d1cc4f0bf3d1eb3f6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/blacklight photography_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 1dd8f8d06349ff3be9713db177da2eb550fdbd357ff7799fc102b1aed879a352
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/blacklight photography_20_0.0.png ADDED

Git LFS Details

  • SHA256: a73f0865917dda97193b4e0668450827b579ba95d31b19d0d2adde768c2b8025
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/blacklight photography_20_1.5.png ADDED

Git LFS Details

  • SHA256: 3d50acfe5dce998c6ac0dc741155a94f8c2469a0d8d04d9f1db65515dbe1b720
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/blacklight photography_20_3.0.png ADDED

Git LFS Details

  • SHA256: bd13f4d7e3a6ac3656288d4dfc220c72cf1d62e7ce5668b66351c5563382a12c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/blacklight photography_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 9c6ccfd3d15ba62407c69fd06f27aad33ef4518305f08584575dc7023a9bd2bc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/blacklight photography_21_-3.0.png ADDED

Git LFS Details

  • SHA256: d28a270c8f450509c06bf5b85326ac3680024ba9b243b073b97b8cb7717cc650
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/blacklight photography_21_0.0.png ADDED

Git LFS Details

  • SHA256: 127f38326985762f9c6e4c303022b09ff09d568567f767b43a5a2b1a7c136248
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/blacklight photography_21_1.5.png ADDED

Git LFS Details

  • SHA256: c9542d00d837ac4bfcfa8653943e81e8845b1c97a4e01006c9fc6ee077ca8415
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/blacklight photography_21_3.0.png ADDED

Git LFS Details

  • SHA256: c7049ac71b8a61b85087887bf84e4a39f08482dbda48d368269017b67f172975
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/blacklight photography_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 46679b62f5a104aec1b11614300b29393d34174cd3cfe432c42224809e67e53a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
images/blacklight photography_22_-3.0.png ADDED

Git LFS Details

  • SHA256: c322e49091d8fec371ec286e393ddf1784f9f9d09c61d66a4d3c766c9588c5f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.82 MB
images/blacklight photography_22_0.0.png ADDED

Git LFS Details

  • SHA256: df41f722c6abc17d81ad32df5f9576cef931ff439f2c3b47898ed68f142519d7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.89 MB
images/blacklight photography_22_1.5.png ADDED

Git LFS Details

  • SHA256: 56fffaeca29e14408693a4b4acf0c343b5c9f8e56acc711459616abc826905a6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB
images/blacklight photography_22_3.0.png ADDED

Git LFS Details

  • SHA256: ea6b9645dcea779b93b1d9fb969953d1712fb9fa2bea825a22c27ea484a9f27f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.92 MB