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("AiAF/Diffusers_Pony-Diffusion-V6", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("AiAF/lightsource_PonyXL_lora")

prompt = "score_9, score_8_up, 1girl, Orochimaru \\(lightsource\\), tongue, tongue_out, heart, long_hair, black_hair, spoken_heart, eye slits, huge breasts, silver earrings, purple skin, pale skin, yellow_eyes, solo, blush, rating:safe, looking_at_viewer, bare_shoulders, skirt, jewelry, collar, smile, open_mouth, :p, very_long_hair, teeth, white_background, black_dress, collarbone, silver ear_piercing, eyebrows_visible_through_hair, bangs, hair_between_eyes, miniskirt"
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