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

Explore support for local StableDiffusion models #504

Open
1 task done
andrewfrench opened this issue Dec 14, 2023 · 6 comments
Open
1 task done

Explore support for local StableDiffusion models #504

andrewfrench opened this issue Dec 14, 2023 · 6 comments
Labels
enhancement New feature or request

Comments

@andrewfrench
Copy link
Member

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

@andrewfrench andrewfrench added the enhancement New feature or request label Dec 14, 2023
@mgcollie
Copy link
Contributor

Thanks @andrewfrench 🙏

@collindutter
Copy link
Member

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.

@derekpai derekpai changed the title Explore support for local/self-hosted models Explore support for local StableDiffusion models Dec 19, 2023
@mgcollie
Copy link
Contributor

@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.

@mgcollie
Copy link
Contributor

@collindutter maybe I can just use griptapes RestApiClient to do what I need. I'll poke around at that this afternoon

@mgcollie
Copy link
Contributor

yeah that works.

@collindutter
Copy link
Member

@mgcollie the RestApiClient, or even a custom Tool, sounds like a suitable solution for now. But lets keep this issue open so we can continue evaluating a long term solution here.

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?

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

No branches or pull requests

3 participants