add PNG to save format

animatediff
kabachuha 2023-11-13 23:45:13 +03:00
parent 13d01b9b8d
commit cf343a4e11
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ def seed_animatediff(p, prev_always_on_scripts, animatediff_args, args, anim_arg
args_dict = { args_dict = {
'model': keys.model, # Motion module 'model': keys.model, # Motion module
'format': ['Frame'], # Save format, 'GIF' | 'MP4' | 'PNG' | 'WEBP' | 'WEBM' | 'TXT' | 'Frame' 'format': ['PNG', 'Frame'], # Save format, 'GIF' | 'MP4' | 'PNG' | 'WEBP' | 'WEBM' | 'TXT' | 'Frame'
'enable': keys.enable, # Enable AnimateDiff 'enable': keys.enable, # Enable AnimateDiff
'video_length': video_length, # Number of frames 'video_length': video_length, # Number of frames
'fps': 8, # FPS - don't care 'fps': 8, # FPS - don't care