chenjm
chenjm
AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline'
``` python inference.py --cfg configs/i2vgen_xl_infer.yaml ``` 运行以上的命令时,报错以下错误: ``` ... python3.9/site-packages/cv2/gapi/__init__.py", line 301, in cv.gapi.wip.GStreamerPipeline = cv.gapi_wip_gst_GStreamerPipeline AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline' (most likely due to a...
接入sd-webui 报以下错误,我的sd-webui是使用docker安装,并且内部安装了cuda118。 ``` The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/gradio/routes.py", line 488, in run_predict output = await app.get_blocks().process_api( File...
聊天崩溃
### 运行以下命令,出现崩溃,该怎么解决? ``` python3 main.py chat Doragd > 你在 干嘛 ``` #### 崩溃信息: ``` Traceback (most recent call last): File "main.py", line 38, in fire.Fire() File "/home/chenjm/.local/lib/python3.8/site-packages/fire/core.py", line 141, in...
* 启动命令:**`xvfb-run -s '-ac -screen 0 1280x1024x24' nodemon server/app.js dev -L`** * 报错信息: ``` ~/workspace/H5/shida$ npm run dev-server Debugger listening on ws://127.0.0.1:53787/d8ef2411-675d-4e38-b46a-42e243d35039 For help, see: https://nodejs.org/en/docs/inspector Debugger attached. > [email protected]...
出现异常代码的位置:  异常信息 ``` Exception: OpenCV(4.8.1) /io/opencv/modules/imgproc/src/color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor' ```
有些视频处理时,会出现以下的问题,要怎么解决呢? ``` [h264 @ 0xa6dd2240] Invalid NAL unit size (12771 > 6598). [h264 @ 0xa6dd2240] Error splitting the input into NAL units. ERROR: Exception in ASGI application Traceback (most recent...
### 能告诉我发生了什么么?What happened? 之前运行docker可以正常运行,突然今天运行不了,启动时卡住不动,怎么解决呢? ``` docker logs -f openai-proxy - ready started server on [::]:3000, url: http://localhost:3000 ```