mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-16 05:36:37 +08:00
Fix clip_g/clip_l mixup (#4168)
This commit is contained in:
parent
a06d0ff763
commit
90267ffb3a
@ -28,7 +28,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 {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user