重命名frame_processor.py

This commit is contained in:
puke
2025-10-27 23:44:07 +08:00
committed by puke
parent be5b749913
commit e5e9b6e3ac
4 changed files with 11 additions and 10 deletions

View File

@@ -325,7 +325,7 @@ class VideoGeneratorService:
frame_total=len(storyboard.frames)
)
processed_frame = await self.core.storyboard_processor.process_frame(
processed_frame = await self.core.frame_processor(
frame=frame,
storyboard=storyboard,
config=config,