Stable-Diffusion-for-Remote.../sample.sh
2023-05-06 17:04:03 +08:00

7 lines
245 B
Bash

python scripts/txt2img.py \
--prompt 'There is a forest in the middle of the ocean' \
--outdir 'outputs/RS' \
--H 512 --W 512 \
--n_samples 4 \
--config 'configs/stable-diffusion/RSITMD.yaml' \
--ckpt './last-pruned.ckpt'