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("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Jonjew/Fancy-Lingerie")

prompt = "DLSR photograph showcases a blonde supermodel with an elegant updo and light blue eyes wearing red satin lace lingerie, including a bra, garter belt, and lace-top stockings. The lingerie is adorned with delicate gold chains and heart-shaped accents, highlighting her medium-sized breasts and toned abs. Her skin is fair with a few freckles, body freckles and moles. She stands in a warmly lit room with a decorated Christmas tree in the background, featuring golden ornaments and soft white lights. The floor is tiled, and the setting exudes a festive, intimate atmosphere."
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