Skip to content

Commit 5145e3a

Browse files
committed
Update supported_models.py
1 parent 1a88fde commit 5145e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy/supported_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ class Kandinsky5Image(Kandinsky5):
15221522
def get_model(self, state_dict, prefix="", device=None):
15231523
out = model_base.Kandinsky5Image(self, device=device)
15241524
return out
1525-
1525+
15261526
def clip_target(self, state_dict={}):
15271527
pref = self.text_encoder_key_prefix[0]
15281528
hunyuan_detect = comfy.text_encoders.hunyuan_video.llama_detect(state_dict, "{}qwen25_7b.transformer.".format(pref))

0 commit comments

Comments
 (0)