Merge pull request #24 from hodanov/feature/modify_makefile

Modify a Makefile.
This commit is contained in:
hodanov 2023-07-23 20:28:50 +09:00 committed by GitHub
commit e7ef911c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"