allow for CLIP to be optional in Decoder, and allow DecoderTrainer to work off training pre-encoded image embeddings

This commit is contained in:
Phil Wang
2022-05-05 08:11:01 -07:00
parent 79fabc4341
commit c76a964fd6
2 changed files with 21 additions and 10 deletions

View File

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