8000 Comparing hollowaykeanho:main...lyoneel:main · hollowaykeanho/Upscaler · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hollowaykeanho/Upscaler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: lyoneel/Upscaler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 20, 2024

  1. unix.sh - fix mkdir issue

    fix issue creating directory where input file of a video is in the same directory to output and has relative path.
    
    Given:
    /usr/bin/upscaler --model upscayl-ultrasharp \
            --scale 2 \
            --format png \
            --video \
            --input my-video.mp4 \
            --output my-video-upscaled
    
    The program tries to create a directory ./my-video.mp4/something/something
    
    throws an error and stop the execution
    
    Signed-off-by: Lyoneel <656308+lyoneel@users.noreply.github.com>
    lyoneel authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2408460 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from lyoneel/lyoneel-fix-error-creating-working…

    …-directory
    
    unix.sh - fix mkdir issue
    lyoneel authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7087337 View commit details
    Browse the repository at this point in the history
Loading
0