torch diffusers==0.25 numpy transformers opencv-python accelerate
A ComfyUI custom node that simply integrates the animate-anyone-reproduction functionality.
一个简单接入 animate-anyone-reproduction 的 ComfyUI 节点。
We use ‘COMFYUI_PATH’ to represent your comfyui directory.
我们用’COMFYUI_PATH’表示你comfyui的目录
git clone https://github.com/AuroBit/ComfyUI-Animate-Anyone-reproduction.git custom_nodes/ComfyUI-Animate-Anyone-reproduction
pip install -r custom_nodes/ComfyUI-Animate-Anyone-reproduction/requirements.txt
- ComfyUI
...
- models
- animate_anyone
- controlnet
config.json
diffusion_pytorch_model.safetensors
- feature_extractor
preprocessor_config.json
- image_encoder
...
- scheduler
...
- unet
...
- vae
...
...
Download all these file automatically using python script
通过python脚本自动下载模型文件
python custom_nodes\ComfyUI-AnimateAnyon-reproduction\prepare.py
[]