"examples/community/pipeline_stable_diffusion_pag.py" did not exist on "bda1d4faf8a1be9f3155b8ca90cb24cbd7599d24"
  • Sayak Paul's avatar
    [Big refactor] move unets to `unets` module 馃 (#6630) · 1f0705ad
    Sayak Paul authored
    * move unets to  module 馃
    
    * parameterize unet-level import.
    
    * fix flax unet2dcondition model import
    
    * models __init__
    
    * mildly depcrecating models.unet_2d_blocks in favor of models.unets.unet_2d_blocks.
    
    * noqa
    
    * correct depcrecation behaviour
    
    * inherit from the actual classes.
    
    * Empty-Commit
    
    * backwards compatibility for unet_2d.py
    
    * backward compatibility for unet_2d_condition
    
    * bc for unet_1d
    
    * bc for unet_1d_blocks
    1f0705ad
unet_2d_condition.py 62.4 KB