mirror of
https://github.com/vladmandic/automatic
synced 2026-08-25 22:20:46 +02:00
6779707fde
get_model discarded the variant its caller asked for and re-derived one from the loaded model type. None of the video model types appear in those sets, so every video caller got None back and no tiny decoder at all, while kandinsky5 matched the flux group and would have been handed an image decoder. The derivation now runs only when the caller named nothing. Callers that name nothing are unaffected, and the one video type that resolved before keeps the same variant and cache key.