bring in the dynamic thresholding technique from the Imagen paper, which purportedly improves classifier free guidance for the cascading ddpm

This commit is contained in:
Phil Wang
2022-05-24 18:14:35 -07:00
parent 72bf159331
commit 8864fd0aa7
3 changed files with 31 additions and 2 deletions

View File

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