ArtVentureX / sd-webui-agent-scheduler

600 stars 60 forks source link

SD 1.9.0 not working #239

Open stkjvr opened 2 months ago

stkjvr commented 2 months ago

Stable Diffusion 1.9.0 not working

kyle215ps3 commented 2 months ago

good luck with that, seems like the creator has not been online for a while, hopefully they fix this up since it's been unreliable for me to use and a terribly buggy mess with a terrible task edit UI, and import sucks on this.

dm18 commented 2 months ago

@stkjvr It's working for me on v1.9.3-1.

It wasn't working for me after the recent changes. I had to remove the sd-webui-agent-scheduler folder from the extensions folder. And then re-install sd-webui-agent-scheduler.

Starting fresh, I could que and que prompts, and run them in the UI. Sending prompts by API were still failing.

Because automatic changed how samplers work. To send API commands, I needed to fix the value of Sampler I am passing to the API.

IE: It's no longer "sampler_name": "DPM++ 3M SDE Exponential",

it's now "sampler_name": "DPM++ 3M SDE", "sampler_type": "Exponential",

I don't think you can transfer the old DB into the new install. because the old DB is going to probably have a bunch of bad prompts with the old sampler names. Which will cause them to fail.

aetherwu commented 2 months ago

I could queue but the model won't change in folder.