pkuliyi2015 / multidiffusion-upscaler-for-automatic1111

Tiled Diffusion and VAE optimize, licensed under CC BY-NC-SA 4.0
Other
4.69k stars 333 forks source link

LORA performance problems in region prompts. #187

Open AbstractEyes opened 1 year ago

AbstractEyes commented 1 year ago

If using LORA within region prompts, it will trigger each LORA to reload once per step. If using it in the main prompt, it reloads each step as well when switching prompts, even though it's the same LORA being used in each tile.

This compounds when adding different loras, turning potentially a 5 second generation into a 5 minute+ even on low steps.

If I'm using the MultipleNetworks extension, it will be faster generating images when linking a LORA there, but it will also add the LORA to ALL of the tiles, which isn't necessarily ideal.

Lemniscatas commented 9 months ago

same proplem

seedlord commented 3 months ago

Can confirm.