A little script to run the Flux Dev Lora model on Replicate.
See this blog post for more context.
uv run main.py "a vintage photo of CZUE, a 40 year old man, writing a blog post" \
--model="czue/me-v1" \
--count=4
Additional arguments:
- model: The hugging face model to use (repo id)
- count: The number of photos to generate (1-4, defaults to 1)