deforum-art / sd-webui-deforum

Deforum extension for AUTOMATIC1111's Stable Diffusion webui
https://deforum.github.io
Other
2.7k stars 390 forks source link

Changing sampler has no effect #102

Closed Zarxrax closed 1 year ago

Zarxrax commented 1 year ago

Discussed in https://github.com/deforum-art/deforum-for-automatic1111-webui/discussions/101

Originally posted by **mpc99** November 21, 2022 It looks like sampler is stuck to Euler A no matter what you set it at. I noticed this a couple days ago.
Funofabot commented 1 year ago

That is very interesting. Should be a top focus. Not the only portion that appears to be non functional.

mpc99 commented 1 year ago

This was introduced 3 days ago.

Zarxrax commented 1 year ago

It looks like there was recently a change in Automatic1111 regarding how the sampler is selected. I am guessing this might be what broke it for the extension. https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/cdc8020d13c5eef099c609b0a911ccf3568afc0d

rewbs commented 1 year ago

Yeah that change has wreaked havoc with extensions and scripts. :)

Here's a quick fix for the Deforum extension: https://github.com/deforum-art/deforum-for-automatic1111-webui/pull/109