mortenjust/native-diffusion

Warn or fail when using an incompatible input image size

Open

#10 建立於 2022年11月25日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Swift (34 fork)github user discovery
help wanted

倉庫指標

Star
 (499 star)
PR 合併指標
 (PR 指標待抓取)

描述

When you pass an input image to the generator, it currently doesn't check if the image fits the model (currently we only support SD1.5, so it's always 512x512)

This warning is for all users using img2img via an inputImage

The warning could be an assertion failure, but open to ideas.

Next: Resize off-size images, using a center crop. Feel free to go for this directly. Later: Support for SD2.0

貢獻者指南