allow for training unconditional ddpm or cascading ddpms

This commit is contained in:
Phil Wang
2022-05-15 16:54:56 -07:00
parent 99778e12de
commit 11d4e11f10
3 changed files with 58 additions and 7 deletions

View File

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