cluder

Results 5 issues of cluder

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? Using x/y plot with multiple checkpoints...

bug-report

This fixes #4448 previously the wrong model has been added to the ckpt cache (it was added to the cache, before it was loaded from file). Additionally, if the ckpt...

Fix for #4651 - avoid AttributeError: 'LatentDiffusion' object has no attribute 'sd_checkpoint_info' when switching between checkpoints - re-added the hasattr() check which was removed in PR #4514 This fix avoids...

trying to merge models fails now because of multiple methods being called which have been removed (pass) or commented out https://github.com/lllyasviel/stable-diffusion-webui-forge/commit/c1b23bd49479c890255193c269857892c91376ec https://github.com/lllyasviel/stable-diffusion-webui-forge/commit/bccf9fb23a2cbc9d42091a856b3d35b2c4414d51 1) sd_models.read_state_dict() has been removed (pass), but its...

see also #1359 - checkpoint_list[] contains the CheckpointInfo.title which is "checkpointname.safetensor [hash]" when a checkpoint is selected to be loaded during merge, we try to match it with just "checkpointname.safetensor"....