Skip to content

Commit

Permalink
increase ncnn upscaling performance
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed May 11, 2024
1 parent 9ec1971 commit 132cdb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-CUDA-Linux.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
https://github.com/TNTwise/realcugan-ncnn-py/releases/download/2024-04-22-rve/realcugan_ncnn_py-2.0.0-cp310-none-manylinux1_x86_64.whl
https://github.com/TNTwise/Universal-NCNN-upscaler-python/releases/download/2024-04-20-rve/upscale_ncnn_py-1.2.0-cp310-none-manylinux1_x86_64.whl
https://github.com/TNTwise/Universal-NCNN-upscaler-python/releases/download/2024-05-11-rve/upscale_ncnn_py-1.2.0-cp310-none-manylinux1_x86_64.whl
https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-linux_x86_64.whl
spandrel
torchvision==0.15.2
Expand Down
2 changes: 1 addition & 1 deletion requirements-MAC.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://github.com/TNTwise/Universal-NCNN-upscaler-python/releases/download/2024-04-20-rve/upscale_ncnn_py-1.2.0-cp311-none-macosx_11_0_universal2.whl
https://github.com/TNTwise/Universal-NCNN-upscaler-python/releases/download/2024-05-11-rve/upscale_ncnn_py-1.2.0-cp311-none-macosx_11_0_universal2.whl
https://github.com/TNTwise/realcugan-ncnn-py/releases/download/2024-04-22-rve/realcugan_ncnn_py-2.0.0-cp311-none-macosx_11_0_universal2.whl
2 changes: 1 addition & 1 deletion requirements-NCNN-Linux.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://github.com/TNTwise/realcugan-ncnn-py/releases/download/2024-04-22-rve/realcugan_ncnn_py-2.0.0-cp38-none-manylinux1_x86_64.whl
https://github.com/TNTwise/Universal-NCNN-upscaler-python/releases/download/2024-04-20-rve/upscale_ncnn_py-1.2.0-cp38-none-manylinux1_x86_64.whl
https://github.com/TNTwise/Universal-NCNN-upscaler-python/releases/download/2024-05-11-rve/upscale_ncnn_py-1.2.0-cp38-none-manylinux1_x86_64.whl
2 changes: 1 addition & 1 deletion src/programData/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def check_if_enough_space_output_disk(input_file, render, times):
full_extraction_size = resolution_multiplier * frame_count * multiplier
free_space = check_if_free_space(settings.OutputDir)
if render == "esrgan":
return True
return True, True, True
if settings.RenderType == "Classic":


Expand Down

0 comments on commit 132cdb5

Please sign in to comment.