教程目录
第三章 操作界面设置与使用
第四章 模型
第六章 Lora
第七章 ControlNet
第八章 关键字/提示词/魔法咒语
第九章 应用与实战
ComfyUI-Manager管理器通过Git URL安装报错:This action is not allowed with this security level configuration.
2025年1月3日 20:00
730
介绍:在ComfyUI管理器里,通过 Git URL 安装模型时,报错This action is not allowed with this security level configuration.
ComfyUI 逆风AI绘画
微信扫码加入星球
星球频道主要提供Comfyui基础教程、节点说明、工作流搭建、模型使用及注意事项、商业变现、使用处理报错信息等。
Agent 智能体+知识库教程
微信扫码加入星球
提供关于Agent智能体搭建、本地部署、各种工作流搭建、本地知识库的安全防护、变现模式及报错处理,智能体的落地项目。

在ComfyUI管理器里,通过 Git URL 安装模型时,报错This action is not allowed with this security level configuration.,如下图

 

 

这是因为安全级别太高导致的报错,可以把安全级别设置的低一些。在ComfyUI\custom_nodes\ComfyUI-Manager\config.ini里把security_level = normal改为security_level = weak后,重启ComfyUI就可以了。