8 lines
171 B
Makefile
8 lines
171 B
Makefile
run:
|
|
CUDA_LAUNCH_BLOCKING=1 modal run sd_cli.py \
|
|
--prompt "a woman with bob hair" \
|
|
--n-prompt "" \
|
|
--height 768 \
|
|
--width 512 \
|
|
--samples 5
|