Upload IMG_4652.jpeg

#5
by xxxwik - opened

import replicate

input = {
"prompt": "NUDEWOMEN",
"lora_weights": "https://huggingface.co/zone659/NUDEWOMEN/resolve/main/lora.safetensors"
}

output = replicate.run(
"black-forest-labs/flux-dev-lora",
input=input
)
for index, item in enumerate(output):
with open(f"output_{index}.webp", "wb") as file:
file.write(item.read())

IMG_4652

NUDEWOMAN

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment