Karonar1 / lora_viewer

MIT License
0 stars 0 forks source link

Background loader #1

Closed Karonar1 closed 3 months ago

Karonar1 commented 3 months ago

Spawn a background task to load metadata for all models. Note that this needs to take into account the selected model in the UI, and prioritize it over others. Alternatively, we can keep the current synchronous loading for the selected model (since we'll have to wait for it anyway) and have the background loader only handle the others.