diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-08-24 17:18:00 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-08-24 17:18:00 -0400 |
| commit | b49a7ddc868e8136373c7a4b9e35449f150b745f (patch) | |
| tree | b1f58137127432a1a85b41df2611dbae199ec5bd /web/stablediffusion/stablediffusion.go | |
| parent | 3f4df5351c88167a0becaf13100148bff830a664 (diff) | |
| download | x-b49a7ddc868e8136373c7a4b9e35449f150b745f.tar.xz x-b49a7ddc868e8136373c7a4b9e35449f150b745f.zip | |
flake: update to Go 1.21.0
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'web/stablediffusion/stablediffusion.go')
| -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 a41f315..82fe5dc 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://logos:7860", "URL for the Stable Diffusion API used with the default client") ) func buildURL(base, path string) (*url.URL, error) { |
