Skip to content

Commit

Permalink
Typo switch width x height
Browse files Browse the repository at this point in the history
  • Loading branch information
lucataco committed Nov 21, 2023
1 parent 9c3ea36 commit 9b7e960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def predict(
'save_path': "/src/results/",
'model': 'UNet',
'num_frames': num_frames,
'image_size': [width, height],
'image_size': [height, width],
'use_fp16': True,
'enable_xformers_memory_efficient_attention': True,
'seed': str(seed),
Expand Down

0 comments on commit 9b7e960

Please sign in to comment.