Multiuser Local Image Generation Using Flux

I put together a simple gradio interface and service model to allow for queuing image generation. You can close this and easily run it on a Linux/Mac/Window host.

The cool part here is that with three children using it, the image library generates and grows. I find humor in what kids generate!

1 Like

The Images grow!

This is great, thank you for sharing!
What FLUX models do you usually use for this?

it’s defined in the app.py, but right now this is using dev flux since it’s non-commercial. For commercial you could use schnell.

1 Like

Perfect, I’ll try this out with my kiddo, thank you!