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

Support Stable Diffusion #708

Open
ullenboom opened this issue May 10, 2024 · 3 comments
Open

Support Stable Diffusion #708

ullenboom opened this issue May 10, 2024 · 3 comments
Labels
help wanted Extra attention is needed image models

Comments

@ullenboom
Copy link

According to https://docs.spring.io/spring-ai/reference/api/imageclient.html Spring AI only supports two commercial image generators. It would be nice to include Stable Diffusion in the lineup as an alternative, particularly for demonstration purposes. However, I recognize that calling Python programs, as required for Stable Diffusion, involves a more complex process compared to the straightforward REST calls currently in use.

@markpollack markpollack added help wanted Extra attention is needed image models labels Jul 22, 2024
@markpollack
Copy link
Member

Contributions welcome - https://stablediffusionapi.com/docs/

@ullenboom
Copy link
Author

To clarify, you are referring to a commercial product. The company formerly known as Stable Diffusion API, now ModelsLab, provides a cloud-based API service for easy access to Stable Diffusion and other AI models. However, this service cannot be used to access the free local text-to-image generative AI model, Stable Diffusion.

@inpink
Copy link
Contributor

inpink commented Sep 9, 2024

I have implemented the client for StabilityAI’s Stable Diffusion Image Edit - Remove Background. I would appreciate it if you could review it at your convenience.
#1344

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed image models
Projects
None yet
Development

No branches or pull requests

3 participants