Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aifsh/comfyui-vivid
a comfyui custom node for ViViD
https://github.com/aifsh/comfyui-vivid
Last synced: 2 months ago
JSON representation
a comfyui custom node for ViViD
- Host: GitHub
- URL: https://github.com/aifsh/comfyui-vivid
- Owner: AIFSH
- License: apache-2.0
- Created: 2024-06-24T06:26:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T08:16:53.000Z (7 months ago)
- Last Synced: 2024-06-25T17:25:11.514Z (7 months ago)
- Language: Python
- Size: 789 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComfyUI-ViViD
a comfyui custom node for [ViViD](https://github.com/alibaba-yuanjing-aigclab/ViViD),
there is a bug waiting for debug,[ViViD/issues/10](https://github.com/alibaba-yuanjing-aigclab/ViViD/issues/10)
## how to use
make sure `ffmpeg` is worked in your commandline
for Linux
```
apt update
apt install ffmpeg
```
for Windows,you can install `ffmpeg` by [WingetUI](https://github.com/marticliment/WingetUI) automaticallythen!
```
## insatll xformers match your torch,for torch==2.1.0+cu121
pip install xformers==0.0.22.post7
pip install accelerate
# in ComfyUI/custom_nodes
git clone https://github.com/AIFSH/ComfyUI-ViViD.git
cd ComfyUI-ViViD
pip install -r requirements.txt
```
weights will be downloaded from huggingfacedebug:
when install densepose on windows, you may meet
```
安装densepose 提示文件扩展名过长 https://blog.csdn.net/weixin_43148691/article/details/117354062
```## Tutorial
- [Demo]()## WeChat Group
## Thanks
[ViViD](https://github.com/alibaba-yuanjing-aigclab/ViViD)