Support extension gguf (#175)

This commit is contained in:
Hayden
2025-04-10 13:07:54 +08:00
committed by GitHub
parent 5251eeaa93
commit f639e3c795

View File

@@ -1,3 +1,11 @@
import folder_paths
# NOTE: This is an experiment
# Add .gguf extension to supported_pt_extensions
folder_paths.supported_pt_extensions.add(".gguf")
import os
from .py import config
from .py import utils