just use an assert to make sure clip image channels is never different than the channels of the diffusion prior and decoder, if clip is given

This commit is contained in:
Phil Wang
2022-05-22 22:43:14 -07:00
parent 276abf337b
commit fa533962bd
2 changed files with 4 additions and 1 deletions

View File

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