Upload smridhii.20.o-20250204-0001.jpg

#8

from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev")
pipe.load_lora_weights("Jonjew/ClothesOnOff")

prompt = "side-by-side clothed and nude photos of a woman wearing a leopard print top and a frizzy yellow skirt, hoop earrings, standing outdoors, arms crossed, desert, cactus, ginger hair, blunt bangs lora:OnOffFlux4-9:1"
image = pipe(prompt).images[0]

No description provided.
No description provided.
Ready to merge
This branch is ready to get merged automatically.
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment