Skip to content

Commit

Permalink
address #51
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Nov 6, 2023
1 parent fd6b5c3 commit 3df2a5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gigagan_pytorch/unet_upsampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ def __init__(
num_resolutions = len(in_out)

for ind, ((dim_in, dim_out), layer_full_attn, layer_cross_attn, layer_attn_depth) in enumerate(zip(in_out, full_attn, cross_attn, attn_depths)):
ind >= (num_resolutions - 1)

should_not_downsample = ind < num_layer_no_downsample
has_cross_attn = not self.unconditional and layer_cross_attn
Expand Down
2 changes: 1 addition & 1 deletion gigagan_pytorch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.19'
__version__ = '0.2.20'

0 comments on commit 3df2a5e

Please sign in to comment.