stable-diffusion-webui-forge icon indicating copy to clipboard operation
stable-diffusion-webui-forge copied to clipboard

Possible partial fix for #952, #1235, #1343

Open wcole3 opened this issue 1 year ago • 2 comments

Initial attempt to fix xyz_grid script loading checkpoints. Tried using the onchange in modules/initialize_util but got some odd lockups probably developer error.

This should minimize the reloading during a x/y/z grid run, but it does result in the first non-script run after running the xyz-grid to reload the model.

VAE changing between run still wip.

Ref issues: #952 #1235 #1343

wcole3 avatar Aug 21 '24 21:08 wcole3

My concern is that the name refresh_loading_params is too formal and looks like main entry for that functionality when it is not maybe refresh_loading_params_for_xyz_grid or similar is a better name. also maybe this func can be moved to xyz_grid file as they only serve xyz

lllyasviel avatar Aug 22 '24 05:08 lllyasviel

Makes sense to me, refactored.

wcole3 avatar Aug 23 '24 00:08 wcole3