ComfyUI/comfy/cmd/extra_model_paths.py

5 lines
139 B
Python

def load_extra_path_config(yaml_path):
from ..extra_config import load_extra_path_config
return load_extra_path_config(yaml_path)