civitai / sd_civitai_extension

All of the Civitai models inside Automatic 1111 Stable Diffusion Web UI
MIT License
2.34k stars 443 forks source link

use lora.loaded_loras if available #88

Open wkpark opened 1 year ago

wkpark commented 1 year ago

AUTOMATIC1111/sd-webui now support "Lora hashes:" prompt information but slightly differ hash used.

this fix utilizes the lora.loaded_loras if available and retrieves correct sha256 hashes.

example: https://civitai.com/posts/359286

wkpark commented 1 year ago

rebased, squashed