Skip to content

Tags: hmmhmmhm/imagen-pytorch

Tags

v0.0.27

Toggle v0.0.27's commit message
move the resnet block towards the biggan like with norm -> activation…

… -> projection, as in appendix

v0.0.26

Toggle v0.0.26's commit message
cleanup

v0.0.25

Toggle v0.0.25's commit message
offer convenient way to return list of pillow images for saving

v0.0.24

Toggle v0.0.24's commit message
just make it work

v0.0.23

Toggle v0.0.23's commit message
remove random crop augmentation and kornia altogether, and also ready…

… for separate noise schedules per unet in the cascade

v0.0.22

Toggle v0.0.22's commit message
make sure mnumber of resnet blocks are customizable, address differen…

…ce between t5 encoder and google/t5-v1.1

v0.0.21

Toggle v0.0.21's commit message
fix t5 to only use encoder, thanks to @jorgemcgomes again!

v0.0.20

Toggle v0.0.20's commit message
use t5 v1.1, thanks to @jorgemcgomes for parsing the paper for this d…

…etail

v0.0.19

Toggle v0.0.19's commit message
use t5 v1.1, thanks to @jorgemcgomes for parsing the paper for this d…

…etail

v0.0.18

Toggle v0.0.18's commit message
default to t5-base