Nodes Browser
ComfyDeploy: How ComfyUI_DepthFlow works in ComfyUI?
What is ComfyUI_DepthFlow?
comfyui custom node for depthflow original depthflow website: [a/https://github.com/BrokenSource/DepthFlow](https://github.com/BrokenSource/DepthFlow) check this for installation: [a/https://brokensrc.dev/get/](https://brokensrc.dev/get/)
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI_DepthFlow
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI_DepthFlow
comfyui custom node for depthflow
original depthflow website: https://github.com/BrokenSource/DepthFlow
check this for installation: https://brokensrc.dev/get/
For Ubuntu system, I believe run commands below is enough:
sudo apt-get update
sudo apt-get install libegl1-mesa libgl1-mesa-glx libgles2-mesa
apt install libasound2-dev
python -m pip install depthflow
Run the ComfyUI workflow will download depth-anything/Depth-Anything-V2-base-hf from huggingface to your local directory automatically. you can check it at directory: ~/.cache/huggingface/hub/models--depth-anything--Depth-Anything-V2-base-hf
if OpenGL can find gpu, you will see log like below, and the code will run quite fast, otherwise it will run really slow. OpenGL Renderer: NVIDIA GeForce RTX ...
Good Luck, have fun!