--- 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-v1-sdxl-lora.jpg) ## Blacklight Makeup is a fun art style for SDXL **Difficulty**: *Advanced* (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! ### INSTRUCTIONS: **Example 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` - trigger words: `with blacklight makeup` - `` - **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") image = pipe( 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", num_inference_steps=40, guidance_scale=8, width=832, height=1248, ).images[0] ``` #### Also, available at: - [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