make sure non-latent diffusion still works

This commit is contained in:
Phil Wang
2022-04-26 08:36:00 -07:00
parent 0b28ee0d01
commit 4d25976f33
2 changed files with 2 additions and 2 deletions

View File

@@ -1117,7 +1117,7 @@ class Decoder(nn.Module):
unet,
*,
clip,
vae = None,
vae = tuple(),
timesteps = 1000,
cond_drop_prob = 0.2,
loss_type = 'l1',

View File

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