tiny_diff.models.unet.layers
Classes
|
UNet layer that performs downsampling. |
|
Embedding layer for time in a diffusion process. |
|
UNet's first half layer with residual layers + embeddings. |
Mixin for UNet's layers without skip connections. |
|
|
UNet's second half layer with residual layers + embeddings + skip connections. |
Mixin for UNet's layers with skip connections. |
|
|
UNet layer that performs upsampling. |