1. 05 Mar, 2024 1 commit
  2. 08 Feb, 2024 1 commit
  3. 06 Feb, 2024 1 commit
    • Félix Sanz's avatar
      fix: typo in callback function name and property (#6834) · 17612de4
      Félix Sanz authored
      * fix: callback function name is incorrect
      
      On this tutorial there is a function defined and then used inside `callback_on_step_end` argument, but the name was not correct (mismatch)
      
      * fix: typo in num_timestep (correct is num_timesteps)
      
      fixed property name
      17612de4
  4. 10 Jan, 2024 1 commit
  5. 26 Dec, 2023 1 commit
  6. 13 Nov, 2023 1 commit
  7. 09 Nov, 2023 1 commit
    • M. Tolga Cangöz's avatar
      [`Docs`] Fix typos and update files at Optimization Page (#5674) · 53a8439f
      M. Tolga Cangöz authored
      
      
      * Fix typos, update, trim trailing whitespace
      
      * Trim trailing whitespaces
      
      * Update docs/source/en/optimization/memory.md
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      
      * Update docs/source/en/optimization/memory.md
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      
      * Update _toctree.yml
      
      * Update adapt_a_model.md
      
      * Reverse
      
      * Reverse
      
      * Reverse
      
      * Update dreambooth.md
      
      * Update instructpix2pix.md
      
      * Update lora.md
      
      * Update overview.md
      
      * Update t2i_adapters.md
      
      * Update text2image.md
      
      * Update text_inversion.md
      
      * Update create_dataset.md
      
      * Update create_dataset.md
      
      * Update create_dataset.md
      
      * Update create_dataset.md
      
      * Update coreml.md
      
      * Delete docs/source/en/training/create_dataset.md
      
      * Original create_dataset.md
      
      * Update create_dataset.md
      
      * Delete docs/source/en/training/create_dataset.md
      
      * Add original file
      
      * Delete docs/source/en/training/create_dataset.md
      
      * Add original one
      
      * Delete docs/source/en/training/text2image.md
      
      * Delete docs/source/en/training/instructpix2pix.md
      
      * Delete docs/source/en/training/dreambooth.md
      
      * Add original files
      
      ---------
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      53a8439f
  8. 05 Nov, 2023 1 commit
    • YiYi Xu's avatar
      add callbacks to denoising step (#5427) · 2b23ec82
      YiYi Xu authored
      
      
      * draft1
      
      * update
      
      * style
      
      * move to the end of loop
      
      * update
      
      * update callbak_on_step_end_inputs
      
      * Revert "update"
      
      This reverts commit 5f9b153183d0cde3b850f14024d2e37ae8c19576.
      
      * Revert "update callbak_on_step_end_inputs"
      
      This reverts commit 44889f4dabad95b7ebb330faa5f1955b5d008c88.
      
      * update
      
      * update test required_optional_params
      
      * remove self.lora_scale
      
      * img2img
      
      * inpaint
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * fix
      
      * apply feedbacks on img2img + inpaint: keep only important pipeline attributes
      
      * depth
      
      * pix2pix
      
      * make _callback_tensor_inputs an class variable so that we can use it for testing
      
      * add a basic tst for callback
      
      * add a read-only tensor input timesteps + fix tests
      
      * add second test for callback cfg
      
      * sdxl
      
      * sdxl img2img
      
      * sdxl inpaint
      
      * kandinsky prior
      
      * kandinsky decoder
      
      * kandinsky img2img + combined
      
      * kandinsky inpaint
      
      * fix copies
      
      * fix
      
      * consistent default inputs
      
      * fix copies
      
      * wuerstchen_prior prior
      
      * test_wuerstchen_decoder + fix test for prior
      
      * wuerstchen_combined pipeline + skip tests
      
      * skip test for kandinsky combined
      
      * lcm
      
      * remove timesteps etc
      
      * add doc string
      
      * copies
      
      * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * make style and improve tests
      
      * up
      
      * up
      
      * fix more
      
      * fix cfg test
      
      * tests for callbacks
      
      * fix for real
      
      * update
      
      * lcm img2img
      
      * add doc
      
      * add doc page to index
      
      ---------
      Co-authored-by: default avataryiyixuxu <yixu310@gmail,com>
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      2b23ec82