unsloth/studio/backend/hub
Daniel Han 950da4cba8 Keep curated models listed, guard the video companion repo, pin diffusers
Three review findings:

- The picker filtered every catalog member out of Recommended and Hub
  search on the way to canonical group rows, but nothing renders those
  rows yet (catalogGroupFitsDevice and groupMatchesQuery are imported and
  unused). A task-scoped picker's models list is catalogToModelOptions(),
  i.e. group members exclusively, so both lists came back empty and no
  curated model could be discovered or downloaded. Keep the artifacts
  listed until the grouped UI exists.
- The video delete guard compared only repo_id, so deleting the
  companion base of a loaded GGUF video model was allowed even though it
  supplies the VAE and text encoders. Compare base_repo too, matching
  what the images guard already does for its companions.
- diffusers was declared unversioned while the diffusion stack requires
  0.39 (Krea2Pipeline, the cache_context child registries, the Flux2 and
  Z-Image pipelines), so an upgrade could keep an older release and
  selecting an advertised model failed until the user upgraded by hand.
2026-07-26 11:21:50 +00:00
..
routes Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
schemas Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
services Keep curated models listed, guard the video companion repo, pin diffusers 2026-07-26 11:21:50 +00:00
storage Studio: expose Windows drive roots in the folder browser (#7082) 2026-07-15 00:24:11 -07:00
tests Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
utils Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
workers Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
__init__.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
dependencies.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00