forked from chaiNNer-org/chaiNNer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backend-defined package settings (chaiNNer-org#2104)
* settings wip shizzle * gpu dropdown * Option to enable GUI hardware acceleration (chaiNNer-org#2055) Add a settings option in the 'Advanced Tab' to allow hardware acceleration. * Fixed release CI (chaiNNer-org#2059) * Bump to 0.19.1 (chaiNNer-org#2061) * Added sorting back to Image File Iterator (chaiNNer-org#2067) * fix duplicating nodes and exporting firing twice (chaiNNer-org#2068) fixes chaiNNer-org#2065 * changes to theme selection (chaiNNer-org#2060) instead of a toggle for always dark the user can now choose between: Dark Mode / Light Mode / System * Mac Stuff (chaiNNer-org#2069) * add delete and select all to the nodes menu * use proper delete and multiselect keycode on mac * Features (chaiNNer-org#2053) * WIP * new api * /features endpoint * New backend API * Switch to packages in the UI * Basic UI support for features * typo * UI WIP * Unified markdown handling * slight fixes * Properly throw server errors * Better error messages * Basic feature checking * Added spinner while refreshing * UI changes for backend settings * some wip stuff * Fix setting state * fix some typing and stuff * use immer * some changes * wip * refactor execution settings * Update backend/src/api.py Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com> * wip * refactor stuff * fix cache stuff * ncnn settings * cleanup * lint * remove unnecessary typevar * remove TODO * Some PR suggestions * ... * linting * Require icon and color * More settings (chaiNNer-org#2137) * Basic API refactor * Make tensor cache path nullable * Minor changes * Setting components and other stuff * Only show clear cache when cache is enabled * Better type * Get rid of cache object * linter is always right --------- Co-authored-by: Toni Förster <toni.foerster@gmail.com> Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com> Co-authored-by: theflyingzamboni <55669985+theflyingzamboni@users.noreply.github.com>
- Loading branch information
1 parent
cc1023f
commit 1ec090c
Showing
36 changed files
with
935 additions
and
814 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
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
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
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
Oops, something went wrong.