mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2025-12-20 02:04:19 +01:00
make sure non-latent diffusion still works
This commit is contained in:
@@ -1117,7 +1117,7 @@ class Decoder(nn.Module):
|
|||||||
unet,
|
unet,
|
||||||
*,
|
*,
|
||||||
clip,
|
clip,
|
||||||
vae = None,
|
vae = tuple(),
|
||||||
timesteps = 1000,
|
timesteps = 1000,
|
||||||
cond_drop_prob = 0.2,
|
cond_drop_prob = 0.2,
|
||||||
loss_type = 'l1',
|
loss_type = 'l1',
|
||||||
|
|||||||
Reference in New Issue
Block a user