-
Notifications
You must be signed in to change notification settings - Fork 67
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
Comments
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' |
I just update a fix, please try the latest commit. |
No AttributeError now. But nothing happens after pressing enqueue button. |
Then you can check this: #4 (comment) |
Thanks, it's OK now. |
THX! |
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).
The text was updated successfully, but these errors were encountered: