標籤彙整: comfyui

[Comfyui] issue: This action is not allowed with this security level configuration

更新comfyui後,無法透過 git 安裝客製化節點,需修改 config.ini中的security_level設定。

config.ini路徑:
ComfyUI_windows_portable\ComfyUI\custom_nodes\ConfyUI-Manager\config.ini

修改 config.ini 中的 security_level 為 weak (PS: 請注意來源安全性)

Security policy 官網解釋如下:
https://github.com/ltdrdata/ComfyUI-Manager#security-policy
Edit config.ini file: add security_level = <LEVEL>

  • strong
    • doesn’t allow high and middle level risky feature
  • normal
    • doesn’t allow high level risky feature
    • middle level risky feature is available
  • normal-
    • doesn’t allow high level risky feature if –listen is specified and not starts with 127.
    • middle level risky feature is available
  • weak
    • all feature is available