- delete_cached_model guarded chat (llama.cpp/transformers) and Images but not the Video backend, so a loaded video GGUF (which shares the On-Device GGUF delete UI) could be removed from under a live pipeline. Add the mirror guard on get_video_backend().status(). - The Video picker admits a local GGUF by its general.architecture, but the loader detected the family only from path/name tokens, so a renamed ltxv file (e.g. model.gguf) was offered yet failed validate_load_request with a 400. _detect_load_family now falls back to reading the arch (its string is a family alias) when name detection misses, so the loader accepts exactly what the picker offered; an unsupported video arch (wan) still resolves to None and 400s as before. |
||
|---|---|---|
| .. | ||
| backend | ||
| frontend | ||
| src-tauri | ||
| __init__.py | ||
| install_llama_prebuilt.py | ||
| install_node_prebuilt.py | ||
| install_python_stack.py | ||
| install_sd_cpp_prebuilt.py | ||
| LICENSE.AGPL-3.0 | ||
| node_prebuilt_pins.json | ||
| package-lock.json | ||
| package.json | ||
| setup.bat | ||
| setup.ps1 | ||
| setup.sh | ||
| Unsloth_Studio_Colab.ipynb | ||