pull/4663/head
Vladimir Mandic 2026-02-19 10:12:42 +01:00
parent 2d28e7438c
commit 22aa9eab01
3 changed files with 2 additions and 21 deletions

1
.gitignore vendored
View File

@ -13,6 +13,7 @@ __pycache__
/data/extensions.json /data/extensions.json
/data/cache.json /data/cache.json
/data/themes.json /data/themes.json
# /data/installer.json
config_states config_states
node_modules node_modules
pnpm-lock.yaml pnpm-lock.yaml

View File

@ -60,6 +60,7 @@ TBD
- refactor: modernize typing and type annotations - refactor: modernize typing and type annotations
- refactor: improve `pydantic==2.x` compatibility - refactor: improve `pydantic==2.x` compatibility
- refactor: entire logging into separate `modules/logger` - refactor: entire logging into separate `modules/logger`
- refactor: replace `timestamp` based startup checks with state caching
- update `lint` rules, thanks @awsr - update `lint` rules, thanks @awsr
- remove requirements: `clip`, `open-clip` - remove requirements: `clip`, `open-clip`
- remove `normalbae` pre-processor - remove `normalbae` pre-processor

View File

@ -1,21 +0,0 @@
{
"version": {
"app": "sd.next",
"updated": "unknown",
"commit": "unknown",
"branch": "unknown",
"url": "unknown",
"kanvas": "unknown"
},
"torch": "unknown",
"python": "3.14.3 (main, Feb 4 2026, 09:28:29) [GCC 13.3.0]",
"platform": "linux",
"requirements": "48d1c48d0709cdb9cad3c0da88b582783f02f0ecaf3499c4a81d9e1a1e453c40",
"extensions": {
"stable-diffusion-webui-rembg": "f3e21bb70e5f8a665b066c5d0ece99bfcff272f3",
"sd-extension-chainner": "2a7005fbcf8985644b66121365fa7228a65f34b0",
"sd-extension-system-info": "1a35ac4d73ce1f55527f7a95fc61b0915795c21b",
"sdnext-kanvas": "79cae1944646e57cfbfb126a971a04e44e45d776",
"sdnext-modernui": "fc7cf10dcc3f17377b6a18c4cd0dbd2be5480f0b"
}
}