updated path

This commit is contained in:
Ritik 2023-10-25 11:51:20 +05:30 committed by GitHub
parent 7de953aab8
commit d2e129c813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ comfy_ui_required_revision = 1240
comfy_ui_revision = "Unknown"
comfy_path = os.path.dirname(folder_paths.__file__)
custom_nodes_path = os.path.join(comfy_path, 'custom_nodes')
custom_nodes_path = "/home/ubuntu/user_data/comfyui/custom_nodes"
js_path = os.path.join(comfy_path, "web", "extensions")
comfyui_manager_path = os.path.dirname(__file__)