ArtVentureX / comfyui-animatediff

AnimateDiff for ComfyUI
Apache License 2.0
648 stars 41 forks source link

Install failed #51

Open DuckZh opened 9 months ago

DuckZh commented 9 months ago

When I install the custom node of animatediff, it shows the error like below: image

artventuredev commented 9 months ago

The only required dependency is opencv-python, which also required by many other custom nodes (ImpactPack, comfyui_controlnet_aux,...).

Can you try:

cd custom_nodes git clone https://github.com/ArtVentureX/comfyui-animatediff pip install -r comfyui-animatediff/requirements.txt

azra1l commented 3 months ago

I'm having slighly different trouble. I am using CUDA 12.4.

After installing the node and restarting comfyui, it hangs with these messages

Building wheel for flash_attn (setup.py) ... started Building wheel for flash_attn (setup.py) ... still running Building wheel for flash_attn (setup.py) ... still running Building wheel for flash_attn (setup.py) ... still running

and will continue like that forever it seems. Same happens when i install flash_attn manually via pip, install just hangs up.

Steps mentioned above didn't help, requirements are already installed and don't even include flash_attn.