Skip to content

Commit 17215e3

Browse files
committed
Merge remote-tracking branch 'upstream/FitDiT-ComfyUI'
2 parents aa09563 + f1b6174 commit 17215e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

download_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def download_models(root_dir: str = "./"):
2828
{
2929
"repo_id": "laion/CLIP-ViT-bigG-14-laion2B-39B-b160k",
3030
"relative_path": "models/clip/CLIP-ViT-bigG-14-laion2B-39B-b160k",
31-
"ignore_patterns": ["*.md", "*.txt", "*.bin", "open_clip_pytorch_model.safetensors", ".gitattributes",]
31+
"ignore_patterns": ["*.md", "*.txt", "*.safetensors", "open_clip_pytorch_model.bin", ".gitattributes",]
3232
}
3333
]
3434

0 commit comments

Comments
 (0)