Skip to content

Commit c8489a8

Browse files
Update warning message for ComfyUI frontend installation.
1 parent ef8f256 commit c8489a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/frontend_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def frontend_install_warning_message():
2727
return f"""
2828
{get_missing_requirements_message()}
2929
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.
30+
The ComfyUI frontend is shipped in a pip package so it needs to be updated separately from the ComfyUI code.
3131
""".strip()
3232

3333
def parse_version(version: str) -> tuple[int, int, int]:

0 commit comments

Comments
 (0)