Merge branch 'comfyanonymous:master' into master

This commit is contained in:
patientx 2025-05-25 15:38:51 +03:00 committed by GitHub
commit 48bbdd0842
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -620,6 +620,9 @@ def convert_config(unet_config):
def unet_config_from_diffusers_unet(state_dict, dtype=None):
if "conv_in.weight" not in state_dict:
return None
match = {}
transformer_depth = []