MoneyPrinterTurbo icon indicating copy to clipboard operation
MoneyPrinterTurbo copied to clipboard

生成长视频报错,看执行过程内存占用也比较高。是不是可以优化一下内存占用的问题。

Open OSeer123 opened this issue 7 months ago • 0 comments

preprocess local materials

TypeError: 'NoneType' object is not iterable Traceback: File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 584, in _run_script exec(code, module.dict) File "/MoneyPrinterTurbo/webui/Main.py", line 637, in result = tm.start(task_id=task_id, params=params) File "/MoneyPrinterTurbo/app/services/task.py", line 130, in start materials = video.preprocess_video(materials=params.video_materials, clip_duration=max_clip_duration) File "/MoneyPrinterTurbo/app/services/video.py", line 288, in preprocess_video for material in materials:

OSeer123 avatar Jul 05 '24 08:07 OSeer123