it doesn't load the image and video genration models even though it shows they are installed #22
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
|
hey, thanks for reporting this! i can see the models are on disk but comfyui isn't finding them in its model list. a few quick questions so i can narrow it down: did you install comfyui through the app (onboarding wizard), or do you have a separate comfyui installation running on your own? (like through stability matrix, comfyui manager, or a manual install) if you have your own comfyui running — is it on the default port 8188? you can check/change the port in settings > comfyui > port in settings > comfyui — does the path shown there actually match where your comfyui is installed? for example if the app says C:\ComfyUI but your models are in D:\StabilityMatrix\ComfyUI, it would explain why it downloads files to the wrong place have you tried closing the app completely and reopening it? sometimes comfyui needs a fresh start to scan new model files also — in settings > comfyui, what does the status show? green "running" or red "stopped"? |
Beta Was this translation helpful? Give feedback.
-
|
I'm having a similar issue, i've installed a bunch of models both inside comfyui itself and using the LU app and though it shows them installed, they never appear. If i click on the list of models uptop (after clicking the create tab) LU crashes (the window disappears but i have to manually close the program in the taskbar and in the hidden icons area). UPon reloading, it never finds the models (though if i try to download it, once i click the download arrow it shows installed in the downloads section but never in the installed section). Furthermore, i cant seem to download anything from the text section. none of the buttons work. I"ve completely uninstalled LU, ComfyUI and Ollama and reinstalled but nothing changes. This is on 2.3.7 version fwiw. Let me know if i can provide anything to make it clearer! (for the record, i just installed it, downloaded a bunch of models and this is the fight i've been fighting for only a day now) |
Beta Was this translation helpful? Give feedback.







hey, thanks a lot for reporting this, your screenshots actually helped us track down a pretty nasty bug that we couldn't reproduce on our own machines (because it depends on timing/disk speed).
what happened: when comfyui starts, it responds to health checks ("i'm running") before it's actually done scanning the model folders. our app asked "what models do you have?", got back an empty list, and then never asked again. that's why it was stuck at "loading..." forever even though everything was installed correctly.
we fixed three things:
the app now forces comfyui to rescan its model directories before every query, so it doesn't matter if the cache is stale
if 0 models come back, it now ret…