Add files via upload

This commit is contained in:
Mackinations.Ai
2024-06-30 23:05:05 -04:00
committed by GitHub
commit 34e36e389b
100 changed files with 10975 additions and 0 deletions

12
run_image-depth_8bit.bat Normal file
View File

@@ -0,0 +1,12 @@
@echo off
REM Get the directory of the currently executed script
set SCRIPT_DIR=%~dp0
REM Navigate to the script directory
cd /d "%SCRIPT_DIR%"
REM Activate the virtual environment
CALL venv\Scripts\activate
REM Run the conversion script
python run_image-depth_8bit.py