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

改用 nearest-exact ? #5

Open AG-w opened 2 months ago

AG-w commented 2 months ago

nearest 其實不是很準,所以後來才增加了nearest-exact https://github.com/pytorch/pytorch/issues/34808 https://pytorch.org/docs/stable/generated/torch.nn.functional.interpolate.html

Koishi-Star commented 2 months ago

我会去针对放大方法做更多测试的。感谢你的建议,我会尽快给出测试结果。