diff --git a/comfy/text_encoders/flux.py b/comfy/text_encoders/flux.py index c48620cef..5a3506df3 100644 --- a/comfy/text_encoders/flux.py +++ b/comfy/text_encoders/flux.py @@ -32,7 +32,7 @@ class FluxTokenizer: return out def untokenize(self, token_weight_pair): - return self.clip_g.untokenize(token_weight_pair) + return self.clip_l.untokenize(token_weight_pair) def state_dict(self): return {}