aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-06-01 09:41:02 -0400
committerXe Iaso <me@xeiaso.net>2024-06-01 09:41:02 -0400
commit05a922d8f3ae57e47426b81769fe168255cda03e (patch)
tree9dc4c1954e3419cf425d66cac08a33ef66f1c9bc /web
parent5aae4555be3facdc890aaabea1800fc916706257 (diff)
downloadx-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.go2
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) {