mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2026-02-13 21:34:21 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
032e83b0e0 |
@@ -1852,7 +1852,7 @@ class Decoder(nn.Module):
|
||||
one_unet = one_unet.cast_model_parameters(
|
||||
lowres_cond = not is_first,
|
||||
cond_on_image_embeds = not unconditional and is_first,
|
||||
cond_on_text_encodings = not unconditional and (is_first or one_unet.cond_on_text_encodings),
|
||||
cond_on_text_encodings = not unconditional and one_unet.cond_on_text_encodings,
|
||||
channels = unet_channels,
|
||||
channels_out = unet_channels_out
|
||||
)
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '0.12.0'
|
||||
__version__ = '0.12.1'
|
||||
|
||||
Reference in New Issue
Block a user