diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-01 09:41:02 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-06-01 09:41:02 -0400 |
| commit | 05a922d8f3ae57e47426b81769fe168255cda03e (patch) | |
| tree | 9dc4c1954e3419cf425d66cac08a33ef66f1c9bc /web | |
| parent | 5aae4555be3facdc890aaabea1800fc916706257 (diff) | |
| download | x-05a922d8f3ae57e47426b81769fe168255cda03e.tar.xz x-05a922d8f3ae57e47426b81769fe168255cda03e.zip | |
cmd: add azurda
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'web')
| -rw-r--r-- | web/stablediffusion/stablediffusion.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/stablediffusion/stablediffusion.go b/web/stablediffusion/stablediffusion.go index 82fe5dc..ed2c232 100644 --- a/web/stablediffusion/stablediffusion.go +++ b/web/stablediffusion/stablediffusion.go @@ -14,7 +14,7 @@ import ( ) var ( - sdServerURL = flag.String("within.website/x/web/stablediffusion/server-url", "http://logos:7860", "URL for the Stable Diffusion API used with the default client") + sdServerURL = flag.String("within.website/x/web/stablediffusion/server-url", "http://xe-automatic1111.internal:8080", "URL for the Stable Diffusion API used with the default client") ) func buildURL(base, path string) (*url.URL, error) { |
