Outdated frontend package issue

Get an alert:

An outdated version(<1.16.9) of the comfyui-frontend-package is installed. It is not compatible with the current version of the Impact Pack.

3 Likes

yes. I have same issue after update comfyui.

Use the following command to update to the latest version:

.\python.exe -m pip install --upgrade comfyui-frontend-package

I ran this command inside “python_embeded” folder and fixed the issue with the error message in my case

8 Likes

This worked for me, thank you!

2 Likes

Fixed and Working. Thank you.

1 Like

Thank you, it worked

Thank You very much

I am a Comfyi Beginner - have the same issue. But I realy do´nt know, where the “python_embeded” folder is.
Some weeks ago I ha an issue with an installation because he didnt except too long names/ filepathes. Following an instruction I moved the whole File structure from
H:\ComfyUI_windows_portable\ComfyUI
to
H:\ComfyUI\ and all worked fine

Now I get this message:


And I need to make the stuff in an not existing “phyton_embeded” folder …

Do you know how to fix this?
Thanks in advance
le_horge

@le_horge The python_embeded folder is located in H:\ComfyUI_windows_portable. You should just relocate everything to its original location and then run the command inside python_embeded.

Syntax error: invalid syntax

Thanks a ton dude! Out of nowhere the previews weren’t showing, even updating everything didn’t fix it, but this one did.

So this was posted on Desktop Feedback.

Can I presume that Comfyui-desktop has a “python_embeded” folder?
Because I can’t find it.

I’m beginner, but If you run desktop like I do, you should have python installed in your system, so no need for python_embeded folder. I run all the commands in console simply as python.exe …

Like here:

D:_AI\ComfyUI>python.exe -m pip install --upgrade comfyui-frontend-package

and it installed the latest version. When I run it for the second time it showed

Requirement already satisfied: comfyui-frontend-package in c:\users\XXX\appdata\local\programs\python\python312\lib\site-packages (1.30.3)

Unfortunatelly it didn’t help with the front-end issue. After restart of the app and attempt to install missing nodes over Manager it sill writes:

[ComfyUI-Manager] Skipped fixing the ‘comfyui-frontend-package’ dependency because the ComfyUI is outdated.

Is there something else I’m missing? The ComfyUI should be uptodate. The Manager doesn’t show any update option.