| .. | ||
| resume_512 | ||
| resume_512_improvedaesthetic | ||
| resume_768_hr | ||
| v1-upscaling-f16-pretraining-512-aesthetics | ||
| v1_edgeinpainting | ||
| v1_iahr_torch111 | ||
| v1_iahr_torch111_ucg | ||
| v1_improvedaesthetics | ||
| v1_improvedaesthetics_torch111 | ||
| v1_inpainting_aesthetics-larger-masks | ||
| v1_inpainting_aesthetics-larger-masks-ucg | ||
| v1_inpainting_improvedaesthetics_torch111 | ||
| v1_laionhr_torch111 | ||
| v2_laionhr1024 | ||
| v2_laionhr1024_2 | ||
| v2_pretraining | ||
| v3_pretraining | ||
| README.md | ||
Example
Resume f8 @ 512 on Laion-HR
sbatch scripts/slurm/resume_512/sbatch.sh
Reuse
To reuse this as a template, copy sbatch.sh and launcher.sh somewhere. In
sbatch.sh, adjust the lines
#SBATCH --job-name=stable-diffusion-512cont
#SBATCH --nodes=24
and the path to your launcher.sh in the last line,
srun bash /fsx/stable-diffusion/stable-diffusion/scripts/slurm/resume_512/launcher.sh
In launcher.sh, adjust CONFIG and EXTRA. Maybe give it a test run with
debug flags uncommented and a reduced number of nodes.