Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved images into docs folder #1826

Merged
merged 1 commit into from
May 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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