1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Sync some minor changes from the other repo.

This commit is contained in:
comfyanonymous
2024-04-19 03:43:09 -04:00
parent c59fe9f254
commit 5d08802f78
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import os
import time
import logging
supported_pt_extensions = set(['.ckpt', '.pt', '.bin', '.pth', '.safetensors'])
supported_pt_extensions = set(['.ckpt', '.pt', '.bin', '.pth', '.safetensors', '.pkl'])
folder_names_and_paths = {}