Create win_start_cn.bat

This commit is contained in:
Qing 2024-05-18 15:52:24 +08:00 committed by GitHub
parent 13f8e22999
commit 728d658201
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,10 @@
@echo off
set PATH=C:\Windows\System32;%PATH%
@call installer\Scripts\activate.bat
@call set HF_ENDPOINT=https://hf-mirror.com
@call iopaint start --config %0\..\installer_config.json
PAUSE