You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this is very low priority. Harbor is so useful that it forces my laziness out of me :)
I just installed ComfyUI, and I think a newcomer (like me) user experience can be even better.
As mentioned in comfyui expects localhost #50 a LAN server URL redirects to localhost. I tried harbor config set COMFYUI_URL http://harborai.lan:34032/ (both 34031 and 34032), but it continues to redirec to to localhost.
After manually setting the hostname in the URL, here is the second CTF puzzle: the login. It's quite obvious to the experienced Harbor user, but IMO newcomers will appreciate if the installation phase shows a follow-up message to the user, something like:
Before accessing ComfyUI, please have a look at, and eventually modify, its configuration:
harbor config ls | grep -i comfyui
harbor config set COMFYUI_USER IamComfy
harbor config set COMFYUI_PASSWORD my_S3cret!
Thank you
The text was updated successfully, but these errors were encountered:
ComfyUI auth is now turned off by default (I got into this problem myself last week, after not using it for a while) - took a a bit to investigate why it's not working out-of-the-box
Unfortunately Open WebUI integration simply won't work with auth enabled (no workaround)
We'll re-enable when Open WebUI allows auth parameters for ComfyUI connection config (either a header or a query string param at the current stage)
As mentioned in comfyui expects localhost #50 a LAN server URL redirects to localhost. I tried harbor config set COMFYUI_URL http://harborai.lan:34032/ (both 34031 and 34032), but it continues to redirec to to localhost.
for my money, i solved this by setting this in ./comfyui/override.env:
DIRECT_ADDRESS=x.x.x.x
where x.x.x.x is the address of the server I run and access harbor on - internally, you can still refer to it as http://comfyui (in the webui), but this is what got it to finally function for me.
Hi, this is very low priority. Harbor is so useful that it forces my laziness out of me :)
I just installed ComfyUI, and I think a newcomer (like me) user experience can be even better.
As mentioned in comfyui expects localhost #50 a LAN server URL redirects to
localhost
. I triedharbor config set COMFYUI_URL http://harborai.lan:34032/
(both 34031 and 34032), but it continues to redirec to tolocalhost
.After manually setting the hostname in the URL, here is the second CTF puzzle: the login. It's quite obvious to the experienced Harbor user, but IMO newcomers will appreciate if the installation phase shows a follow-up message to the user, something like:
Thank you
The text was updated successfully, but these errors were encountered: