12 lines
197 B
Makefile
12 lines
197 B
Makefile
deploy:
|
|
modal deploy setup.py
|
|
|
|
run:
|
|
modal run entrypoint.py \
|
|
--prompt "a photograph of an astronaut riding a horse" \
|
|
--n-prompt "" \
|
|
--height 512 \
|
|
--width 512 \
|
|
--samples 1 \
|
|
--steps 50
|