From e2c5e41354bc8c313ec0f69ff0dd000d32298617 Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Mon, 5 Jun 2023 09:53:11 +0900 Subject: [PATCH] Modify Makefile. --- Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 584f953..c340b3e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ run: modal run sd_cli.py \ - --prompt "a woman with bob hair" \ - --n-prompt "" \ - --height 768 \ - --width 512 \ - --samples 5 + --prompt "a woman with bob hair" \ + --n-prompt "" \ + --height 768 \ + --width 512 \ + --samples 5 \ + --steps 20 \ + --upscaler "sd_x2_latent_upscaler"