Refactor to deploy modal app.

This commit is contained in:
hodanov
2023-06-27 22:25:32 +09:00
parent 643e0e2ea6
commit 364cb78992
4 changed files with 89 additions and 118 deletions
+8 -5
View File
@@ -1,8 +1,11 @@
deploy:
modal deploy sdcli.py
run:
modal run sd_cli.py \
--prompt "A woman with bob hair" \
modal run entrypoint.py \
--prompt "a photograph of an astronaut riding a horse" \
--n-prompt "" \
--height 768 \
--height 512 \
--width 512 \
--samples 5 \
--steps 30
--samples 1 \
--steps 50