eval.sh 236 Bytes
Newer Older
luopl's avatar
init  
luopl committed
1
2
3
4
5
6
7
8
torchrun --standalone --nproc_per_node=4 -m src.eval.eval \
    --outdir='eval_results/sd21' \
    --seeds=0-29999 \
    --batch=4 \
    --repo_id='stabilityai/stable-diffusion-2-1' \
    --resolution=512 \
    --guidance_scale=7.5