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

script for setting up MagicAnimate environment with model downloads #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

k4l1sh
Copy link

@k4l1sh k4l1sh commented Dec 6, 2023

I developed this script to simplify the setup of the Python virtual environment and model downloads.

If this PR is accepted, the user just need to run:

wget -q https://raw.githubusercontent.com/magic-research/magic-animate/main/scripts/run.sh
chmod +x run.sh
./run.sh

This will launch the gradio demo with everything installed.

Note: The user needs to ensure that system dependencies are installed.
For Debian-based Linux systems, they can be downloaded with:

sudo apt install wget git python3 python3-venv git-lfs

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

Successfully merging this pull request may close these issues.

None yet

1 participant