glucauze / sd-webui-faceswaplab

Extended faceswap extension for StableDiffusion web-ui with multiple faceswaps, inpainting, checkpoints, ....
https://glucauze.github.io/sd-webui-faceswaplab/
GNU Affero General Public License v3.0
707 stars 92 forks source link

Faceswap reloads models every time it renders an image #136

Open yukselyusuf opened 8 months ago

yukselyusuf commented 8 months ago

faceswap reloads models every time its swapping the face

do not load the models for each time instead of loading the models each time, maybe solution like controlnet did (cache size) may work