Skip to content

Instantly share code, notes, and snippets.

@hylarucoder
Created September 25, 2023 12:52
Show Gist options
  • Save hylarucoder/9508106254e5d9e82665a27511e8bbba to your computer and use it in GitHub Desktop.
Save hylarucoder/9508106254e5d9e82665a27511e8bbba to your computer and use it in GitHub Desktop.
gen preview videos
@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