-
Notifications
You must be signed in to change notification settings - Fork 33
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
[BUG] comfyui address does not include port #152
Comments
I also made the same mistake, the correct calling address should be http://127.0.0.1:8188 But what Stable diffusion calls is http://127.0.0.1 , which has caused the inability to access, and I have not yet found a solution |
This does not look right. Did you set a custom address or this is by default? did you change any of the configuration? |
Only see a white screen too.But I have an Error. |
I've found that closing the tab page and re-entering http://127.0.0.1:7860 displays it properly |
Sometimes the webui finishes loading before the comfyui server. That's what the reload comfyui interface button is for in the txt2img and img2img dropdown. |
I've made it so that the client url in the settings is canonicalized. Any missing info like port or protocol is added back, it should resolve the confusion created by the recent change of behavior. |
I'm missing context:
From the short section of the logs you have provided, it looks like comfyui does not finish starting for some reason. Maybe the situation you are running into has to do with this. |
It looks like the comfyui subprocess is freezing during the patch phase on your setup. This is not caused by a port missing in the configuration. Does it help in any way if you chose "File System" instead of "Default" for the interprocess communication strategy? |
I can't understand why the extension doesn't work, I only see a white screen.
[ComfyUI] [sd-webui-comfyui] Setting up IPC...
[ComfyUI] [sd-webui-comfyui] Using inter-process communication strategy: Shared memory
[ComfyUI] [sd-webui-comfyui] Started callback listeners for process comfyui
[ComfyUI] [sd-webui-comfyui] Patching ComfyUI...
Applying attention optimization: sdp... done.
Model loaded in 4.0s (load weights from disk: 0.6s, create model: 0.6s, apply weights to model: 1.0s, apply half(): 0.8s, move model to device: 0.9s).
The text was updated successfully, but these errors were encountered: