MoneyPrinterTurbo icon indicating copy to clipboard operation
MoneyPrinterTurbo copied to clipboard

利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.

Results 276 MoneyPrinterTurbo issues
Sort by recently updated
recently updated
newest added

webui | 2024-06-12 01:28:04 | INFO | "./app/services/video.py:40": combine_videos - max duration of audio: 158.16 seconds webui | 2024-06-12 01:28:04 | INFO | "./app/services/video.py:44": combine_videos - each clip will be...

存储API是否支持阿里云OSS存储? ![image](https://github.com/harry0703/MoneyPrinterTurbo/assets/1644493/c66a37c4-ad61-49d4-83cf-8fa7db6153fe)

Is it possible to use MoneyPrint via Cli? To easily automate content generation?

1.点击“Generate Video”按钮后,系统自动开始下载、处理合成音频、视频和字幕,如果任何一步出错,就功亏一篑,并且需要重头再来。这里面最耗时的就是下载,因此建议增加一个从断点处开始的功能。 2.视频处理程序太耗费内存,建议分割处理视频时,设立一个临时文件夹,储存分割的临时文件,避免把所有文件都保留在内存里。 3.增加GPU处理视频功能。

enhancement

生成的视频和文案不太符合,可以通过哪些途径优化?

Hi, is there a possibility to limit the cache, or remove it every time after a video is generated in the Docker image version? Currently it fills up the cache...

大概是没有找到之前生成的素材,用最后一个有效帧替代

TypeError: 'NoneType' object is not iterable Traceback: File "D:\MoneyPrinterTurbo-Portable-Windows-1.2.1\lib\python\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 584, in _run_script exec(code, module.__dict__) File "D:\MoneyPrinterTurbo-Portable-Windows-1.2.1\MoneyPrinterTurbo\webui\Main.py", line 787, in result = tm.start(task_id=task_id, params=params) File "D:\MoneyPrinterTurbo-Portable-Windows-1.2.1\MoneyPrinterTurbo\app\services\task.py", line 280, in start...

![image](https://github.com/user-attachments/assets/6d5716ce-ad5f-4f49-a832-a1d7581a32b5) ![image](https://github.com/user-attachments/assets/53c8a579-cde8-4571-aea8-d50162694dbc) body={ "video_subject": content['title'],#视频主题 "video_script":content['content'], "video_terms":content['tags'],#视频关键字 "video_aspect": "9:16",#尺寸 "video_concat_mode": "sequential",#"random" ,"sequential" 分别是随机和顺序 "video_clip_duration": 5,#视频片段最大时长 ,单位s "video_count": 1,#生成视频数量 "video_source": "pexels", "video_materials": [ { "provider": "pexels", "url": "", "duration": 0 }...