Skip to content

1.2.1

Compare
Choose a tag to compare
@rkhamilton rkhamilton released this 22 Oct 18:05
· 120 commits to main since this release

New features:

  • Video metadata is encoded by the encode_video function in the title (text prompts) and comment (generator parameters) fields.

Bug Fixes

  • generate.restyle_video* functions no longer re-load the VQGAN network each frame, which results in a 300% speed-up in running this function. This means that training doesn't start over each frame, so the output will look somewhat different than in earlier versions.
  • generate functions no longer throw a warning when the output file argument doesn't have an extension.
  • v1.2.0 introduced a bug where images were saved to output/output/filename. This is fixed.