-
Hello, Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I'd be interested too. I'm using an HTTP API connecting to Replicate.com/stability-ai/stable-diffusion from Unity C# but it would be nice to be able to swap it out with a local server when wanted. |
Beta Was this translation helpful? Give feedback.
-
I see recent commits have been made that enable API access with or without GUI. I think it is not finished yet but going in the right direction. |
Beta Was this translation helpful? Give feedback.
I see recent commits have been made that enable API access with or without GUI. I think it is not finished yet but going in the right direction.
check this 5daf9cb
--api to enable API
--nowebui to enable API and disable webui.
very interesting!!