A custom node suite for ComfyUI that provides accelerated video generation using FastVideo. See the blog post about FastVideo V1 to learn more.
One of the key features ComfyUI-FastVideo brings to ComfyUI is its ability to distribute the generation workload across multiple GPUs, resulting in significantly faster inference times.

Example of Wan2.1-I2V-14B-480P-Diffusers model running on 4 GPUs.
Coming soon!
cd /path/to/ComfyUI/custom_nodes
git clone https://github.com/kevin314/ComfyUI-FastVideo
Currently, the only dependency is fastvideo, which can be installed using pip.
pip install fastvideo
ComfyUI-VideoHelperSuite:
cd /path/to/ComfyUI/custom_nodes
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git
If you're seeing ImportError: libGL.so.1: cannot open shared object file: No such file or directory,
you may need to install ffmpeg
apt-get update && apt-get install ffmpeg
After installation, the following nodes will be available in the ComfyUI interface under the "fastvideo" category:
You may have noticed many arguments on the nodes have 'auto' as the default value. This is because FastVideo will automatically detect the best values for these parameters based on the model and the hardware. However, you can also manually configure these parameters to get the best performance for your specific use case. We plan on releasing more optimized workflow files for different models and hardware configurations in the future.
You can see what some of the default configurations are by looking at the FastVideo repo:
model_path takes either a model id from huggingface or a local path to a model. Models by default will be downloaded to ~/.cache/huggingface/hub/ and cached for subseqent runs.
FastVideo-FastHunyuan-diffusers

Wan2.1-I2V-14B-480P-Diffusers

This project is licensed under Apache 2.0.
15 commits
Python
51.9%
JavaScript
48.1%
A custom node suite for ComfyUI that provides accelerated video generation using FastVideo. See the blog post about FastVideo V1 to learn more.
One of the key features ComfyUI-FastVideo brings to ComfyUI is its ability to distribute the generation workload across multiple GPUs, resulting in significantly faster inference times.

Example of Wan2.1-I2V-14B-480P-Diffusers model running on 4 GPUs.
Coming soon!
cd /path/to/ComfyUI/custom_nodes
git clone https://github.com/kevin314/ComfyUI-FastVideo
Currently, the only dependency is fastvideo, which can be installed using pip.
pip install fastvideo
ComfyUI-VideoHelperSuite:
cd /path/to/ComfyUI/custom_nodes
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git
If you're seeing ImportError: libGL.so.1: cannot open shared object file: No such file or directory,
you may need to install ffmpeg
apt-get update && apt-get install ffmpeg
After installation, the following nodes will be available in the ComfyUI interface under the "fastvideo" category:
You may have noticed many arguments on the nodes have 'auto' as the default value. This is because FastVideo will automatically detect the best values for these parameters based on the model and the hardware. However, you can also manually configure these parameters to get the best performance for your specific use case. We plan on releasing more optimized workflow files for different models and hardware configurations in the future.
You can see what some of the default configurations are by looking at the FastVideo repo:
model_path takes either a model id from huggingface or a local path to a model. Models by default will be downloaded to ~/.cache/huggingface/hub/ and cached for subseqent runs.
FastVideo-FastHunyuan-diffusers

Wan2.1-I2V-14B-480P-Diffusers

This project is licensed under Apache 2.0.
15 commits
Python
51.9%
JavaScript
48.1%