Han
Han
@Yoshizito1 You can copy the config.example.toml file and rename it to config.toml, then fill in the correct configuration.
@Yoshizito1 You should at least fill in those parameters:llm_provider(if you use openai then fill the apikey)、whisper model location
@alexdo83 1. 可以临时try/except上video.py中的字幕写入流程,不至于整个流程不可用: ` try: if subtitle_path and os.path.exists(subtitle_path): subtitles = SubtitlesClip(subtitle_path, generator) clips.append(subtitles.set_position(lambda _t: ('center', position_height))) except Exception as e: stack_trace = traceback.format_exc() ` 2. 代码升级到最新
@alexdo83 You can use the edge browser to open the operation page after local deployment, and then right-click the edge browser to use the translation。
@fighter2011 用 8.4.0 试试
@xinjiangyin 将pillow~=8.4.0,moviepy~=1.0.3 在centos上测试可行
> Im facing this same issue non stop try to set the pillow version in requirements.txt like this: ` pillow~=8.4.0,moviepy~=1.0.3 `
@AemonChan 改8.4.0试试
@907739769 换个key试试
@gaoxinghua951 配置信息无误的话,梯子设置全局代理试试?