-
Notifications
You must be signed in to change notification settings - Fork 168
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
Explore support for local StableDiffusion models #504
Comments
Thanks @andrewfrench 🙏 |
Is there a particular method of interacting with local models you're interested in? We're already looking into support for Text Generation Interface via #89 which should allow for local models. |
@collindutter I was thinking of maybe creating a driver for this: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/API for interacting with stable-diffusion locally in particular. |
@collindutter maybe I can just use griptapes RestApiClient to do what I need. I'll poke around at that this afternoon |
yeah that works. |
@mgcollie the Regarding the Driver, I'd like to avoid reliance on WebUI, feels a little off to me. What are some other options for getting SD running locally? |
Closing as implemented in #1018. |
Is your feature request related to a problem? Please describe.
Some organizations must use self-hosted or local model deployments. Some drivers might support self-hosted models through configuration of the API endpoint, but local models might require additional work.
Describe the solution you'd like
Clearly defined and documented support for local and self-hosted models.
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: