• Suraj Patil's avatar
    StableDiffusionUpscalePipeline (#1396) · 9ec5084a
    Suraj Patil authored
    
    
    * StableDiffusionUpscalePipeline
    
    * fix a few things
    
    * make it better
    
    * fix image batching
    
    * run vae in fp32
    
    * fix docstr
    
    * resize to mul of 64
    
    * doc
    
    * remove safety_checker
    
    * add max_noise_level
    
    * fix Copied
    
    * begin tests
    
    * slow tests
    
    * default max_noise_level
    
    * remove kwargs
    
    * doc
    
    * fix
    
    * fix fast tests
    
    * fix fast tests
    
    * no sf
    
    * don't offload vae
    Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
    9ec5084a
__init__.py 1.86 KB