MoneyPrinterTurbo icon indicating copy to clipboard operation
MoneyPrinterTurbo copied to clipboard

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

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

1. 请问项目中是否支持本地素材库的导入? 2. 该项目中视频和文本的拼接的平滑度是依靠什么实现的?

2024-12-02 21:49:54.589 Uncaught app exception Traceback (most recent call last): File "E:\money\lib\python\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 584, in _run_script exec(code, module.__dict__) File "E:\money\MoneyPrinterTurbo\webui\Main.py", line 787, in result = tm.start(task_id=task_id, params=params) File "E:\money\MoneyPrinterTurbo\app\services\task.py", line...

It gave proxies issue and I solved with upgrade req file openai version to 1.55.3

尝试了最新版本,1.0.3版本,还有2.0.0.dev版本都是各种问题。

![image](https://github.com/user-attachments/assets/44fa558e-80cc-45fc-829a-96d07cec5180) docker直接部署的

config: { "video_subject": "不要等待机会,而是创造机会", "video_script": "", "video_terms": "", "video_aspect": "9:16", "video_concat_mode": "random", "video_clip_duration": 3, "video_count": 1, "video_source": "pexels", "video_materials": null, "video_language": "", "voice_name": "de-DE-FlorianMultilingualNeural-Male", "voice_volume": 1.0, "voice_rate": 1.0, "bgm_type": "random",...

### 是否已存在类似的功能请求? - [X] 我已搜索现有的功能请求 ### 痛点 我希望可以实现自定义的声音克隆 ### 建议的解决方案 由使用者提供原始录音文件,然后保存为一个声音模板,后面文本生成语音就可以选择这个声音模板。 ### 有用的资源 _No response_ ### 其他信息 _No response_

enhancement

2024-12-06 14:47:43 | INFO | "./app\services\llm.py:18": _generate_response - llm provider: moonshot 2024-12-06 14:47:43 | INFO | "./app\services\llm.py:231": _generate_response - client: https://api.moonshot.cn/v1 2024-12-06 14:47:43 | WARNING | "./app\services\llm.py:371": generate_terms - failed...

在生成视频的最后一步报错了,报错信息如下 Exception ignored in: Traceback (most recent call last): File "D:\anaconda\envs\MoneyPrinterTurbo\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 199, in __del__ self.close() File "D:\anaconda\envs\MoneyPrinterTurbo\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 190, in close self.proc.terminate() File "D:\anaconda\envs\MoneyPrinterTurbo\lib\subprocess.py", line 1589, in terminate _winapi.TerminateProcess(self._handle,...