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"