Skip to content

Commit

Permalink
Moved images into docs folder (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment authored May 24, 2023
1 parent a4dcdae commit 509161f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<p align="center">
<a href="https://github.com/chaiNNer-org/chaiNNer/releases" target="_blank">
<img src="src/public/banner.png" width="720" />
<img src="docs/assets/banner.png" width="720" />
</a>
</p>

Expand Down Expand Up @@ -41,7 +41,7 @@ If you are using the provided .zip portable version of chaiNNer, please be aware
While it might seem intimidating at first due to all the possible options, chaiNNer is pretty simple to use. For example, this is all you need to do in order to perform an upscale:

<p align="center">
<img src="src/public/simple_screenshot.png" width="480" />
<img src="docs/assets/simple_screenshot.png" width="480" />
</p>

Before you get to this point though, you'll need to install one of the neural network frameworks from the dependency manager. You can access this via the button in the upper-right-hand corner. ChaiNNer offers support for PyTorch (with select model architectures), NCNN, and ONNX. For Nvidia users, PyTorch will be the preferred way to upscale. For AMD users, NCNN will be the preferred way to upscale.
Expand All @@ -53,7 +53,7 @@ Then, all you have to do is drag and drop (or double click) node names in the se
Once you have a working chain set up in the editor, you can press the green "run" button in the top bar to run the chain you have made. You will see the connections between nodes become animated, and start to un-animate as they finish processing. You can stop or pause processing with the red "stop" and yellow "pause" buttons respectively. Note: pressing stop is usually unable to kill an in-progress upscale during the actual upscaling step. This is a known issue without a workaround at the moment, so just be patient and wait for it to finish or restart chaiNNer.

<p align="center">
<img src="src/public/screenshot.png" width="540" />
<img src="docs/assets/screenshot.png" width="540" />
</p>

Don't forget, there's plenty of non-upscaling tasks you can do with chaiNNer as well!
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 509161f

Please sign in to comment.