ComfyUI
ComfyUI copied to clipboard
Error at launching the UI
Hello!
I'm trying to install ComfyUI with AnimateDiff on my sagemaker environment and I get this error:
"http://localhost:8188/"
/home/studio-lab-user/ComfyUI
** ComfyUI start up time: 2023-11-16 21:34:49.190564
Prestartup times for custom nodes: 0.0 seconds: /home/studio-lab-user/ComfyUI/custom_nodes/ComfyUI-Manager Traceback (most recent call last): File "/home/studio-lab-user/ComfyUI/main.py", line 72, in
I fixed it with: "!pip install xformers==0.0.20 tomesd==0.1.3 pytorch-lightning==1.9.4 accelerate==0.21.0".
But if I try to install the "Auxiliary Preprocessors" from the ComfyUI manager (because I need this node for AnimateDiff), I get the same error as before after I restart the UI to apply the installed nodes.
Do you have any idea on how I can make it to work?
I really wish to start learning AnimateDiff...
found solution?