Skip to content

Commit

Permalink
bumped script versions to beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
k4yt3x committed Feb 19, 2022
1 parent f17d755 commit 2510c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/container-run-interpolate-rife.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ set -euxo pipefail
sudo podman run \
-it --rm --gpus all -v /dev/dri:/dev/dri \
-v $PWD/data:/host \
ghcr.io/k4yt3x/video2x:5.0.0-beta3-cuda \
ghcr.io/k4yt3x/video2x:5.0.0-beta4-cuda \
-i input.mp4 -o output.mp4 \
interpolate
2 changes: 1 addition & 1 deletion examples/container-run-upscale-waifu2x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euxo pipefail
sudo podman run \
-it --rm --gpus all -v /dev/dri:/dev/dri \
-v $PWD/data:/host \
ghcr.io/k4yt3x/video2x:5.0.0-beta3-cuda \
ghcr.io/k4yt3x/video2x:5.0.0-beta4-cuda \
-i input.mp4 -o output.mp4 \
-p5 upscale \
-h 720 -a waifu2x -n3

0 comments on commit 2510c8f

Please sign in to comment.