BadToBest / EchoMimic

Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning
https://badtobest.github.io/echomimic.html
Apache License 2.0
2.37k stars 278 forks source link

Bat File to 1 Click Open Echo Mimic #39

Open oisilener1982 opened 2 months ago

oisilener1982 commented 2 months ago

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

nitinmukesh commented 2 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 2 months ago

thanks its working

yuange250 commented 2 months ago

good job 👍