We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want an API GET method similar to /sdapi/v1/sd-models that lists all the VAE.
/sdapi/v1/sd-models
Similar to whatever is used to populate this dropdown in Auto's UI:
But without having to use the indecipherable /predict/run method.
/predict/run
Add
self.add_api_route("/sdapi/v1/sd-vae", self.get_sd_vae, methods=["GET"], response_model=List[SDVaeItem])
to api.py or similar.
api.py
Related: #4982
The text was updated successfully, but these errors were encountered:
Is there any progress on this API requirements?
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
What would your feature do ?
I want an API GET method similar to
/sdapi/v1/sd-models
that lists all the VAE.Similar to whatever is used to populate this dropdown in Auto's UI:
But without having to use the indecipherable
/predict/run
method.Proposed workflow
Add
to
api.py
or similar.Additional information
Related: #4982
The text was updated successfully, but these errors were encountered: