allow for config driven creation of clip-less diffusion prior

This commit is contained in:
Phil Wang
2022-05-22 20:36:20 -07:00
parent 2b1fd1ad2e
commit 4d346e98d9
3 changed files with 43 additions and 4 deletions

View File

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