Skip to content

Commit 8dc7005

Browse files
authored
Merge branch 'main' into flux_lora_advanced
2 parents f1af7e2 + aabf8ce commit 8dc7005

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/loaders/single_file_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,6 @@ def remove_keys_(key: str, state_dict):
24072407
"per_channel_statistics.channel": remove_keys_,
24082408
"per_channel_statistics.mean-of-means": remove_keys_,
24092409
"per_channel_statistics.mean-of-stds": remove_keys_,
2410-
"timestep_scale_multiplier": remove_keys_,
24112410
}
24122411

24132412
if "vae.decoder.last_time_embedder.timestep_embedder.linear_1.weight" in converted_state_dict:

0 commit comments

Comments
 (0)