just take care of the logic for setting all latent diffusion to predict x0, if needed

This commit is contained in:
Phil Wang
2022-04-24 10:06:42 -07:00
parent fb8a66a2de
commit 863f4ef243
2 changed files with 3 additions and 2 deletions

View File

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