comfyui通过Api请求报错,通过comfyui界面执行正常
通过接口Api执行工作流报错如下, got prompt[Impact Pack] ComfyUI-Impact-Pack: Error on prompt - several features will not work.'list' object has no attribute 'items'[DEBUG] Inputs type: <class 'list'>Exception in thread Thread-7 (prompt_worker):Traceback (most recent call last): File "/root/miniconda3/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/root/miniconda3/lib/python3.10/threading.py", line 953, in run sel...
ComfyUI workflow fails via API but succeeds in UI
Fix for AttributeError list object has no attribute keys when running a ComfyUI workflow through the HTTP API caused by an empty node returning a list instead of a dict.
Edit Video Duration Metadata
How to modify the duration metadata of a video file using 010Editor.
修改视频元信息时长 duration修改
下载 010Editor免费版 https://sweetscape.com/010editor/ 打开 010Editor , 按下Ctrl+O 打开要修改的视频 找到duration标签 更改时长 然后保存
comfyui gemeni apikey 配置
/root/ComfyUI/custom_nodes/ComfyUI_LayerStyle_Advance/api_key.ini https://console.cloud.google.com/apis/library/generativelanguage.googleapis.com?project=aqueous-impact-386909&inv=1&invt=AbtkIg google api key=xxxxxxxxxxxxxx
ffmpeg 中文乱码 windows
ffmpeg 中文乱码先去Windows字体库 C:\Windows\Fonts , 复制微软雅黑msyhl.ttc,到ffmpeg运行目录 ffmpeg里字库文件改成这样:fontfile=’msyhl.ttc’ 再重新执行就可以了
FFmpeg Chinese Garbled Text (Windows)
Fix Chinese character garbled output in FFmpeg on Windows by specifying a proper font file.