Merge branch 'comfyanonymous:master' into master

This commit is contained in:
patientx 2024-10-29 01:01:45 +03:00 committed by GitHub
commit 0c5e42230d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -455,7 +455,6 @@ def detect_te_model(sd):
def t5xxl_detect(clip_data):
weight_name = "encoder.block.23.layer.1.DenseReluDense.wi_1.weight"
dtype_t5 = None
for sd in clip_data:
if weight_name in sd:
return comfy.text_encoders.sd3_clip.t5_xxl_detect(sd)