mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-16 08:22:36 +08:00
Update kandinsky5.py
This commit is contained in:
parent
530df3d710
commit
8c9f7cc781
@ -29,7 +29,7 @@ class Kandinsky5TEModel(QwenImageTEModel):
|
|||||||
|
|
||||||
cond, p, extra = super().encode_token_weights(token_weight_pairs, template_end=template_end)
|
cond, p, extra = super().encode_token_weights(token_weight_pairs, template_end=template_end)
|
||||||
l_out, l_pooled = self.clip_l.encode_token_weights(token_weight_pairs_l)
|
l_out, l_pooled = self.clip_l.encode_token_weights(token_weight_pairs_l)
|
||||||
|
|
||||||
return cond, l_pooled, extra
|
return cond, l_pooled, extra
|
||||||
|
|
||||||
def set_clip_options(self, options):
|
def set_clip_options(self, options):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user