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:58:06 -07:00
parent 8c610aad9a
commit d0cdeb3247
2 changed files with 10 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',