From 1a599cec7b8ea570b40c3af7b162d2f6c01144ef Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Sun, 21 May 2023 17:56:27 +0900 Subject: [PATCH] Remove an unnecessary env variable from Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1650210..584f953 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ run: - CUDA_LAUNCH_BLOCKING=1 modal run sd_cli.py \ + modal run sd_cli.py \ --prompt "a woman with bob hair" \ --n-prompt "" \ --height 768 \