mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-14 13:35:05 +00:00
StableCascade CLIP model support.
This commit is contained in:
@@ -336,7 +336,7 @@ class Stable_Cascade_C(supported_models_base.BASE):
|
||||
return out
|
||||
|
||||
def clip_target(self):
|
||||
return None
|
||||
return supported_models_base.ClipTarget(sdxl_clip.StableCascadeTokenizer, sdxl_clip.StableCascadeClipModel)
|
||||
|
||||
class Stable_Cascade_B(Stable_Cascade_C):
|
||||
unet_config = {
|
||||
|
Reference in New Issue
Block a user