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 info and preview downloading for model updates #34

Closed jcsmirnio closed 8 months ago

jcsmirnio commented 8 months ago

Broken by this line https://github.com/zixaphir/Stable-Diffusion-Webui-Civitai-Helper/blame/174d3d977c343336aba8f3164668e708d80c2adf/scripts/ch_lib/js_action_civitai.py#L224 from this commit https://github.com/zixaphir/Stable-Diffusion-Webui-Civitai-Helper/commit/63d8d6fd60b88370e6ba828fc81b97dac8af43f5

Capture newly downloaded model file name and pass it to process_model_info() and get_preview_image_by_model_path() instead of discarding it.