Skip to content

Commit

Permalink
feat: 安装bat
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyuyzl committed Jan 13, 2025
1 parent ce27783 commit bab6ad5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
5 changes: 0 additions & 5 deletions 01Y.NVIDIA-cuDNN下载(40系显卡使用).url

This file was deleted.

9 changes: 9 additions & 0 deletions 02.构建TensorRT模型(N卡使用).bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@echo off
cd /D "%~dp0"
IF EXIST %~dp0envs\miniconda3\Scripts SET PATH=%~dp0envs\miniconda3\Scripts;%PATH%
call activate
call conda env list
call conda activate ezvtb_rt_venv
call conda env list

python ezvtb_rt_interface.py
1 change: 0 additions & 1 deletion 02A.启动器.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ call conda env list
call conda activate ezvtb_rt_venv
call conda env list

IF not EXIST %~dp0launcher.json call python ezvtb_rt_interface.py

pythonw launcher2.py
1 change: 0 additions & 1 deletion 02B.启动器(调试输出).bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ call conda env list
call conda activate ezvtb_rt_venv
call conda env list

IF not EXIST %~dp0launcher.json call python ezvtb_rt_interface.py

python launcher2.py

Expand Down
2 changes: 1 addition & 1 deletion launcher2.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def addOption(key, **kwargs):
choices=['Off', 'Low', 'Medium', 'High'])


addOption('sr', title='SuperResolution', desc='选择使用的超分模型',
addOption('sr', title='SuperResolution', desc='选择使用的超分模型\n由于性能原因,real-esrgan会进行裁切',
choices=['Off', 'anime4k_x2', 'waifu2x_x2_half', 'real-esrgan_x4_half', 'waifu2x_x2_full',
'real-esrgan_x4_full'])
addOption('interpolation', title='Frame Interpolation', desc='选择使用的补帧模型',
Expand Down

0 comments on commit bab6ad5

Please sign in to comment.