anapnoe / stable-diffusion-webui-ux

Stable Diffusion web UI UX
GNU Affero General Public License v3.0
964 stars 60 forks source link

[Bug]: After installing this plugin from sd-webui-agent-scheduler, I am unable to select the UX theme and the queue button #178

Closed evakenshin closed 8 months ago

evakenshin commented 1 year ago

Is there an existing issue for this?

What happened?

"After installing this plugin from https://github.com/ArtVentureX/sd-webui-agent-scheduler, I am unable to select the UX theme and the queue button associated with this plugin does not appear on the interface."

Steps to reproduce the problem

...

What should have happened?

...

Version or Commit where the problem happens

1.4.0

What Python version are you running on ?

Python 3.10.x

What platforms do you use to access the UI ?

Windows

What device are you running WebUI on?

Nvidia GPUs (RTX 20 above)

Cross attention optimization

xformers

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

..

List of extensions

sd-webui-agent-scheduler

Console logs

..

Additional information

..

AdrianAguilarT commented 10 months ago

I have the same issue, even the plugin section doesn't work. For now I just add in a user.css to keep typing and sending to queue, then I look the results with Image Browser.

.token-counter {
    pointer-events: none;
}