We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8f256 commit c8489a8Copy full SHA for c8489a8
1 file changed
app/frontend_management.py
@@ -27,7 +27,7 @@ def frontend_install_warning_message():
27
return f"""
28
{get_missing_requirements_message()}
29
30
-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.
31
""".strip()
32
33
def parse_version(version: str) -> tuple[int, int, int]:
0 commit comments