├── DepthFM Workflows ├── 🌆DepthFM Image【Zho】.json └── 🌆DepthFM Literative Video【Zho】.json ├── DepthFM.py ├── LICENSE ├── README.md ├── __init__.py ├── depthfm ├── __init__.py ├── dfm.py └── unet │ ├── __init__.py │ ├── attention.py │ ├── openaimodel.py │ └── util.py └── requirements.txt /DepthFM Workflows/🌆DepthFM Image【Zho】.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM/HEAD/DepthFM Workflows/🌆DepthFM Image【Zho】.json -------------------------------------------------------------------------------- /DepthFM Workflows/🌆DepthFM Literative Video【Zho】.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM/HEAD/DepthFM Workflows/🌆DepthFM Literative Video【Zho】.json -------------------------------------------------------------------------------- /DepthFM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM/HEAD/DepthFM.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM/HEAD/__init__.py -------------------------------------------------------------------------------- /depthfm/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM/HEAD/depthfm/__init__.py -------------------------------------------------------------------------------- /depthfm/dfm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM/HEAD/depthfm/dfm.py -------------------------------------------------------------------------------- /depthfm/unet/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM/HEAD/depthfm/unet/__init__.py -------------------------------------------------------------------------------- /depthfm/unet/attention.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM/HEAD/depthfm/unet/attention.py -------------------------------------------------------------------------------- /depthfm/unet/openaimodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM/HEAD/depthfm/unet/openaimodel.py -------------------------------------------------------------------------------- /depthfm/unet/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM/HEAD/depthfm/unet/util.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | torchdiffeq 2 | --------------------------------------------------------------------------------