Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
the-database committed Aug 15, 2024
2 parents becbbd0 + fc3a01a commit c140a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
vpk upload github --repoUrl https://github.com/the-database/VideoJaNai --releaseName "${{ github.event.inputs.version }}" --tag ${{ github.event.inputs.version }} --token ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c140a67

Please sign in to comment.