ERROR: This action requires BOTH: (1) 'allow_git_url_install = true' in config.ini
というエラーメッセージが表示されて、拡張機能がインストールできなかったです。対処法はどうすればよいでしょうか?ERROR: This action requires BOTH: (1) 'allow_git_url_install = true' in config.ini
というエラーメッセージが表示されて、拡張機能がインストールできなかったです。対処法はどうすればよいでしょうか?ComfyUI-Managerで拡張機能をインストールする際に、以下のエラーが発生します。
ComfyUI Manager上では以下のエラーメッセージダイアログが表示されます。
ComfyUI-Manager では現在、Git URLからカスタムノードをインストールする場合、security_level とは別に明示的な許可が必要になりました。
この値はデフォルトは false のため、Trueに変更する必要があります。
ComfyUI-Manager の config.ini を開きます。
デフォルトでは以下のディレクトリになります。
(ComfyUIの配置ディレクトリ)\ComfyUI\user\__manager\config.ini
[default]
preview_method = none
git_exe =
use_uv = False
channel_url = https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
share_option = all
bypass_ssl = False
file_logging = True
component_policy = workflow
update_policy = stable-comfyui
windows_selector_event_loop_policy = False
model_download_by_agent = False
downgrade_blacklist =
security_level = normal
always_lazy_install = False
network_mode = public
db_mode = cache
allow_git_url_install = true を追加します。
[default]
preview_method = none
git_exe =
use_uv = False
channel_url = https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
share_option = all
bypass_ssl = False
file_logging = True
component_policy = workflow
update_policy = stable-comfyui
windows_selector_event_loop_policy = False
model_download_by_agent = False
downgrade_blacklist =
security_level = normal
allow_git_url_install = true
always_lazy_install = False
network_mode = public
db_mode = cache
変更後、ComfyUIを再起動します。再起動後に拡張機能がインストールできるかを確認します。