chillpixel commited on
Commit
0063576
1 Parent(s): a7d1693

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: diffusers
3
+ pipeline_tag: text-to-image
4
+ tags:
5
+ - art
6
+ - style
7
+ - sdxl
8
+ - stable diffusion
9
+ - lora
10
+ - blacklight
11
+ - makeup
12
+ - neon
13
+ ---
14
+ # Blacklight Makeup — SDXL LoRA
15
+
16
+ ![Blacklight Makeup — SDXL LoRA Example Images](blacklight-makeup-v1-sdxl-lora.jpg)
17
+
18
+ ## <span style="color: orange;">Blacklight Makeup</span> is a fun art style for SDXL
19
+
20
+ **Difficulty**: <span style="color: indianred;">*Advanced*</span> (not for beginners)
21
+
22
+ **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.
23
+
24
+ I hope that Blacklight Makeup's radiant glow inspires you to experiment, to challenge norms, and to create beauty that transcends the ordinary!
25
+
26
+ ### INSTRUCTIONS:
27
+
28
+ - trigger words: `with blacklight makeup`
29
+ - `<lora:blacklight_makeup_v1:1>`
30
+ - **2:3** — 832x1248
31
+ - **16:9** — 1360x768
32
+ - **1:1** — 1024x1024
33
+
34
+ #### HuggingFace🤗 Diffusers
35
+
36
+ ```python
37
+ from diffusers import StableDiffusionXLPipeline, EulerDiscreteScheduler
38
+ import torch
39
+
40
+ pipe = StableDiffusionXLPipeline.from_pretrained(
41
+ "stabilityai/stable-diffusion-xl-base-1.0",
42
+ torch_dtype=torch.float16,
43
+ variant="fp16",
44
+ use_safetensors=True,
45
+ )
46
+
47
+ pipe.scheduler = EulerDiscreteScheduler.from_config(
48
+ pipe.scheduler.config, use_karras_sigmas=True
49
+ )
50
+
51
+ pipe.to("cuda")
52
+
53
+ pipe.load_lora_weights(
54
+ "chillpixel/blacklight-makeup-sdxl-lora",
55
+ weight_name="blacklight_makeup_v1.safetensors",
56
+ )
57
+
58
+ image = pipe(
59
+ prompt="portrait photo of a kitty cat with blacklight makeup, fierce eyes, light bokeh, sharp focus, soft lighting, detailed, intricate, elegant, vibrant colors, masterpiece, cinematic, 8k",
60
+ num_inference_steps=40,
61
+ guidance_scale=8,
62
+ width=832,
63
+ height=1248,
64
+ ).images[0]
65
+ ```
66
+
67
+ #### Also, available at:
68
+
69
+ - [CivitAI](https://civitai.com/models/134643/blacklight-makeup-sdxl-lora)
70
+ - [Tensor.Art](https://tensor.art/models/630245562870045528)
71
+ - [Ko-Fi](https://ko-fi.com/s/9d846bf374)
72
+
73
+ I really hope you enjoy this LoRA — and if you do, ***please click the "like" button!***
74
+
75
+ I will release a new model every time somebody [buys me a coffee on Ko-Fi](https://ko-fi.com/chillpixel).
76
+
77
+ Want to hire me to train SDXL? I'm open to innovation and marketing opportunities. Contact me at chillpixelgames@gmail.com