mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-27 23:00:20 +08:00
merge master
This commit is contained in:
commit
e7ae514422
2
main.py
2
main.py
@ -104,7 +104,7 @@ def load_extra_path_config(yaml_path):
|
|||||||
if base_path is not None:
|
if base_path is not None:
|
||||||
full_path = os.path.join(base_path, full_path)
|
full_path = os.path.join(base_path, full_path)
|
||||||
print("Adding extra search path", x, full_path)
|
print("Adding extra search path", x, full_path)
|
||||||
folder_paths.add_model_search_path(x, full_path)
|
folder_paths.add_model_folder_path(x, full_path)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
cleanup_temp()
|
cleanup_temp()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user