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
{{ message }}
This repository was archived by the owner on Feb 12, 2023. It is now read-only.
Hello,
I use to run HG Diffuser fine from the CLI and wanted to give this install a try, so I installed Anaconda instead of miniconda, etc.
Install was smooth and webui.sh offers to start streamlit or gradio.
streamlit webUI is running OK, but as soon as I try to generate, it holds its breathe forever, even mouse and seconds on the clock are frozen, and I have to reboot the PC.
in the CLI, latest messages are:
working with z of shape (1.4.32.32) = 4096 dimensions
makinf attention of type 'vanilla' with 512 in_channels
here are my settings in streamlit:
as you can see I hava a RTX 3060with 12GB VRAM. Works well with Diffuser
Gradio throws:
Starting Stable Diffusion WebUI: Gradio Interface. Please Wait...
Relauncher: Launching...
Traceback (most recent call last):
File "scripts/webui.py", line 22, in <module>
from frontend.frontend import draw_gradio_ui
ModuleNotFoundError: No module named 'frontend'
Relauncher: Process is ending. Relaunching in 1s...
Relaunch count: 1
Hello,
I use to run HG Diffuser fine from the CLI and wanted to give this install a try, so I installed Anaconda instead of miniconda, etc.
Install was smooth and webui.sh offers to start streamlit or gradio.
streamlit webUI is running OK, but as soon as I try to generate, it holds its breathe forever, even mouse and seconds on the clock are frozen, and I have to reboot the PC.
in the CLI, latest messages are:
here are my settings in streamlit:

as you can see I hava a RTX 3060with 12GB VRAM. Works well with Diffuser
Gradio throws:
while frontend/frontend.py is present
Any idea?