Merge branch 'comfyanonymous:master' into hip-device-switch

This commit is contained in:
Bratzmeister 2024-11-11 20:00:55 +00:00 committed by GitHub
commit 7f5893f855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -853,6 +853,7 @@ def reshape_mask(input_mask, output_shape):
dims = len(output_shape) - 2
if dims == 1:
mask = input_mask
scale_mode = "linear"
if dims == 2: