1. 20 Mar, 2024 1 commit
  2. 08 Feb, 2024 1 commit
  3. 15 Jan, 2024 1 commit
    • Sayak Paul's avatar
      [OmegaConf] replace it with `yaml` (#6488) · cb4b3f0b
      Sayak Paul authored
      * remove omegaconf from convert_from_ckpt.
      
      * remove from single_file.
      
      * change to string based ubscription.
      
      * style
      
      * okay
      
      * fix: vae_param
      
      * no . indexing.
      
      * style
      
      * style
      
      * turn getattrs into explicit if/else
      
      * style
      
      * propagate changes to ldm_uncond.
      
      * propagate to gligen
      
      * propagate to if.
      
      * fix: quotes.
      
      * propagate to audioldm.
      
      * propagate to audioldm2
      
      * propagate to musicldm.
      
      * propagate to vq_diffusion
      
      * propagate to zero123.
      
      * remove omegaconf from diffusers codebase.
      cb4b3f0b
  4. 02 Aug, 2023 1 commit
  5. 27 Mar, 2023 1 commit
  6. 23 Mar, 2023 1 commit
  7. 01 Mar, 2023 1 commit
  8. 07 Feb, 2023 1 commit
  9. 19 Dec, 2022 1 commit
  10. 23 Nov, 2022 1 commit
    • Patrick von Platen's avatar
      [Versatile Diffusion] Add versatile diffusion model (#1283) · 2625fb59
      Patrick von Platen authored
      
      
      * up
      
      * convert dual unet
      
      * revert dual attn
      
      * adapt for vd-official
      
      * test the full pipeline
      
      * mixed inference
      
      * mixed inference for text2img
      
      * add image prompting
      
      * fix clip norm
      
      * split text2img and img2img
      
      * fix format
      
      * refactor text2img
      
      * mega pipeline
      
      * add optimus
      
      * refactor image var
      
      * wip text_unet
      
      * text unet end to end
      
      * update tests
      
      * reshape
      
      * fix image to text
      
      * add some first docs
      
      * dual guided pipeline
      
      * fix token ratio
      
      * propose change
      
      * dual transformer as a native module
      
      * DualTransformer(nn.Module)
      
      * DualTransformer(nn.Module)
      
      * correct unconditional image
      
      * save-load with mega pipeline
      
      * remove image to text
      
      * up
      
      * uP
      
      * fix
      
      * up
      
      * final fix
      
      * remove_unused_weights
      
      * test updates
      
      * save progress
      
      * uP
      
      * fix dual prompts
      
      * some fixes
      
      * finish
      
      * style
      
      * finish renaming
      
      * up
      
      * fix
      
      * fix
      
      * fix
      
      * finish
      Co-authored-by: default avataranton-l <anton@huggingface.co>
      2625fb59
  11. 09 Nov, 2022 1 commit
  12. 26 Oct, 2022 1 commit
  13. 05 Oct, 2022 1 commit
  14. 15 Sep, 2022 1 commit
    • Suraj Patil's avatar
      Stable diffusion text2img conversion script. (#154) · 039958ea
      Suraj Patil authored
      
      
      * begin text2img conversion script
      
      * add fn to convert config
      
      * create config if not provided
      
      * update imports and use UNet2DConditionModel
      
      * fix imports, layer names
      
      * fix unet coversion
      
      * add function to convert VAE
      
      * fix vae conversion
      
      * update main
      
      * create text model
      
      * update config creating logic for unet
      
      * fix config creation
      
      * update script to create and save pipeline
      
      * remove unused imports
      
      * fix checkpoint loading
      
      * better name
      
      * save progress
      
      * finish
      
      * up
      
      * up
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      039958ea