API-SDXL-Flash / deploy.bat
UAI-Software's picture
Upload folder using huggingface_hub
48e53fd verified
raw
history blame contribute delete
180 Bytes
set CURRENT_DIR=%CD%
set SCRIPT_DIR=%~dp0
cd %SCRIPT_DIR%
F:\Projects\UAI\UAIBrainServer\Code\Env\Scripts\huggingface-cli.exe upload API-SDXL-Flash . .
cd %CURRENT_DIR%