Stable-Diffusion-Webui-Civitai-Helper icon indicating copy to clipboard operation
Stable-Diffusion-Webui-Civitai-Helper copied to clipboard

Feature request: Integrate with PNG Info tab to translate civitai model numbers of extra networks into lora names

Open minogora opened this issue 10 months ago • 0 comments

Images generated on civitai now contain a list of resources used instead of referencing loras in the prompt text. An example would be:

Civitai resources: [{"type":"checkpoint","modelVersionId":290640},{"type":"lora","weight":0.4,"modelVersionId":135867},{"type":"embed","weight":1,"modelVersionId":380277}]

Looking these references up and turning the loras into actual lora:add-detail-xl:0.4 using a lookup primarily in the locally available civitai metadata would make sense and save a lot of manual work when attempting to reproduce and tweak an image.

minogora avatar Apr 17 '24 21:04 minogora