Merge branch 'comfyanonymous:master' into master

This commit is contained in:
patientx 2024-11-11 23:56:06 +03:00 committed by GitHub
commit f6bd5cbac0
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: