mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-24 21:30:15 +08:00
Merge branch 'master' of github.com:hiddenswitch/ComfyUI
This commit is contained in:
commit
7e1201e777
@ -436,6 +436,7 @@ KNOWN_CLIP_MODELS: Final[KnownDownloadables] = KnownDownloadables([
|
|||||||
HuggingFile("comfyanonymous/flux_text_encoders", "clip_l.safetensors", save_with_filename="clip_l.safetensors"),
|
HuggingFile("comfyanonymous/flux_text_encoders", "clip_l.safetensors", save_with_filename="clip_l.safetensors"),
|
||||||
# uses names from https://comfyanonymous.github.io/ComfyUI_examples/audio/
|
# uses names from https://comfyanonymous.github.io/ComfyUI_examples/audio/
|
||||||
HuggingFile("google-t5/t5-base", "model.safetensors", save_with_filename="t5_base.safetensors"),
|
HuggingFile("google-t5/t5-base", "model.safetensors", save_with_filename="t5_base.safetensors"),
|
||||||
|
HuggingFile("zer0int/CLIP-GmP-ViT-L-14", "ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors"),
|
||||||
], folder_name="clip")
|
], folder_name="clip")
|
||||||
|
|
||||||
_known_models_db: list[KnownDownloadables] = [
|
_known_models_db: list[KnownDownloadables] = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user