cluder
4f64f6daa4
Fix model loading during Checkpoint Merging #1359,#1095 ( #1639 )
...
* Fix Checkpoint Merging #1359,#1095
- 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".
-> use checkpoint_aliases[] which already contains the checkpoint key in all possible variants.
- replaced removed sd_models.read_state_dict() with sd_models.load_torch_file()
- replaced removed sd_vae.load_vae_dict() with sd_vae.load_torch_file()
- uncommented create_config() for now, since it calls a removed method: sd_models_config.find_checkpoint_config_near_filename()
* Follow up merge fix for #1359 #1095
- read_state_dict() does nothing, replaced 2 occurrences with load_torch_file()
- now merging actually merges again
2024-08-31 17:09:06 -07:00
..
2024-08-26 16:15:07 -07:00
2024-08-05 04:35:09 -07:00
2024-08-05 11:31:02 -07:00
2024-08-11 22:07:54 -07:00
2024-08-25 13:23:21 +01:00
2024-07-26 12:02:46 -07:00
2024-08-13 15:36:18 -07:00
2024-08-26 11:27:35 +01:00
2024-07-26 12:02:46 -07:00
2023-09-16 09:11:54 +09:00
2024-08-03 15:54:39 -07:00
2023-01-25 01:13:02 -05:00
2024-08-03 14:59:46 -07:00
2024-08-03 14:59:46 -07:00
2024-08-11 15:48:47 -07:00
2024-08-03 15:54:39 -07:00
2024-08-17 08:29:08 -07:00
2023-06-02 15:07:10 +03:00
2024-07-26 12:02:46 -07:00
2024-08-31 17:09:06 -07:00
2024-08-03 15:54:39 -07:00
2023-08-21 17:49:58 +08:00
2024-07-26 12:02:46 -07:00
2023-08-29 00:54:57 -06:00
2024-08-19 09:12:38 -07:00
2024-08-10 19:24:19 -07:00
2024-08-03 15:54:39 -07:00
2024-07-26 12:02:46 -07:00
2024-08-08 14:51:13 -07:00
2024-08-11 15:55:07 -07:00
2024-08-27 07:51:28 -07:00
2024-07-26 12:02:46 -07:00
2024-08-06 13:54:06 -07:00
2024-08-06 14:34:57 -07:00
2024-08-14 17:37:12 -07:00
2024-08-14 17:10:03 -07:00
2023-09-11 09:22:27 +08:00
2024-01-11 08:29:42 +02:00
2024-07-26 12:02:46 -07:00
2024-08-05 21:24:35 -07:00
2024-07-26 12:02:46 -07:00
2023-03-12 21:04:17 +03:00
2024-07-26 12:02:46 -07:00
2023-05-18 10:12:17 +03:00
2024-08-05 21:24:35 -07:00
2024-07-26 12:02:46 -07:00
2023-08-15 19:23:40 +03:00
2024-07-26 12:02:46 -07:00
2024-08-15 01:56:21 -07:00
2024-08-20 20:28:42 -07:00
2024-08-30 15:18:21 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-08-08 00:57:40 -07:00
2024-08-03 15:54:39 -07:00
2023-09-30 08:23:12 +03:00
2023-08-03 07:53:03 +03:00
2024-08-11 17:02:50 -07:00
2023-05-11 10:07:28 +03:00
2024-08-05 11:07:08 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2023-05-10 11:05:02 +03:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-08-05 04:21:35 -07:00
2024-07-26 12:02:46 -07:00
2024-08-05 04:21:35 -07:00
2024-08-05 12:14:43 -07:00
2024-08-05 12:14:43 -07:00
2024-08-05 12:14:43 -07:00
2024-08-05 12:14:43 -07:00
2024-08-05 04:21:35 -07:00
2024-08-05 04:21:35 -07:00
2024-07-26 12:02:46 -07:00
2024-08-05 12:14:43 -07:00
2024-08-08 13:46:42 -07:00
2024-08-05 04:21:35 -07:00
2024-08-05 12:01:11 -07:00
2024-08-05 04:21:35 -07:00
2024-08-31 10:55:19 -07:00
2024-08-22 23:07:05 -07:00
2024-08-11 22:07:54 -07:00
2023-08-08 21:49:47 +03:00
2023-11-22 18:05:12 +02:00
2024-08-20 15:01:58 +01:00
2024-08-18 19:23:12 -07:00
2024-08-06 01:06:24 -07:00
2024-08-07 19:01:19 -07:00
2024-08-03 15:51:04 -07:00
2024-08-19 16:57:58 -04:00
2024-02-08 21:24:04 -05:00
2024-08-07 18:00:58 -07:00
2024-08-31 13:05:02 +01:00
2024-08-11 16:21:52 -07:00
2024-01-27 09:44:44 -08:00
2024-07-26 12:02:46 -07:00
2024-02-08 21:24:04 -05:00
2024-08-28 11:58:32 +01:00
2024-08-27 15:17:32 +08:00
2024-07-26 12:02:46 -07:00
2023-08-09 10:25:35 +03:00
2024-08-11 15:58:30 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2023-07-22 17:15:38 +03:00
2024-07-26 12:02:46 -07:00
2024-08-29 13:41:32 +01:00
2024-08-19 06:30:49 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2023-08-07 08:07:20 +03:00
2024-02-02 19:41:07 +03:00
2024-01-11 15:06:57 -05:00
2024-08-03 21:21:41 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-07-29 09:22:44 -06:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-08-27 17:45:44 -07:00
2024-07-26 12:02:46 -07:00
2024-07-29 09:22:44 -06:00
2024-08-31 22:19:43 +01:00
2024-07-27 06:39:58 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-08-05 21:24:35 -07:00
2024-08-05 21:24:35 -07:00
2024-08-05 21:24:35 -07:00