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("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("AiAF/Clone-Test-2")

prompt = "score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, D-art Style, @18dart3, d-art, 1girl, ((portrait shot)), detailed black eyes, smile, nose,blonde hair, eyeliner, breasts, closed mouth, looking at viewer, long hair, t-shirt , background: leaning against a wall, solo, upper body,"
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