1. 11 Apr, 2023 1 commit
    • Patrick von Platen's avatar
      Fix config prints and save, load of pipelines (#2849) · 8b451eb6
      Patrick von Platen authored
      * [Config] Fix config prints and save, load
      
      * Only use potential nn.Modules for dtype and device
      
      * Correct vae image processor
      
      * make sure in_channels is not accessed directly
      
      * make sure in channels is only accessed via config
      
      * Make sure schedulers only access config attributes
      
      * Make sure to access config in SAG
      
      * Fix vae processor and make style
      
      * add tests
      
      * uP
      
      * make style
      
      * Fix more naming issues
      
      * Final fix with vae config
      
      * change more
      8b451eb6
  2. 10 Mar, 2023 1 commit
  3. 03 Mar, 2023 1 commit
    • Steven Liu's avatar
      Training tutorial (#2473) · fa6d52d5
      Steven Liu authored
      * first draft
      
      *  minor edits
      
      *  minor fixes
      
      * 🖍 apply feedbacks
      
      * 🖍 apply feedback and minor edits
      fa6d52d5