4 points | by rrrpro123 8 hours ago ago
9 comments
What is the technical architecture behind this, and how do you handle image generation without high server costs?
The application runs as a lightweight, serverless single-page app.
serverless single-page app to not possible
It offloads compute by interfacing asynchronously with distributed open AI inference pipelines. By handling state and Blob generation.
[flagged]
The output is provided watermark-free, making it ready for both personal and commercial projects.
Why fetch generated images as a client-side Blob instead of setting a direct src URL?
What is the technical architecture behind this, and how do you handle image generation without high server costs?
The application runs as a lightweight, serverless single-page app.
serverless single-page app to not possible
It offloads compute by interfacing asynchronously with distributed open AI inference pipelines. By handling state and Blob generation.
[flagged]
The output is provided watermark-free, making it ready for both personal and commercial projects.
Why fetch generated images as a client-side Blob instead of setting a direct src URL?
[flagged]