make sure classifier free guidance is used only if conditional dropout is present on the DiffusionPrior and Decoder classes. also make sure prior can have a different conditional scale than decoder

This commit is contained in:
Phil Wang
2022-05-15 19:09:38 -07:00
parent 36c5079bd7
commit ecf9e8027d
2 changed files with 19 additions and 12 deletions

View File

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