Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 50dff38

Browse files
committed
don't put into state dict here too
1 parent f9bea89 commit 50dff38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/convert_diffusers_to_original_ms_text_to_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def convert_text_enc_state_dict(text_enc_dict):
425425
if args.use_safetensors:
426426
save_file(state_dict, args.checkpoint_path)
427427
else:
428-
state_dict = {"state_dict": state_dict}
428+
#state_dict = {"state_dict": state_dict}
429429
torch.save(state_dict, args.checkpoint_path)
430430

431431
print ('Saving CLIP')

0 commit comments

Comments
 (0)