add ability for DALL-E2 to return PIL images with return_pil_images = True on forward, for those who have no clue about deep learning

This commit is contained in:
Phil Wang
2022-04-27 19:57:27 -07:00
parent 8c610aad9a
commit 8c2015fd39
2 changed files with 12 additions and 2 deletions

View File

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