mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 13:27:09 +08:00
fix: add __init__.py for packaging, fix comfyui-manager path
This commit is contained in:
parent
9db07fd32c
commit
d5a4da37cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@ __pycache__/
|
|||||||
/temp/
|
/temp/
|
||||||
/custom_nodes/
|
/custom_nodes/
|
||||||
!custom_nodes/example_node.py.example
|
!custom_nodes/example_node.py.example
|
||||||
|
!custom_nodes/ComfyUI-Manager
|
||||||
extra_model_paths.yaml
|
extra_model_paths.yaml
|
||||||
/.vs
|
/.vs
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|||||||
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[submodule "ComfyUI-Manager"]
|
|
||||||
path = ComfyUI-Manager
|
|
||||||
url = https://github.com/ltdrdata/ComfyUI-Manager
|
|
||||||
[submodule "ComfyUI-to-Python-Extension"]
|
[submodule "ComfyUI-to-Python-Extension"]
|
||||||
path = ComfyUI-to-Python-Extension
|
path = ComfyUI-to-Python-Extension
|
||||||
url = https://github.com/Alschain/ComfyUI-to-Python-Extension
|
url = https://github.com/Alschain/ComfyUI-to-Python-Extension
|
||||||
|
[submodule "custom_nodes/ComfyUI-Manager"]
|
||||||
|
path = custom_nodes/ComfyUI-Manager
|
||||||
|
url = https://github.com/ltdrdata/ComfyUI-Manager
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
Subproject commit d7170c0264ca1623b7a4ba7d63756a9b54a7d119
|
|
||||||
6
__init__.py
Normal file
6
__init__.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import os
|
||||||
|
import sys
|
||||||
|
sys.path.append(os.path.dirname(__file__))
|
||||||
|
from ComfyUI import (
|
||||||
|
comfy,
|
||||||
|
)
|
||||||
0
comfy/__init__.py
Normal file
0
comfy/__init__.py
Normal file
1
custom_nodes/ComfyUI-Manager
Submodule
1
custom_nodes/ComfyUI-Manager
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 0f679ac99c3ae83a1ce58579916afec1faf257c8
|
||||||
Loading…
x
Reference in New Issue
Block a user