How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("xinsir/controlnet-union-sdxl-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("MarkBW/nipple-pull-xl")

prompt = "score_9, score_8_up, score_7_up,source_anime, high res image,masterpiece,best quality,woman,middle breasts,cute face,clear skin,shiny hair,ultra detailed eyes,simple background <lora:nipple pull_pony_V1.0:0.8> nipple pull,nipples tweak"
image = pipe(prompt).images[0]

Not-For-All-Audiences

This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.

View model card