diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2556f28..96d74dc25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +12,15 @@ - add `--remote` command line flag that reduces client/server chatter and improves link stability for long-running generates, useful when running on remote servers - 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: **themes** add *CTD-NT64Light* and *CTD-NT64Dark*, thanks @resonantsky - ui: **gallery** add option to auto-refresh gallery, thanks @awsr - **Internal** - 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: move tests to dedicated `/test/` - update `lint` rules, thanks @awsr - update `requirements` - **Fixes** diff --git a/cli/benchmark_attention.py b/test/benchmark_attention.py similarity index 100% rename from cli/benchmark_attention.py rename to test/benchmark_attention.py diff --git a/cli/full-test.sh b/test/full-test.sh old mode 100755 new mode 100644 similarity index 100% rename from cli/full-test.sh rename to test/full-test.sh diff --git a/cli/locale-sanitize-override.py b/test/locale-sanitize-override.py old mode 100755 new mode 100644 similarity index 100% rename from cli/locale-sanitize-override.py rename to test/locale-sanitize-override.py diff --git a/cli/localize.js b/test/localize.js old mode 100755 new mode 100644 similarity index 100% rename from cli/localize.js rename to test/localize.js diff --git a/cli/test-schedulers.py b/test/test-schedulers.py similarity index 100% rename from cli/test-schedulers.py rename to test/test-schedulers.py diff --git a/cli/test-tagger.py b/test/test-tagger.py similarity index 100% rename from cli/test-tagger.py rename to test/test-tagger.py diff --git a/cli/test-weighted-lists.py b/test/test-weighted-lists.py similarity index 100% rename from cli/test-weighted-lists.py rename to test/test-weighted-lists.py diff --git a/cli/validate-locale.py b/test/validate-locale.py old mode 100755 new mode 100644 similarity index 100% rename from cli/validate-locale.py rename to test/validate-locale.py