AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
143.47k stars 27.01k forks source link

[Bug]: "Generate" Button does not work, unless I am too dumb to use it. #16582

Closed NikkuIsRyu closed 1 month ago

NikkuIsRyu commented 1 month ago

Checklist

What happened?

txt2img does not do anything after pressing Generate

Steps to reproduce the problem

Extract the sd.webui.zip, run update.bat, run run.bat, the webui opens automatically. Try generate an image

What should have happened?

WebUI should have generate an image

What browsers do you use to access the UI ?

Microsoft Edge, Other

Sysinfo

sysinfo-2024-10-23-21-39.json

Console logs

g: Importing from timm.models.layers is deprecated, please import via timm.layers
  warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
Loading weights [6ce0161689] from D:\.D Dokuments\Stable diff\stable diff1\webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
Creating model from config: D:\.D Dokuments\Stable diff\stable diff1\webui\configs\v1-inference.yaml
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
D:\.D Dokuments\Stable diff\stable diff1\system\python\lib\site-packages\huggingface_hub\file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
  warnings.warn(
Startup time: 13.0s (prepare environment: 3.4s, import torch: 4.4s, import gradio: 1.0s, setup paths: 1.0s, initialize shared: 0.3s, other imports: 0.5s, list SD models: 0.3s, load scripts: 1.3s, create ui: 0.5s, gradio launch: 0.6s).
Applying attention optimization: Doggettx... done.
Model loaded in 4.0s (load weights from disk: 0.6s, create model: 0.6s, apply weights to model: 2.5s, calculate empty prompt: 0.2s).

Additional information

No response

w-e-w commented 1 month ago

unless I am too dumb to use it

I don't think you're dumb but you might have some trouble noticing something that is pinned on it very top of the issue page

you webui is installed under .D Dokuments

D:\.D Dokuments\Stable diff\stable diff1\
   ^

move your install to somewhere that don't have a DOT as the first charactor of it's parent path

NikkuIsRyu commented 1 month ago

Omg, it worked. Didnt know that was a thing, since its windows and not ubuntu. Thanks a lot