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:34:33 -07:00
parent 276abf337b
commit a0e41267f8
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.12',
license='MIT',
description = 'DALL-E 2',
author = 'Phil Wang',