1. 07 Sep, 2022 6 commits
  2. 06 Sep, 2022 4 commits
  3. 05 Sep, 2022 8 commits
  4. 04 Sep, 2022 9 commits
  5. 03 Sep, 2022 2 commits
  6. 02 Sep, 2022 9 commits
    • Pedro Cuenca's avatar
      Use ONNX / Core ML compatible method to broadcast (#310) · e49dd03d
      Pedro Cuenca authored
      * Use ONNX / Core ML compatible method to broadcast.
      
      Unfortunately `tile` could not be used either, it's still not compatible
      with ONNX.
      
      See #284.
      
      * Add comment about why broadcast_to is not used.
      
      Also, apply style to changed files.
      
      * Make sure broadcast remains in same device.
      e49dd03d
    • Partho's avatar
      [Type hint] PNDM pipeline (#327) · 7b628a22
      Partho authored
      * [Type hint] PNDM pipeline
      
      * ran make style
      
      * Revert "ran make style" wrong black version
      7b628a22
    • Santiago Víquez's avatar
      033b77eb
    • Patrick von Platen's avatar
      Update README.md · e54206d0
      Patrick von Platen authored
      Remove joke
      e54206d0
    • Patrick von Platen's avatar
      Add contributions to README and re-order a bit (#316) · 6b5baa93
      Patrick von Platen authored
      * up
      
      * thanks Clau
      
      * finish
      
      * finish
      
      * up
      6b5baa93
    • Anton Lozhkov's avatar
      [CI] try to fix GPU OOMs between tests and excessive tqdm logging (#323) · 66fd3ec7
      Anton Lozhkov authored
      * Fix tqdm and OOM
      
      * tqdm auto
      
      * tqdm is still spamming try to disable it altogether
      
      * rather just set the pipe config, to keep the global tqdm clean
      
      * style
      66fd3ec7
    • Pedro Cuenca's avatar
      README: stable diffusion version v1-3 -> v1-4 (#331) · 3a536ac8
      Pedro Cuenca authored
      Prose: stable diffusion version v1-3 -> v1-4
      
      The code examples use `v1-4`, but the license text was referring to
      `v1-3`.
      3a536ac8
    • Suraj Patil's avatar
      Update README.md · 30e7c78a
      Suraj Patil authored
      30e7c78a
    • Suraj Patil's avatar
      Textual inversion (#266) · d0d3e24e
      Suraj Patil authored
      * add textual inversion script
      
      * make the loop work
      
      * make coarse_loss optional
      
      * save pipeline after training
      
      * add arg pretrained_model_name_or_path
      
      * fix saving
      
      * fix gradient_accumulation_steps
      
      * style
      
      * fix progress bar steps
      
      * scale lr
      
      * add argument to accept style
      
      * remove unused args
      
      * scale lr using num gpus
      
      * load tokenizer using args
      
      * add checks when converting init token to id
      
      * improve commnets and style
      
      * document args
      
      * more cleanup
      
      * fix default adamw arsg
      
      * TextualInversionWrapper -> CLIPTextualInversionWrapper
      
      * fix tokenizer loading
      
      * Use the CLIPTextModel instead of wrapper
      
      * clean dataset
      
      * remove commented code
      
      * fix accessing grads for multi-gpu
      
      * more cleanup
      
      * fix saving on multi-GPU
      
      * init_placeholder_token_embeds
      
      * add seed
      
      * fix flip
      
      * fix multi-gpu
      
      * add utility methods in wrapper
      
      * remove ipynb
      
      * don't use wrapper
      
      * dont pass vae an dunet to accelerate prepare
      
      * bring back accelerator.accumulate
      
      * scale latents
      
      * use only one progress bar for steps
      
      * push_to_hub at the end of training
      
      * remove unused args
      
      * log some important stats
      
      * store args in tensorboard
      
      * pretty comments
      
      * save the trained embeddings
      
      * mobe the script up
      
      * add requirements file
      
      * more cleanup
      
      * fux typo
      
      * begin readme
      
      * style -> learnable_property
      
      * keep vae and unet in eval mode
      
      * address review comments
      
      * address more comments
      
      * removed unused args
      
      * add train command in readme
      
      * update readme
      d0d3e24e
  7. 01 Sep, 2022 2 commits