Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

UI frozen on "Loading" even though install is seemingly successful #106

Open
pperlinski opened this issue Oct 14, 2024 · 0 comments
Open

Comments

@pperlinski
Copy link

pperlinski commented Oct 14, 2024

I'm on a Windows 11 machine. I tried both a manual install and edited the windows bat installer with the uninstall-reinstall gradio fix and still came to this dead end either way. Command line says it's up and running locally, but the UI remains stuck on the loading screen. During this the loading animation is frozen and not moving.

the whole terminal looks like this:

C:\Users\PC\AppData\Local\Programs\Python\Python310\lib\site-packages\fairscale\experimental\nn\offload.py:19: FutureWarning: `torch.cuda.amp.custom_fwd(args...)` is deprecated. Please use `torch.amp.custom_fwd(args..., device_type='cuda')` instead.
  return torch.cuda.amp.custom_fwd(orig_func)  # type: ignore
C:\Users\PC\AppData\Local\Programs\Python\Python310\lib\site-packages\fairscale\experimental\nn\offload.py:30: FutureWarning: `torch.cuda.amp.custom_bwd(args...)` is deprecated. Please use `torch.amp.custom_bwd(args..., device_type='cuda')` instead.
  return torch.cuda.amp.custom_bwd(orig_func)  # type: ignore
Could not find module 'C:\Users\PC\AppData\Local\Programs\Python\Python310\Lib\site-packages\xformers\_C.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
2024-10-14 01:26:17 | WARNING | root | WARNING: Could not find module 'C:\Users\PC\AppData\Local\Programs\Python\Python310\Lib\site-packages\xformers\_C.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Need to compile C++ extensions to get sparse attention suport. Please run python setup.py build develop
2024-10-14 01:26:17 | WARNING | root | Triton is not available, some optimizations will not be enabled.
This is just a warning: No module named 'triton'
2024-10-14 01:26:17 | WARNING | root | A matching Triton is not available, some optimizations will not be enabled.
Error caught was: No module named 'triton'
smallmodels=False
enablemps=False
offloadcpu=False
forcecpu=False
autolaunch=True


Preloading Models

Loading text model from ./models\text_2.pt to cuda
Loading coarse model from ./models\coarse_2.pt to cuda
Loading fine model from ./models\fine_2.pt to cuda
Launching Bark UI Enhanced v0.7.4 Server
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant