Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are there plans to implement an API to call image generation from outside of the browser? #1800

Open
eagleEggs opened this issue Jul 23, 2023 · 2 comments

Comments

@eagleEggs
Copy link

I'd like to generate from another tool via some API endpoint that may already exist.
If there already is, apologies, I looked around and haven't seen it yet. Thanks.

@ZeroCool940711
Copy link
Contributor

There are plans for it, an API is something I've wanted to add for a while but I have not been able to do it because of the way our backend was done and because most of it is tied to the frontend library we use which is Streamlit and it is limiting what we can do with it. I plan to rewrite the whole UI and use FastAPI on the backend which not only will give us access to an API for most stuff but will let us run the backend independently of the frontend/UI which I plan to rewrite as well but this time using Flet instead of Streamlit, that should let us do a lot more stuff, the rewrite of the UI will take some time tho.

@eagleEggs
Copy link
Author

Sweet, thanks for the info!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants