-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e75fcf
commit 44c59ee
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# NVIDIA-Ansel-AI-Enhancer | ||
NVIDIA Ansel AI Enhancer is an app I quickly made that takes advantage of NVIDIA’s Ansel RTX AI Up-Res to allow users to upscale any image to 8K whiles adding further quality. | ||
|
||
## Prerequisites | ||
<ul> | ||
<li>.NET Framework 4.7.2</li> | ||
<li>NVIDIA GeForce Experience</li> | ||
<li>NVIDIA display adapter (for greyscale support)</li> | ||
<li>NVIDIA Turing (16/20 series) or newer display adapter (for colour support)</li> | ||
</ul> | ||
|
||
## Building | ||
### Prerequisites | ||
<ul> | ||
<li>Visual Studio 2019 for Windows 10</li> | ||
</ul> | ||
|
||
Open the **sln** file with Visual Studio 2019. Build > Build Solution. | ||
|
||
## Download | ||
You can download a pre-built executable <a href="https://mega.nz/#F!M8MCHYBT!ZlA9MCkxkN_AyNiP5aiN5Q">here</a>. |