1. 19 Jun, 2025 1 commit
  2. 28 May, 2025 1 commit
  3. 22 Jul, 2024 1 commit
  4. 21 Mar, 2024 1 commit
  5. 08 Feb, 2024 1 commit
  6. 09 Jan, 2024 1 commit
  7. 06 Jan, 2024 1 commit
  8. 26 Dec, 2023 1 commit
  9. 01 Dec, 2023 1 commit
  10. 29 Nov, 2023 3 commits
    • Steven Liu's avatar
      [docs] Fix video link (#5986) · f72b28c7
      Steven Liu authored
      Update svd.md
      f72b28c7
    • Suraj Patil's avatar
      Fix SVD doc (#5983) · ada8109d
      Suraj Patil authored
      fix url
      ada8109d
    • Suraj Patil's avatar
      Add SVD (#5895) · 63f767ef
      Suraj Patil authored
      * begin model
      
      * finish blocks
      
      * add_embedding
      
      * addition_time_embed_dim
      
      * use TimestepEmbedding
      
      * fix temporal res block
      
      * fix time_pos_embed
      
      * fix add_embedding
      
      * add conversion script
      
      * fix model
      
      * up
      
      * add new resnet blocks
      
      * make forward work
      
      * return sample in original shape
      
      * fix temb shape in TemporalResnetBlock
      
      * add spatio temporal transformers
      
      * add vae blocks
      
      * fix blocks
      
      * update
      
      * update
      
      * fix shapes in Alphablender and add time activation in res blcok
      
      * use new blocks
      
      * style
      
      * fix temb shape
      
      * fix SpatioTemporalResBlock
      
      * reuse TemporalBasicTransformerBlock
      
      * fix TemporalBasicTransformerBlock
      
      * use TransformerSpatioTemporalModel
      
      * fix TransformerSpatioTemporalModel
      
      * fix time_context dim
      
      * clean up
      
      * make temb optional
      
      * add blocks
      
      * rename model
      
      * update conversion script
      
      * remove UNetMidBlockSpatioTemporal
      
      * add in init
      
      * remove unused arg
      
      * remove unused arg
      ...
      63f767ef