revert restriction for classifier free guidance for diffusion prior, given @crowsonkb advice

This commit is contained in:
Phil Wang
2022-05-07 20:55:31 -07:00
parent 2eac7996fa
commit dde51fd362
2 changed files with 2 additions and 2 deletions

View File

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