mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-14 05:25:23 +00:00
Fix clip_g/clip_l mixup (#4168)
This commit is contained in:
@@ -28,7 +28,7 @@ class FluxTokenizer:
|
|||||||
return out
|
return out
|
||||||
|
|
||||||
def untokenize(self, token_weight_pair):
|
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):
|
def state_dict(self):
|
||||||
return {}
|
return {}
|
||||||
|
Reference in New Issue
Block a user