The video load-request preflight gated its local-pipeline check on root.is_dir(), so a bare local file (e.g. /models/ltx-2.safetensors) sent with model_kind=pipeline skipped it, passed validation, and the route then evicted the resident GPU model before from_pretrained failed on the non-directory path. Gate on root.exists() instead (mirroring the image loader's diffusion.validate_load_request), so a local file is rejected up front. Add a regression test. |
||
|---|---|---|
| .. | ||
| 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 | ||