-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Necessary comfyui models not installed for webui #106
Comments
Thanks for another report 👍 Harbor pre-configures It should theoretically download necessary models as well as pre-install the default workflow for WebUI, however it's also entirely possible that the configuration drifted since the initial setup and something is misaligned (first start logs should help seeing that). I'll do a "from scratch" setup tests over the weekend |
I can confirm that the provisioning script ran. Here are the two copies of
So it looks like maybe the |
If I run At this point, though, whether I submit through the comfyui gui or via webui, the queue depth goes up and it seems to hang forever. If I hit "load default" in the comfyui UI, I can render an image. |
Ok, I got to the testing of the setup from scratch and noted a few issues that I missed previously:
If I recall correctly, for the I think the main fix here was to ensure that provisioning works without |
Released in v0.2.25 |
To work through this, I manually exported the "ComfyUI Workflow" JSON provided by harbor and dragged it into comfyui to try to satisfy the dependencies. It's not directly possible. For example,
ae.safetensors
installed through the model manager in comfyui isFLUX1/ae.safetensors
. I assume the others will be similar (e.g.t5
). There isn't a directflux1-dev.safetensors
in the model list.The text was updated successfully, but these errors were encountered: