AICoverGenEnhanced / start_webui.ps1
Adam3's picture
Upload 11 files
b22f3f4 verified
raw
history blame contribute delete
169 Bytes
# Change to script directory
Set-Location $PSScriptRoot
# Activate virtual environment and run webui with CUDA enabled
& "AICoverGen\Scripts\python.exe" "src\webui.py"