Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install failed #51

Open
DuckZh opened this issue Oct 17, 2023 · 2 comments
Open

Install failed #51

DuckZh opened this issue Oct 17, 2023 · 2 comments

Comments

@DuckZh
Copy link

DuckZh commented Oct 17, 2023

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

@artventuredev
Copy link
Contributor

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

Can you try:

  • Install via Comfy Manager again
  • Or follow these steps to install the repo manually:
cd root/ComfyUI
.\venv\Scripts\activate.bat # for Windows
source venv/bin/activate # for Linux

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

@azra1l
Copy link

azra1l commented Mar 30, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants