Skip to content

긴빠이된 RealScaler - fast image/video AI upscaler app (Real-ESRGAN)

License

Notifications You must be signed in to change notification settings

ccvv804/RealScaler-Ginppai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation




RealScaler-Ginppai - 긴빠이된 fast image/video AI upscaler app (Real-ESRGAN)


이 저장소는?

이 저장소는 Djdefrag/RealScaler를 긴빠이 한것입니다. 언제 어디에서 누구나 손쉽게 RealScaler를 긴빠이 할 수 있도록 편집되었지만 소스코드 수정은 없습니다.

긴빠이?

긴빠이는 해병 문학에서 등장하는 단어로서 훔친다는 의미의 해병대 은어입니다. 일본어 ギンバエ에서 유례된 것으로 추정되고 있습니다.

Credits.

Real-ESRGAN - https://github.com/xinntao/Real-ESRGAN

Requirements.

  • Windows 11 / Windows 10
    • DirectML 덕분에 리눅스나 맥은 안됩니다.
  • RAM >= 8Gb
  • Directx12 compatible GPU
    • 합리적인 사용을 위해서는 어느정도 성능이 되어야 합니다.

How to install manually.

git clone https://github.com/ccvv804/RealScaler-Ginppai
cd RealScaler-Ginppai
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
python RealScaler.py

Features.

  • Easy to use GUI
  • Images and Videos upscale
  • Automatic image tiling and merging to avoid gpu VRAM limitation
  • Resize image/video before upscaling
  • Multiple Gpu support
  • Compatible images - png, jpeg, bmp, webp, tif
  • Compatible video - mp4, wemb, gif, mkv, flv, avi, mov, qt

How is made. 🛠

RealScaler is completely written in Python, from backend to frontend. External packages are:

  • AI -> torch / torch-directml
  • GUI -> customtkinter / win32mica
  • Image/video -> openCV / moviepy
  • Packaging -> pyinstaller / upx

About

긴빠이된 RealScaler - fast image/video AI upscaler app (Real-ESRGAN)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 100.0%