turn off classifier free guidance if predicting x_start for diffusion prior

This commit is contained in:
Phil Wang
2022-05-07 09:38:17 -07:00
parent c87b84a259
commit 4010aec033
2 changed files with 3 additions and 3 deletions

View File

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