Koishi-Star / Euler-Smea-Dyn-Sampler

A sampler base on Euler, aim at generating better picture/一种基于Euler的采样方法,旨在生成更好的图片
Apache License 2.0
135 stars 11 forks source link

I'm not sure. #6

Open nyagano opened 2 months ago

nyagano commented 2 months ago

スクリーンショット 2024-04-09 150821

DenOfEquity commented 2 months ago

Are you sure this issue is related? Anyway, the problem is that modules/sd_samplers_kdiffusion.py, line 41, wants a definition for Heun_a_sampler, in modules/sd_samplers_extra.py. The definition doesn't exist, so loading fails. It looks like the line has been edited from the entry for the Restart sampler: {indent} ('Restart', sd_samplers_extra.restart_sampler, ['restart'], {'scheduler': 'karras', "second_order": True}), so either edit it back, or delete it if there is another entry for Restart.

Koishi-Star commented 2 months ago

Please refrain from replacing files in the release package and follow the instructions in the README for the operation. If you're not fond of this approach, I'll swiftly release a plugin version to add this sampler as a plugin. Stay tuned for updates.