-
Notifications
You must be signed in to change notification settings - Fork 67
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
Can you make a gradio demo app that has the all features of the paper? #1
Comments
Thank you for your suggestions! An online Gradio demo app will be released in the future. Stay tuned! |
awesome @Francis-Rings |
@FurkanGozukara I have a WIP gradio app in my fork https://github.com/eoffermann/StableAnimator/tree/gradio |
@eoffermann awesome |
when i run python gradio_basic.py Traceback (most recent call last): |
Cool Gradio App! Thank you for your contribution! |
You should first download xFormer from https://github.com/facebookresearch/xformers. For installation instructions, refer to the README file in the project or the official xFormer GitHub repository. Please make sure that xFormer is properly installed and functional. You can verify if xFormer is available by running 'python -m xformers.info'. |
I HAVE WINDOWS |
ok. start over this is the error: (StableAnimator) PS H:\GITHUB\StableAnimator> python gradio_basic.py
To create a public link, set |
Hi! Could you share the file structure of your project? The issue might be related to an incorrect file structure in the face extraction model. I'll include more details about the file structure in the README file. |
fyi mv ./models/antelopev2/antelopev2 ./models/tmp
rm -rf ./models/antelopev2
mv ./models/tmp ./models/antelopev2 |
Encountered the same problem, and it works 🎉 |
Also video input + image > turned into pose > and then animated
Would be great
The text was updated successfully, but these errors were encountered: