stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

Optimize training a little

Open R-N opened this issue 3 years ago • 0 comments

  1. Added input validations before loading dataset for training. May save time because dataset loading may take a while
  2. Added missing info on model log, which are the hash and name of sd checkpoint used during training. Ref.
  3. Fix dataset still being loaded when training will be skipped when itital steps == steps

R-N avatar Oct 29 '22 18:10 R-N