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

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

Closed
6 tasks
NikkuIsRyu opened this issue Oct 23, 2024 · 2 comments
Closed
6 tasks
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@NikkuIsRyu
Copy link

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

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

@NikkuIsRyu NikkuIsRyu added the bug-report Report of a bug, yet to be confirmed label Oct 23, 2024
@w-e-w
Copy link
Collaborator

w-e-w commented Oct 24, 2024

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests

2 participants