├── .github └── workflows │ └── publish.yml ├── .gitignore ├── LICENSE ├── README.md ├── __init__.py ├── nodes_images.py ├── pyproject.toml └── workflow └── Hunyuan Video + ImageMotionGuider.json /.github/workflows/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShmuelRonen/ComfyUI-ImageMotionGuider/HEAD/.github/workflows/publish.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShmuelRonen/ComfyUI-ImageMotionGuider/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShmuelRonen/ComfyUI-ImageMotionGuider/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShmuelRonen/ComfyUI-ImageMotionGuider/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShmuelRonen/ComfyUI-ImageMotionGuider/HEAD/__init__.py -------------------------------------------------------------------------------- /nodes_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShmuelRonen/ComfyUI-ImageMotionGuider/HEAD/nodes_images.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShmuelRonen/ComfyUI-ImageMotionGuider/HEAD/pyproject.toml -------------------------------------------------------------------------------- /workflow/Hunyuan Video + ImageMotionGuider.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShmuelRonen/ComfyUI-ImageMotionGuider/HEAD/workflow/Hunyuan Video + ImageMotionGuider.json --------------------------------------------------------------------------------