move the inverse normalization function called before image embeddings are derived from clip to within the diffusion prior and decoder classes

This commit is contained in:
Phil Wang
2022-05-14 00:37:10 -07:00
parent 2db0c9794c
commit 124d8577c8
2 changed files with 4 additions and 4 deletions

View File

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