mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 15:16:01 +02:00
72b6691fd6
img2img still defaulted sampler_name to UniPC after the txt2img default was switched to Default in 7fbac675f, so an img2img request that omits the sampler forced UniPC instead of keeping the model's own scheduler. The control endpoint already used Default; align img2img with both.