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("wikeeyang/Flux2-Klein-9B-True-V2", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("quadratrund/FK_doublepenetration_klein9b")

prompt = "the image shows one girl and two men. the girl is shown in a side - backview sitting on the lap of one man. this man is lying under her and is penetrating her vagina with his penis. the second man is standing next to the girl penetrating her anus with his penis. the lying man penetrates her vagina with his penis and the standing man is penetrating her anus with his penis. the upper body of the man lying under the girl is just barely visible his face not shown in the image. the standing mans upper body is out of frame and is face is not visible.  the face of the girl is slightly turned to the side, looking back into the camera. the image mainly focusses on the doublepenetration of the threesome. "
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