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

生成视频时,日志报错,配置文件中没有与视频相关的配置 2024-03-29 17:03:11.418 | INFO | app.services.material:search_videos:44 - searching videos: https://api.pexels.com/videos/search?query=Reasons+for+working&per_page=20&orientation=portrait, with proxies: {} 2024-03-29 17:03:12.150 | ERROR | app.services.material:search_videos:51 - search videos failed: {'status': 401, 'code': 'Unauthorized'} 2024-03-29 17:03:12.154...

您好 我修复了"liaoning-XiaobeiNeural"等方言会报错的问题

如题 临时凑合改了改 webui ``` # 在Streamlit应用中创建视频 def create_video(title: str, video_path: str): # 添加一个标题 st.title(title) # 添加视频,从文件加载 video_file = open(video_path, 'rb') # 确保替换为你的视频文件名 video_bytes = video_file.read() # 显示视频 st.video(video_bytes) ``` ```...

enhancement

openai.RateLimitError: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type':...

目前我了解到有中文和英文两个对应的系统,其实可以做成一个系统的,做国际化处理(多语言处理)。这样如果要拓展其它更多国家语言,就不用部署很多网站了

报错:## generating subtitle, provider: edge 2024-03-30 20:50:21 | WARNING | "./app\services\voice.py:1089": create_subtitle - failed, sub_items len: 0, script_lines len: 49 2024-03-30 20:50:21 | WARNING | "./app\services\task.py:87": start - subtitle file...

![image](https://github.com/harry0703/MoneyPrinterTurbo/assets/15190634/1a11133c-d579-4abc-a3c0-b492b3cc0517)

enhancement