Update sd_hijack_clip.py

This commit is contained in:
lllyasviel
2024-01-25 06:08:38 -08:00
parent 64316c1f64
commit 6f3a37397f

View File

@@ -345,7 +345,7 @@ class FrozenCLIPEmbedderWithCustomWords(FrozenCLIPEmbedderWithCustomWordsBase):
return embedded
class FrozenCLIPEmbedderForSDXLWithCustomWords(FrozenCLIPEmbedderWithCustomWords):
class CLIP_SD_XL_L(FrozenCLIPEmbedderWithCustomWords):
def __init__(self, wrapped, hijack):
super().__init__(wrapped, hijack)