You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to do my best to run demo/run_gradio.py, and I don't know why the repository maintainer just leave with those half instruction. There are too many omitted steps to run this codes.
Here is my additional instruction started from the above steps:
You should change the line 28 of animate/megactor-sigma/animate.py like this:
AS-IS
from refile import smart_open, smart_load_from
TO-BE
from megfile import smart_open, smart_load_from
and run pip install megfile
I don't know this is right answer, but I can't find appropriate version of refile that contain that function. The only alternative library that has smart_open and smart_load_from is the megfile, the another library of this maintainer.
Run pip install ffmpeg-python
Following the installation guide of XPOSE. Otherwise, probably you'll see the error message of MSDeformAttnFunction.
c.f.) It takes so much time (~600s), just starting the demo/run_gradio.py code.. It will be appreciated someone help this time-consuming process.
I believe the provided installation guide was worked well with someone, but it is not my case.
Here is installation instruction for me (maybe this is not worked with someone 😅)
The text was updated successfully, but these errors were encountered: