sylym / comfy_vid2vid

Apache License 2.0
67 stars 12 forks source link

How do I use this tool? #1

Closed terryxxxxx closed 1 year ago

terryxxxxx commented 1 year ago

I don't know which folder to put it in, and I don't know how to start this node.

sylym commented 1 year ago

You can install the plug-in by running the following command

cd ComfyUI/custom_nodes
git clone https://github.com/sylym/comfy_vid2vid
cd comfy_vid2vid
python -m pip install -r requirements.txt

For ComfyUI portable standalone build, you need to replace the last command line with the following command

..\..\..\python_embeded\python.exe -m pip install -r requirements.txt

The names of all new nodes end with sequence.

Note: The plug-in is currently in the testing phase, and unexpected bugs may occur. I will add detailed instructions when it is officially released.

sylym commented 1 year ago

The plug-in is officially released.