switch over to scale shift conditioning, as it seems like Imagen and Glide used it and it may be important

This commit is contained in:
Phil Wang
2022-05-24 21:46:12 -07:00
parent 857b9fbf1e
commit f23fab7ef7
2 changed files with 21 additions and 11 deletions

View File

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