have researcher explicitly state upfront whether to condition with text encodings in cascading ddpm decoder, have DALLE-2 class take care of passing in text if feature turned on

This commit is contained in:
Phil Wang
2022-04-26 09:47:09 -07:00
parent 7ba6357c05
commit 9878be760b
3 changed files with 18 additions and 5 deletions

View File

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