From cc7b52b5e322d350d46b5f02f8312d102f941b59 Mon Sep 17 00:00:00 2001 From: the-database <25811902+the-database@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:10:53 -0400 Subject: [PATCH 1/2] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bf01c90..a69096b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,4 +25,4 @@ jobs: dotnet tool install -g vpk --prerelease vpk download github --repoUrl https://github.com/the-database/VideoJaNai vpk pack -u VideoJaNai -v ${{ github.event.inputs.version }} -p publish -i ./VideoJaNai/assets/logo.ico -e VideoJaNai.exe - vpk upload github --repoUrl https://github.com/the-database/VideoJaNai --publish --releaseName "${{ github.event.inputs.version }}" --tag ${{ github.event.inputs.version }} --token ${{ secrets.GITHUB_TOKEN }} --pre \ No newline at end of file + vpk upload github --repoUrl https://github.com/the-database/VideoJaNai --releaseName "${{ github.event.inputs.version }}" --tag ${{ github.event.inputs.version }} --token ${{ secrets.GITHUB_TOKEN }} From fc3a01a3248865b963a9806c44146edb5f6ce455 Mon Sep 17 00:00:00 2001 From: the-database <25811902+the-database@users.noreply.github.com> Date: Thu, 1 Aug 2024 23:38:26 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df151b..70e6731 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ VideoJaNai (previously called AnimeJaNaiConverterGui) provides a Windows GUI for - [chaiNNer](https://github.com/chaiNNer-org/chaiNNer): General purpose tool for AI upscaling, which can be used to convert PyTorch (*.pth) models to ONNX models. ## Related Projects -- [mpv-upscale-2x_animejanai](https://github.com/the-database/mpv-upscale-2x_animejanai): A video player which supports real-time upscaling using compact ONNX models on higher end NVIDIA cards. +- [mpv-upscale-2x_animejanai](https://github.com/the-database/mpv-upscale-2x_animejanai): A video player which supports real-time upscaling using compact ONNX models on higher end GPUs. +- [traiNNer-redux](https://github.com/the-database/traiNNer-redux): Software for training upscaling models ## Acknowledgments - [MPV_lazy](https://github.com/hooke007/MPV_lazy)