mortenjust/native-diffusion

Warn or fail when using an incompatible input image size

Open

#10 aberto em 25 de nov. de 2022

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Swift (34 forks)github user discovery
help wanted

Métricas do repositório

Stars
 (499 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador