final v1 restart
This commit is contained in:
parent
869126ce76
commit
81de492f6c
1 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,10 @@ cd /fsx/stable-diffusion/stable-diffusion
|
|||
CONFIG="/fsx/stable-diffusion/stable-diffusion/configs/stable-diffusion/v1_improvedaesthetics.yaml"
|
||||
|
||||
# resume and set new seed to reshuffle data
|
||||
EXTRA="--seed 714 model.params.ckpt_path=/fsx/stable-diffusion/stable-diffusion/logs/2022-07-11T20-16-11_txt2img-1p4B-multinode-clip-encoder-high-res-512_improvedaesthetic/checkpoints/last.ckpt"
|
||||
#EXTRA="--seed 714 model.params.ckpt_path=/fsx/stable-diffusion/stable-diffusion/logs/2022-07-11T20-16-11_txt2img-1p4B-multinode-clip-encoder-high-res-512_improvedaesthetic/checkpoints/last.ckpt"
|
||||
EXTRA="--seed 715 model.params.ckpt_path=/fsx/stable-diffusion/stable-diffusion/logs/2022-07-14T23-26-13_v1_improvedaesthetics/checkpoints/last.ckpt"
|
||||
# time to decay
|
||||
EXTRA="${EXTRA} model.params.scheduler_config.params.cycle_lengths=[50000] model.params.scheduler_config.params.f_min=[1e-6]"
|
||||
|
||||
# custom logdir
|
||||
#EXTRA="${EXTRA} --logdir rlogs"
|
||||
|
|
Loading…
Reference in a new issue