Fix pylint

This commit is contained in:
doctorpangloss 2024-08-01 16:28:24 -07:00
parent 059e9fbd81
commit a44a039661

View File

@ -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 {}