complete first pass at full cascading DDPM setup in Decoder, flexible enough to support one unet for testing

This commit is contained in:
Phil Wang
2022-04-18 11:44:56 -07:00
parent 1cce4225eb
commit 0332eaa6ff
3 changed files with 214 additions and 73 deletions

View File

@@ -10,7 +10,7 @@ setup(
'dream = dalle2_pytorch.cli:dream'
],
},
version = '0.0.18',
version = '0.0.20',
license='MIT',
description = 'DALL-E 2',
author = 'Phil Wang',