Skip to content

Releases: lucidrains/video-diffusion-pytorch

0.1.0

21 Apr 15:35
Compare
Choose a tag to compare
save samples as one big grid of gifs

0.0.20

21 Apr 00:51
Compare
Choose a tag to compare
oops

0.0.19

21 Apr 00:46
Compare
Choose a tag to compare
convert images to tensor from range of -1 to 1, unnormalize before sa…

…ving gif at sample time

0.0.18

20 Apr 21:45
Compare
Choose a tag to compare
add an assert

0.0.17

20 Apr 20:59
Compare
Choose a tag to compare
bump

0.0.16

20 Apr 20:56
Compare
Choose a tag to compare
make sure one can train on gifs of channel 1, and be able to specify …

…number of frames other than 16

0.0.14

20 Apr 20:45
Compare
Choose a tag to compare
complete simple trainer class for folder of gifs (for starters) for n…

…ow, enforce that gif must be of correct image dimensions + number of frames

0.0.12

20 Apr 03:53
Compare
Choose a tag to compare
fix cosine beta schedule

0.0.11

18 Apr 21:49
Compare
Choose a tag to compare
fix unconditional unet3d

0.0.10

15 Apr 13:39
Compare
Choose a tag to compare
fix bug made in translation of numpy to torch