File size: 3,400 Bytes
0063576
 
 
3d296de
0063576
 
 
 
 
3d296de
 
 
 
 
0063576
 
 
3d296de
0063576
 
 
c21f120
0063576
 
 
 
 
 
 
 
 
fd54b4b
 
 
 
 
 
 
 
 
 
 
 
 
 
0063576
8b7c7ac
32c196f
fd54b4b
8b7c7ac
fd54b4b
0063576
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fd54b4b
 
 
 
0063576
 
fd54b4b
 
 
0063576
 
 
 
 
 
 
6049f9f
0063576
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
---
library_name: diffusers
pipeline_tag: text-to-image
base_model: stabilityai/stable-diffusion-xl-base-1.0
tags:
- art
- style
- sdxl
- lora
- stable diffusion
- stable-diffusion
- stable-diffusion-diffusers
- text-to-image
- diffusers
- blacklight
- makeup
- neon
inference: true
---
# Blacklight Makeup — SDXL LoRA

![Blacklight Makeup — SDXL LoRA Example Images](blacklight-makeup-sdxl-lora.jpg)

## <span style="color: orange;">Blacklight Makeup</span> is a fun art style for SDXL

**Difficulty**: <span style="color: indianred;">*Advanced*</span> (not for beginners)

**Blacklight makeup** is a mesmerizing art style that I have come to enjoy for its *creativity* and *boldness*. The magic lies in its ability to transform a simple canvas, such as the human face and body, into a vibrant and otherworldly masterpiece under the enchanting glow of ultraviolet light. The way the colors pop and come to life creates an almost surreal experience for both the creator and the audience. It's like stepping into a dreamlike realm.

I hope that Blacklight Makeup's radiant glow inspires you to experiment, to challenge norms, and to create beauty that transcends the ordinary!

### What's new in Version 2?

I've retrained it with *improved captions and parameters*, which brings:

- simpler trigger words: `blacklight makeup`
- better output quality
- reduced file size
- improved compatibility with other LoRAs

### What's next?

Enhancing the dataset while also experimenting with new training techniques.

### How to use:

**Example prompt:** `Portrait of woman with blacklight makeup, fantasy, highly detailed, digital painting, artstation, concept art, sharp focus, illustration, art by Tony Sart and artgerm and randy vargas`

- trigger words: `blacklight makeup`
- **combine with other LoRAs for extra fun!**
- `<lora:blacklight_makeup_v2:1>`
- **2:3** — 832x1248
- **16:9** — 1360x768
- **1:1** — 1024x1024

#### HuggingFace🤗 Diffusers

```python
from diffusers import StableDiffusionXLPipeline, EulerDiscreteScheduler
import torch

pipe = StableDiffusionXLPipeline.from_pretrained(
    "stabilityai/stable-diffusion-xl-base-1.0",
    torch_dtype=torch.float16,
    variant="fp16",
    use_safetensors=True,
)

pipe.scheduler = EulerDiscreteScheduler.from_config(
    pipe.scheduler.config, use_karras_sigmas=True
)

pipe.to("cuda")

pipe.load_lora_weights(
    "chillpixel/blacklight-makeup-sdxl-lora",
    weight_name="blacklight_makeup_v2.safetensors",
)

image = pipe(
    prompt="Portrait of woman with blacklight makeup, fantasy, highly detailed, digital painting, artstation, concept art, sharp focus, illustration, art by Tony Sart and artgerm and randy vargas",
    num_inference_steps=35,
    guidance_scale=6,
    width=832,
    height=1248,
).images[0]
```

#### Also, available at:

- [LoRA the Explorer](https://huggingface.co/spaces/multimodalart/LoraTheExplorer)
- [CivitAI](https://civitai.com/models/134643/blacklight-makeup-sdxl-lora)
- [Tensor.Art](https://tensor.art/models/630245562870045528)
- [Ko-Fi](https://ko-fi.com/s/9d846bf374)

I really hope you enjoy this LoRA — and if you do, ***please click the "like" button!***

I will release a new model every time somebody [buys me a coffee on Ko-Fi](https://ko-fi.com/chillpixel).

Want to hire me to train SDXL? I'm open to innovation and marketing opportunities. Contact me at chillpixelgames@gmail.com