AdvancedLivePortrait-WebUI
gradio WebUI for AdvancedLivePortrait
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- ci.yml
- publish-docker.yml
- FUNDING.yml
- pull_request_template.md
- docker-compose.yaml
- Dockerfile
- translation.yaml
- models_will_be_placed_here.txt
- inference_config.py
- models.yaml
- __init__.py
- real_esrganer.py
- rrdb_net.py
- srvgg_net_compact.py
- __init__.py
- model_downloader.py
- real_esrgan_inferencer.py
- __init__.py
- __init__.py
- appearance_feature_extractor.py
- convnextv2.py
- dense_motion.py
- live_portrait_inferencer.py
- live_portrait_wrapper.py
- model_downloader.py
- motion_extractor.py
- spade_generator.py
- stitching_retargeting_network.py
- util.py
- warping_network.py
- mask_template.png
- __init__.py
- camera.py
- constants.py
- face_analysis_diy.py
- helper.py
- image_helper.py
- io.py
- paths.py
- rprint.py
- timer.py
- video.py
- video_helper.py
- __init__.py
- advanced_live_portrait_webui.ipynb
- outputs_are_generated_here.txt
- test_config.py
- test_expression_editing.py
- test_image_restoration.py
- test_video_creation.py
- .dockerignore
- .gitignore
- app.py
- Install.ps1
- LICENSE
- README.md
- requirements-cpu.txt
- requirements.txt
- Start-WebUI.ps1
- Update.ps1
π Installation Guide
1. Get the code
git clone https://github.com/jhj0517/AdvancedLivePortrait-WebUI
Downloads the entire project code from GitHub to your computer.
cd AdvancedLivePortrait-WebUI
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose -f docker/docker-compose.yaml build
Runs the command against the services defined in the compose file.
docker compose -f docker/docker-compose.yaml up
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
