Skip to content

Tags: pizzahaat/f

Tags

1.9.1

Toggle 1.9.1's commit message
fix self conditioning in base imagen

1.9.0

Toggle 1.9.0's commit message
add self conditioning from the Bit Diffusion architecture, for base i…

…magen, elucidated imagen, and support for unet3d (video)

1.8.4

Toggle 1.8.4's commit message
learned attention bias to null key / values in temporal attention

1.8.3

Toggle 1.8.3's commit message
make sure temporal position generating module (depthwise conv for tim…

…e) accounts for causal vs non-causal

1.8.2

Toggle 1.8.2's commit message
temporal attention needs a residual, also add the positional generati…

…ng module from vision transformers literature for time in unet3d

1.8.1

Toggle 1.8.1's commit message
make null unets instantiable from config

1.8.0

Toggle 1.8.0's commit message
add ability to train only super-resoluting unets, for @hmza09

1.7.2

Toggle 1.7.2's commit message
allow sigma min and sigma max to be overridable at sample for elucida…

…ting ddpm

1.7.1

Toggle 1.7.1's commit message
fix config because of video mode

1.7.0

Toggle 1.7.0's commit message
allow for initializing with an image or video, addressing lucidrains/…

…imagen-pytorch#170