noise-lab / NetDiffusion_Generator

Apache License 2.0
18 stars 1 forks source link

cannot get webUI correctly #4

Closed Bozolzr closed 3 months ago

Bozolzr commented 3 months ago

When I tried Data-processing as it instructed, I executed

bash webui.sh

And here is the output on the console:

################################################################
Install script for stable-diffusion + Web UI
Tested on Debian 11 (Bullseye), Fedora 34+ and openSUSE Leap 15.4 or newer.
################################################################

################################################################
Running on root user
################################################################

################################################################
Repo already cloned, using it as install directory
################################################################

################################################################
Create and activate python venv
################################################################

################################################################
Launching launch.py...
################################################################
Using TCMalloc: libtcmalloc_minimal.so.4
fatal: No names found, cannot describe anything.
Python 3.10.13 (main, Sep 11 2023, 13:44:35) [GCC 11.2.0]
Version: 1.7.0
Commit hash: 2533cf84cad7313b8653717d15728a2d9a862c15
Launching Web UI with arguments: 
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
Loading weights [6ce0161689] from /root/NetDiffusion_Generator/fine_tune/stable-diffusion-webui-fork/models/Stable-diffusion/v1-5-pruned-emaonly.safetensors
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 8.5s (prepare environment: 1.6s, import torch: 3.0s, import gradio: 0.9s, setup paths: 0.9s, initialize shared: 0.1s, other imports: 0.4s, load scripts: 0.6s, create ui: 0.6s, gradio launch: 0.3s).
Creating model from config: /root/NetDiffusion_Generator/fine_tune/stable-diffusion-webui-fork/configs/v1-inference.yaml
Applying attention optimization: Doggettx... done.
Model loaded in 3.0s (load weights from disk: 0.9s, create model: 0.4s, apply weights to model: 1.5s, calculate empty prompt: 0.1s).

Seemed everything is fine if I had not missed something. HOWEVER, there is nothing in http://127.0.0.1:7860. I am really confused.

a055d59d74a2d05e389a576f6fa7c6c