"docs/vscode:/vscode.git/clone" did not exist on "d91dc57d8ab5ea17a60c045da5a7e4f86478fc52"
  • 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_cycle_diffusion.py 33.7 KB