mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-15 08:40:50 +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)
|
||||
l_out, l_pooled = self.clip_l.encode_token_weights(token_weight_pairs_l)
|
||||
|
||||
|
||||
return cond, l_pooled, extra
|
||||
|
||||
def set_clip_options(self, options):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user