├── .github └── workflows │ └── publish.yml ├── README.md ├── __init__.py ├── nodes.py └── painter-longvideo-workflows2.json /.github/workflows/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/princepainter/ComfyUI-PainterLongVideo/HEAD/.github/workflows/publish.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/princepainter/ComfyUI-PainterLongVideo/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/princepainter/ComfyUI-PainterLongVideo/HEAD/__init__.py -------------------------------------------------------------------------------- /nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/princepainter/ComfyUI-PainterLongVideo/HEAD/nodes.py -------------------------------------------------------------------------------- /painter-longvideo-workflows2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/princepainter/ComfyUI-PainterLongVideo/HEAD/painter-longvideo-workflows2.json --------------------------------------------------------------------------------