zixaphir / Stable-Diffusion-Webui-Civitai-Helper

Stable Diffusion Webui Extension for Civitai, to manage your model much more easily.
175 stars 24 forks source link

Fix v1.8.3 update checking #93

Closed jcsmirnio closed 3 months ago

jcsmirnio commented 3 months ago

Changes made for batch downloading broke update checking, so I modified check_single_model_new_version to match the updated dict parameter to search_local_model_info_by_version_id.

I also noticed updated model counts were 1 lower than they should be so I modified the two place I saw enumerate() being used as if it returned a count rather than index.