Skip to content
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

webui not working #441

Open
muccio opened this issue Jan 12, 2025 · 10 comments
Open

webui not working #441

muccio opened this issue Jan 12, 2025 · 10 comments

Comments

@muccio
Copy link

muccio commented Jan 12, 2025

installed on macos (apple silicon) with docker desktop in a container.
logs and docker show up and running but browser can't connect to server.
I'm missing something?

[email protected] start
next start
▲ Next.js 13.5.6

@rsxdalv
Copy link
Owner

rsxdalv commented Jan 13, 2025

Could you please try the primary UI at 7680?

@muccio
Copy link
Author

muccio commented Jan 13, 2025

always unreachable

@muccio
Copy link
Author

muccio commented Jan 13, 2025

Also not showing ports in the docker desktop interface

@rsxdalv
Copy link
Owner

rsxdalv commented Jan 13, 2025

Did you run it with docker compose or in another way?

I'm guessing the ports were not exposed during the creation of the container from the image.

@muccio
Copy link
Author

muccio commented Jan 13, 2025

I was following the install instructions
docker pull ghcr.io/rsxdalv/tts-generation-webui:main
docker compose up -d

@rsxdalv
Copy link
Owner

rsxdalv commented Jan 14, 2025

Sounds like a malfunction, 3000 and 7770 should be open. The container tries to use the Nvidia driver, so maybe it fails when it's unavailable? But you should be able to see that in the logs.
I'm assuming other docker containers with ports work.

@muccio
Copy link
Author

muccio commented Jan 14, 2025

yes other containers no problem

@rsxdalv
Copy link
Owner

rsxdalv commented Jan 14, 2025

Thanks, could you share a full log of the container? Maybe it contains the error. Also I'm not sure if it's possible/easy to make a real M1 chip accelerated docker container - this Linux one is most probably not going to be able to use it.

@muccio
Copy link
Author

muccio commented Jan 14, 2025

2025-01-14 14:37:04
2025-01-14 14:37:04 ==========
2025-01-14 14:37:04 == CUDA ==
2025-01-14 14:37:04 ==========
2025-01-14 14:37:04
2025-01-14 14:37:04 CUDA Version 11.8.0
2025-01-14 14:37:04
2025-01-14 14:37:04 Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2025-01-14 14:37:04
2025-01-14 14:37:04 This container image and its contents are governed by the NVIDIA Deep Learning Container License.
2025-01-14 14:37:04 By pulling and using the container, you accept the terms and conditions of this license:
2025-01-14 14:37:04 https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
2025-01-14 14:37:04
2025-01-14 14:37:04 A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
2025-01-14 14:37:04
2025-01-14 14:37:04 WARNING: The NVIDIA Driver was not detected. GPU functionality will not be available.
2025-01-14 14:37:04 Use the NVIDIA Container Toolkit to start this container with GPU support; see
2025-01-14 14:37:04 https://docs.nvidia.com/datacenter/cloud-native/ .
2025-01-14 14:37:04
2025-01-14 14:37:08
2025-01-14 14:37:08 > [email protected] start
2025-01-14 14:37:08 > next start
2025-01-14 14:37:08
2025-01-14 14:37:09 ▲ Next.js 13.5.6
2025-01-14 14:37:09 - Local: http://localhost:3000
2025-01-14 14:37:09
2025-01-14 14:37:09 ✓ Ready in 450ms
2025-01-14 14:37:09 /usr/local/lib/python3.10/dist-packages/gradio/components/dropdown.py:226: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: None or set allow_custom_value=True.
2025-01-14 14:37:09 warnings.warn(

@rsxdalv
Copy link
Owner

rsxdalv commented Jan 14, 2025

Thanks, nothing major up until this point, maybe it's something else. I have previously ran the containers successfully, so I know it's possible, but I can't really guess what is the problem here.
The log indicates that it's going to work anyway, even without GPU.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants