GeekyGhost / ComfyUI-GeekyRemB

Custom Background Remover for ComfyUI to address some issues I've encountered with different background removers.
MIT License
34 stars 3 forks source link

How to install? What dependencies are required? #1

Closed huameiwei-vc closed 3 months ago

huameiwei-vc commented 4 months ago

I can't find the node after git clone installation

GeekyGhost commented 4 months ago

My apologies, added requirements.txt. pip install requirements.txt I'll set it up like a node package to make it easier. Most requirements are likely installed already. I tried to stick with commonly used libraries. There's some wild ones out there lol, and some with un fun licenses lol. So, I went simple.

huameiwei-vc commented 4 months ago

Thanks, but after my experimental install, it still doesn't show the nodes, and I'm sure I've installed the dependencies. pip install -r requirements.txt

GeekyGhost commented 4 months ago

Thanks, but after my experimental install, it still doesn't show the nodes, and I'm sure I've installed the dependencies. pip install -r requirements.txt

let me do a proper package for comfyUI and that should sort it. That way comfy installs the dependencies. Give me a day or two, just finished my video for the contest so I can update my workflows and code bases again.

cian0 commented 4 months ago

Thanks, but after my experimental install, it still doesn't show the nodes, and I'm sure I've installed the dependencies. pip install -r requirements.txt

let me do a proper package for comfyUI and that should sort it. That way comfy installs the dependencies. Give me a day or two, just finished my video for the contest so I can update my workflows and code bases again.

`Traceback (most recent call last): File "/app/nodes.py", line 1931, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: '/app/custom_nodes/ComfyUI-GeekyRemB/init.py'

`

I also couldn't load the library, for your reference, thanks and good luck with the contest! :)

GeekyGhost commented 3 months ago

Thanks, but after my experimental install, it still doesn't show the nodes, and I'm sure I've installed the dependencies. pip install -r requirements.txt

let me do a proper package for comfyUI and that should sort it. That way comfy installs the dependencies. Give me a day or two, just finished my video for the contest so I can update my workflows and code bases again.

`Traceback (most recent call last): File "/app/nodes.py", line 1931, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: '/app/custom_nodes/ComfyUI-GeekyRemB/init.py'

`

I also couldn't load the library, for your reference, thanks and good luck with the contest! :)

give it a go now?