Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aifsh/comfyui-i2v-adapter
a comfyui custom node for I2V-Adapter
https://github.com/aifsh/comfyui-i2v-adapter
Last synced: about 2 months ago
JSON representation
a comfyui custom node for I2V-Adapter
- Host: GitHub
- URL: https://github.com/aifsh/comfyui-i2v-adapter
- Owner: AIFSH
- Created: 2024-07-01T06:45:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T01:59:49.000Z (6 months ago)
- Last Synced: 2024-07-05T17:43:12.548Z (6 months ago)
- Language: Python
- Size: 342 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ComfyUI-I2V-Adapter
a comfyui custom node for [I2V-Adapter](https://github.com/KwaiVGI/I2V-Adapter), the
[workflow](./doc/i2v_adapter_base_workflow.json) can be find in `doc`## Example
- input
- prmopt
```
an anime girl with long brown hair hugging a white cat
```- output
https://github.com/AIFSH/ComfyUI-I2V-Adapter/assets/149982694/203d8812-1d14-422b-89a9-3b24e53455dc
## 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-I2V-Adapter.git
cd ComfyUI-I2V-Adapter
pip install -r requirements.txt
```
weights will be downloaded from huggingface## Tutorial
- [Demo]()
- QQ群:852228202## Thanks
[I2V-Adapter](https://github.com/KwaiVGI/I2V-Adapter)