• Vladimir Sotnikov's avatar
    [SD Img2Img] resize source images to multiple of 8 instead of 32 (#1571) · 9b37ed33
    Vladimir Sotnikov authored
    
    
    * [Stable Diffusion Img2Img] resize source images to integer multiple of 8 instead of 32
    
    * [Alt Diffusion Img2Img] resize source images to multiple of 8 instead of 32
    
    * [Img2Img] fix AltDiffusion Img2Img resolution test
    
    * [Img2Img] add Stable Diffusion Img2Img resolution test
    
    * [Cycle Diffusion] round resolution to multiplies of 8 instead of 32
    
    * [ONNX SD Img2Img] round resolution to multiplies of 64 instead of 32
    
    * [SD Depth2Img] round resolution to multiplies of 8 instead of 32
    
    * [Repaint] round resolution to multiplies of 8 instead of 32
    
    * fix make style
    Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
    9b37ed33
pipeline_repaint.py 7.62 KB