G-U-N / AnimateLCM

AnimateLCM: Let's Accelerate the Video Generation within 4 Steps!
https://animatelcm.github.io
MIT License
567 stars 41 forks source link

from multiprocessing.context import ForkProcess ImportError: cannot import name 'ForkProcess' from 'multiprocessing.context' (C:\Users\DELL\anaconda3\envs\animatelcm_svd\lib\multiprocessing\context.py) #28

Closed nikhil8399 closed 3 months ago

nikhil8399 commented 3 months ago

(animatelcm_svd) C:\Users\DELL\OneDrive\Desktop\ImagetoVideo\AnimateSVD model\AnimateLCM\animatelcm_svd>python app.py Traceback (most recent call last): File "C:\Users\DELL\OneDrive\Desktop\ImagetoVideo\AnimateSVD model\AnimateLCM\animatelcm_svd\app.py", line 1, in import spaces File "C:\Users\DELL\anaconda3\envs\animatelcm_svd\lib\site-packages\spaces__init__.py", line 10, in from .zero.decorator import GPU File "C:\Users\DELL\anaconda3\envs\animatelcm_svd\lib\site-packages\spaces\zero\decorator.py", line 21, in from .wrappers import regular_function_wrapper File "C:\Users\DELL\anaconda3\envs\animatelcm_svd\lib\site-packages\spaces\zero\wrappers.py", line 15, in from multiprocessing.context import ForkProcess ImportError: cannot import name 'ForkProcess' from 'multiprocessing.context' (C:\Users\DELL\anaconda3\envs\animatelcm_svd\lib\multiprocessing\context.py)

I got this error, how to solve it? please help

G-U-N commented 3 months ago

Oh, sorry. Just forgot to comment out the hugging face space wrapper. It should be fixed now.

nikhil8399 commented 3 months ago

Now it is working.. Thank you