make sure diffusion prior can be instantiated from pydantic class without clip

This commit is contained in:
Phil Wang
2022-05-26 08:47:30 -07:00
parent f4fe6c570d
commit b8af2210df
2 changed files with 19 additions and 9 deletions

View File

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