- 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. |
||
|---|---|---|
| .. | ||
| data_recipe | ||
| export | ||
| inference | ||
| rag | ||
| training | ||
| __init__.py | ||
| _torchao_stub.py | ||
| import_guards.py | ||
| tool_healing.py | ||