Skip to content

Tags: pizzahaat/f

Tags

1.6.6

Toggle 1.6.6's commit message
allow for video imagen trainer to be instantiated from configs, with …

…a video boolean flag

1.6.5

Toggle 1.6.5's commit message
allow unet3d to be created from config

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

1.6.3

Toggle 1.6.3's commit message
allow for extrapolation to number of video frames outside of what was…

… trained on

1.6.2

Toggle 1.6.2's commit message
allow for saving checkpoint without optimizer and scheduler

1.6.1

Toggle 1.6.1's commit message
default self attention to false for unet3d, add example in readme

1.6.0

Toggle 1.6.0's commit message
break parity with Jonathan Hos video diffusion paper, complete with c…

…ascading ddpm as well as elucidating ddpm, release 1.6.0

1.5.12

Toggle 1.5.12's commit message
add ability to set bf16 mixed precision

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

1.5.10

Toggle 1.5.10's commit message
fix a bug with order of normalizing and noising of the low resolution…

… conditioning image in non-elucidated ddpm, thanks to @animebing !