antgroup / echomimic

EchoMimic: Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning
https://antgroup.github.io/ai/echomimic/
Apache License 2.0
3.15k stars 366 forks source link

Bat File to 1 Click Open Echo Mimic #39

Open oisilener1982 opened 4 months ago

oisilener1982 commented 4 months ago

Can someone please share the .bat file to open Echomimic with 1 Click. THanks in Advance

nitinmukesh commented 4 months ago

Also posted in pinned comments of Video.

@echo off
REM Change to the directory of the batch file
cd /d "%~dp0"

REM Activate the EchoMimic environment
call conda activate echomimic

REM Launch WebUI
python webgui.py --server_port=3000
oisilener1982 commented 4 months ago

thanks its working

yuange250 commented 4 months ago

good job 👍