Update comfypulid.py
Browse files- comfypulid.py +1 -1
comfypulid.py
CHANGED
@@ -75,7 +75,7 @@ def add_extra_model_paths() -> None:
|
|
75 |
print(
|
76 |
"Could not import load_extra_path_config from main.py. Looking in utils.extra_config instead."
|
77 |
)
|
78 |
-
from
|
79 |
|
80 |
extra_model_paths = find_path("extra_model_paths.yaml")
|
81 |
|
|
|
75 |
print(
|
76 |
"Could not import load_extra_path_config from main.py. Looking in utils.extra_config instead."
|
77 |
)
|
78 |
+
from extra_config import load_extra_path_config
|
79 |
|
80 |
extra_model_paths = find_path("extra_model_paths.yaml")
|
81 |
|