This extension enables the use of the diffuser pipeline in ComfyUI.
This repository is a custom node in ComfyUI.
This is a program that allows you to use Hugging Face Diffusers module with ComfyUI. Additionally, Stream Diffusion is also available.
In addition, real-time generation is possible by doing the following. When running, please enable Auto Queue in Extra options.
In combination with VideoHelperSuite, you can also run vid2vid.
The execution looks like this:
Run the following command inside ComfyUI/custom_nodes.
git clone https://github.com/Limitex/ComfyUI-Diffusers.git
cd ComfyUI-Diffusers
pip install -r requirements.txt
git clone https://github.com/cumulo-autumn/StreamDiffusion.git
python -m streamdiffusion.tools.install-tensorrt
https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git
https://github.com/cumulo-autumn/StreamDiffusion