aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-02-26 09:24:10 -0500
committerXe Iaso <me@xeiaso.net>2023-02-26 09:24:10 -0500
commit55262ff07c3d9e34d58a1760e6fd0ea96ec00904 (patch)
tree22b6c3b4958d75e574f9b3790bc781e41e50244f /cmd
parentd3a8905e18b0406140f55af9ccacc2da6bac076b (diff)
downloadx-55262ff07c3d9e34d58a1760e6fd0ea96ec00904.tar.xz
x-55262ff07c3d9e34d58a1760e6fd0ea96ec00904.zip
gomod2nix update
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/xedn/stablediffusion.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/cmd/xedn/stablediffusion.go b/cmd/xedn/stablediffusion.go
new file mode 100644
index 0000000..f7d285d
--- /dev/null
+++ b/cmd/xedn/stablediffusion.go
@@ -0,0 +1,11 @@
+package main
+
+import (
+ "context"
+
+ "within.website/x/internal/stablediffusion"
+)
+
+func diffuse(ctx context.Context, details stablediffusion.SimpleImageRequest) (path string, err error) {
+
+}