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

I want to use local model from my pc or any server how can i do that? Is it supports? #35

Open
alperktt opened this issue Mar 20, 2024 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@alperktt
Copy link

I want to use local model from my pc or any server how can i do that?

@viethua99
Copy link
Owner

This project uses third-party API service (Stability AI) to generate images. If you want to use your local service, You might need to build your own RESTful APIs first, then adapt them to this project

@viethua99
Copy link
Owner

What model are you using?

@viethua99 viethua99 added the question Further information is requested label Mar 21, 2024
@viethua99 viethua99 self-assigned this Mar 22, 2024
@alexbuce
Copy link

alexbuce commented Jun 4, 2024

if we need to use local Automatic1111 API... how to enable it instead of Stability AI API?

@viethua99
Copy link
Owner

@alexbuce There's a file called KtorStableDiffusionApi.kt which contains all the HTTP APIs. You need to replace it with your new APIs, but it might need to update core code as well

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

No branches or pull requests

3 participants