From ea3374741db4e9b9e8da78f01d5c6830cd87edb9 Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Sun, 23 Jul 2023 20:27:54 +0900 Subject: [PATCH] Modify a Makefile. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b2db197..fc66f87 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ deploy: - cd ./setup_files && modal deploy main.py + cd ./setup_files && modal deploy __main__.py # `--upscaler` is a name of upscaler you want to use. # You can use upscalers the below: @@ -14,7 +14,7 @@ run: --height 512 \ --width 512 \ --samples 1 \ - --steps 50 \ + --steps 30 \ --upscaler "" \ --use-face-enhancer "False" \ --fix-by-controlnet-tile "False"