Update warning message for ComfyUI frontend installation. (#13796)

This commit is contained in:
comfyanonymous 2026-05-07 19:04:30 -07:00 committed by GitHub
parent ef8f25601a
commit df7bf1d3dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ def frontend_install_warning_message():
return f"""
{get_missing_requirements_message()}
This error is happening because the ComfyUI frontend is no longer shipped as part of the main repo but as a pip package instead.
The ComfyUI frontend is shipped in a pip package so it needs to be updated separately from the ComfyUI code.
""".strip()
def parse_version(version: str) -> tuple[int, int, int]: