We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e638f28 commit ce9ac2fCopy full SHA for ce9ac2f
comfy/text_encoders/flux.py
@@ -28,7 +28,7 @@ def tokenize_with_weights(self, text:str, return_word_ids=False):
28
return out
29
30
def untokenize(self, token_weight_pair):
31
- return self.clip_g.untokenize(token_weight_pair)
+ return self.clip_l.untokenize(token_weight_pair)
32
33
def state_dict(self):
34
return {}
0 commit comments