From 908a14e3d2c19742c9fc0122ed4ec7b8d81b1e5a Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Sun, 21 May 2023 17:53:28 +0900 Subject: [PATCH] Add Makefile. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1650210 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +run: + CUDA_LAUNCH_BLOCKING=1 modal run sd_cli.py \ + --prompt "a woman with bob hair" \ + --n-prompt "" \ + --height 768 \ + --width 512 \ + --samples 5