Created
September 25, 2023 12:52
-
-
Save hylarucoder/9508106254e5d9e82665a27511e8bbba to your computer and use it in GitHub Desktop.
gen preview videos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| REM Get the current directory | |
| cd /d %~dp0\..\.. | |
| REM Define your Python script | |
| REM Python command | |
| SET "cmd=.\venv\Scripts\python -m animatediff generate -c .\projects\proj-awpaint-01\prompts.json -W 384 -H 576 -L 32 -C 16 -o .\projects\proj-awpaint-01\output" | |
| REM Execute the command | |
| CALL %cmd% | |
| PAUSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment