Skip to content

Commit 3df2a5e

Browse files
committed
address #51
1 parent fd6b5c3 commit 3df2a5e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gigagan_pytorch/unet_upsampler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ def __init__(
399399
num_resolutions = len(in_out)
400400

401401
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)):
402-
ind >= (num_resolutions - 1)
403402

404403
should_not_downsample = ind < num_layer_no_downsample
405404
has_cross_attn = not self.unconditional and layer_cross_attn

gigagan_pytorch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.19'
1+
__version__ = '0.2.20'

0 commit comments

Comments
 (0)