cluder
cluder
resolved with other commits by r-n
trying to reproduce the problem, what is your checkpoint cache setting set to ? @R-N do you think we can just remove the restore_base_vae() as you mentioned ?
i think adding back in the _and hasattr(model, "sd_checkpoint_info")_ check would fix the problem. if the model has no sd_checkpoint_info yet, do not try to restore. honestly i am not...
i tried both versions and also noticed the strange behavior of the vae drop down, but i saw you did create a pull request for this. i update my fix...
@R-N are you on discord ? for testing i often use checkpoint x/y plotting with multiple checkpoints and same seed and run tem multiple times. The results are not consistent...
yes it would be cool if you could explain it a bit more in the readme what bug happens
a clear prompt button has been added in the mean time, i guess this pr could be closed PR #3198
when the checkpoints list is populated initially, it does not contain a hash value, and a merge works. after we close webui and run it again, the hash has been...
see also #1359, i found some problems, the KeyError seems to come from forge searching with 'SD15_AvaCadava_v6_EP150.safetensors' but the list of checkpoints has the key like: 'SD15_AvaCadava_v6_EP150.safetensors [somehash]' so it...
should be fixed now