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

Error when start up stable Diffusion #51

Closed
SauChi666 opened this issue Jun 27, 2023 · 7 comments
Closed

Error when start up stable Diffusion #51

SauChi666 opened this issue Jun 27, 2023 · 7 comments

Comments

@SauChi666
Copy link

Error executing callback app_started_callback for /Users/appleid/stable-diffusion-webui/extensions/sd-webui-agent-scheduler/scripts/task_scheduler.py
Traceback (most recent call last):
File "/Users/appleid/stable-diffusion-webui/modules/script_callbacks.py", line 125, in app_started_callback
c.callback(demo, app)
File "/Users/appleid/stable-diffusion-webui/extensions/sd-webui-agent-scheduler/scripts/task_scheduler.py", line 66, in
script_callbacks.on_app_started(lambda block, _: self.on_app_started(block))
File "/Users/appleid/stable-diffusion-webui/extensions/sd-webui-agent-scheduler/scripts/task_scheduler.py", line 105, in on_app_started
self.bind_enqueue_button(block)
File "/Users/appleid/stable-diffusion-webui/extensions/sd-webui-agent-scheduler/scripts/task_scheduler.py", line 174, in bind_enqueue_button
self.submit_button.click(**args)
AttributeError: 'NoneType' object has no attribute 'click'

Error executing callback app_started_callback for /Users/appleid/stable-diffusion-webui/extensions/sd-webui-agent-scheduler/scripts/task_scheduler.py
Traceback (most recent call last):
File "/Users/appleid/stable-diffusion-webui/modules/script_callbacks.py", line 125, in app_started_callback
c.callback(demo, app)
File "/Users/appleid/stable-diffusion-webui/extensions/sd-webui-agent-scheduler/scripts/task_scheduler.py", line 66, in
script_callbacks.on_app_started(lambda block, _: self.on_app_started(block))
File "/Users/appleid/stable-diffusion-webui/extensions/sd-webui-agent-scheduler/scripts/task_scheduler.py", line 105, in on_app_started
self.bind_enqueue_button(block)
File "/Users/appleid/stable-diffusion-webui/extensions/sd-webui-agent-scheduler/scripts/task_scheduler.py", line 174, in bind_enqueue_button
self.submit_button.click(**args)
AttributeError: 'NoneType' object has no attribute 'click'

Startup time: 12.3s (import torch: 0.7s, import gradio: 0.6s, import ldm: 0.2s, other imports: 0.6s, setup codeformer: 0.1s, load scripts: 4.1s, create ui: 5.2s, gradio launch: 0.4s, scripts app_started_callback: 0.3s).

@SauChi666 SauChi666 changed the title Error when boot up Error when start up stable Diffusion Jun 27, 2023
@artventuredev
Copy link
Contributor

artventuredev commented Jun 27, 2023

Please provide your webui version. You can find the version info at the bottom of the web page. Please also try to update the webui first.

Screenshot 2023-06-27 at 12 56 14

@deepfree3
Copy link

Same error. version: v1.3.2  •  python: 3.10.11  •  torch: 2.0.1+cu118  •  xformers: 0.0.19  •  gradio: 3.32.0

AttributeError: 'Options' object has no attribute 'queue_button_placement'
AttributeError: 'NoneType' object has no attribute 'click'

@artventuredev
Copy link
Contributor

I just update a fix, please try the latest commit.

@deepfree3
Copy link

No AttributeError now. But nothing happens after pressing enqueue button.

@artventuredev
Copy link
Contributor

Then you can check this: #4 (comment)

@deepfree3
Copy link

Thanks, it's OK now.

@SauChi666
Copy link
Author

THX!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants