create tests folder

Signed-off-by: vladmandic <mandic00@live.com>
pull/4637/head
vladmandic 2026-02-10 14:31:53 +01:00
parent d602a093fb
commit 7eb9b1cc5c
9 changed files with 3 additions and 2 deletions

View File

@ -12,14 +12,15 @@
- add `--remote` command line flag that reduces client/server chatter and improves link stability - add `--remote` command line flag that reduces client/server chatter and improves link stability
for long-running generates, useful when running on remote servers for long-running generates, useful when running on remote servers
- hires: allow using different lora in refiner prompt - hires: allow using different lora in refiner prompt
- **nunchaku** models are now listed in networks tab as reference models
instead of being used implicitly via quantization, thanks @CalamitousFelicitousness
- **UI** - **UI**
- ui: **themes** add *CTD-NT64Light* and *CTD-NT64Dark*, thanks @resonantsky - ui: **themes** add *CTD-NT64Light* and *CTD-NT64Dark*, thanks @resonantsky
- ui: **gallery** add option to auto-refresh gallery, thanks @awsr - ui: **gallery** add option to auto-refresh gallery, thanks @awsr
- **Internal** - **Internal**
- refactor: switch to `pyproject.toml` for tool configs - refactor: switch to `pyproject.toml` for tool configs
- refactor: **nunchaku** models are now listed in networks tab as reference models
instead of being used implicitly via quantization, thanks @CalamitousFelicitousness
- refactor: reorganize `cli` scripts - refactor: reorganize `cli` scripts
- refactor: move tests to dedicated `/test/`
- update `lint` rules, thanks @awsr - update `lint` rules, thanks @awsr
- update `requirements` - update `requirements`
- **Fixes** - **Fixes**

0
cli/full-test.sh → test/full-test.sh Executable file → Normal file
View File

View File

0
cli/localize.js → test/localize.js Executable file → Normal file
View File

0
cli/validate-locale.py → test/validate-locale.py Executable file → Normal file
View File