"vscode:/vscode.git/clone" did not exist on "85bb16a835804cf25e4e9f4c04694d75ff8b2d70"
  1. 29 Sep, 2025 1 commit
  2. 02 Sep, 2025 1 commit
  3. 27 Aug, 2025 1 commit
  4. 29 Jul, 2025 1 commit
  5. 19 Jun, 2025 1 commit
  6. 28 May, 2025 1 commit
  7. 20 May, 2025 1 commit
  8. 19 May, 2025 1 commit
  9. 24 Apr, 2025 1 commit
  10. 15 Apr, 2025 1 commit
  11. 14 Feb, 2025 1 commit
    • puhuk's avatar
      Update Custom Diffusion Documentation for Multiple Concept Inference to... · 27b90235
      puhuk authored
      Update Custom Diffusion Documentation for Multiple Concept Inference to resolve issue #10791 (#10792)
      
      Update Custom Diffusion Documentation for Multiple Concept Inference
      
      This PR updates the Custom Diffusion documentation to correctly demonstrate multiple concept inference by:
      
      - Initializing the pipeline from a proper foundation model (e.g., "CompVis/stable-diffusion-v1-4") instead of a fine-tuned model.
      - Defining model_id explicitly to avoid NameError.
      - Correcting method calls for loading attention processors and textual inversion embeddings.
      27b90235
  12. 02 Dec, 2024 1 commit
  13. 05 Nov, 2024 1 commit
  14. 31 Oct, 2024 2 commits
  15. 16 Oct, 2024 1 commit
  16. 08 Oct, 2024 1 commit
  17. 25 Sep, 2024 1 commit
  18. 16 Sep, 2024 1 commit
  19. 12 Aug, 2024 1 commit
  20. 05 Aug, 2024 1 commit
  21. 26 Jun, 2024 1 commit
  22. 24 Jun, 2024 1 commit
  23. 18 Jun, 2024 1 commit
  24. 17 Jun, 2024 1 commit
  25. 29 May, 2024 1 commit
  26. 07 May, 2024 1 commit
  27. 10 Apr, 2024 2 commits
    • Sayak Paul's avatar
      [docs] remove duplicate tip block. (#7625) · a402431d
      Sayak Paul authored
      remove duplicate tip block.
      a402431d
    • Sayak Paul's avatar
      [Core] add "balanced" `device_map` support to pipelines (#6857) · 3e4a6bd2
      Sayak Paul authored
      
      
      * get device <-> component mapping when using multiple gpus.
      
      * condition the device_map bits.
      
      * relax condition
      
      * device_map progress.
      
      * device_map enhancement
      
      * some cleaning up and debugging
      
      * Apply suggestions from code review
      Co-authored-by: default avatarMarc Sun <57196510+SunMarc@users.noreply.github.com>
      
      * incorporate suggestions from PR.
      
      * remove multi-gpu condition for now.
      
      * guard check the component -> device mapping
      
      * fix: device_memory variable
      
      * dispatching transformers model to have force_hooks=True
      
      * better guarding for transformers device_map
      
      * introduce support balanced_low_memory and balanced_ultra_low_memory.
      
      * remove device_map patch.
      
      * fix: intermediate variable scoping.
      
      * fix: condition in cpu offload.
      
      * fix: flax class restrictions.
      
      * remove modifications from cpu_offload and model_offload
      
      * incorporate changes.
      
      * add a simple forward pass test
      
      * add: torch_device in get_inputs()
      
      * add: tests
      
      * remove print
      
      * safe-guard to(), model offloading and cpu offloading when balanced is used as a device_map.
      
      * style
      
      * remove .
      
      * safeguard device_map with more checks and remove invalid device_mapping strategues.
      
      * make  a class attribute and adjust tests accordingly.
      
      * fix device_map check
      
      * fix test
      
      * adjust comment
      
      * fix: device_map attribute
      
      * fix: dispatching.
      
      * max_memory test for pipeline
      
      * version guard the tests
      
      * fix guard.
      
      * address review feedback.
      
      * reset_device_map method.
      
      * add: test for reset_hf_device_map
      
      * fix a couple things.
      
      * add reset_device_map() in the error message.
      
      * add tests for checking reset_device_map doesn't have unintended consequences.
      
      * fix reset_device_map and offloading tests.
      
      * create _get_final_device_map utility.
      
      * hf_device_map -> _hf_device_map
      
      * add documentation
      
      * add notes suggested by Marc.
      
      * styling.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      
      * move updates within gpu condition.
      
      * other docs related things
      
      * note on ignore a device not specified in .
      
      * provide a suggestion if device mapping errors out.
      
      * fix: typo.
      
      * _hf_device_map -> hf_device_map
      
      * Empty-Commit
      
      * add: example hf_device_map.
      
      ---------
      Co-authored-by: default avatarMarc Sun <57196510+SunMarc@users.noreply.github.com>
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      3e4a6bd2
  28. 25 Mar, 2024 1 commit
  29. 04 Mar, 2024 1 commit
  30. 25 Feb, 2024 1 commit
  31. 08 Feb, 2024 1 commit
  32. 29 Jan, 2024 1 commit
  33. 25 Dec, 2023 1 commit
  34. 18 Dec, 2023 2 commits
  35. 15 Dec, 2023 1 commit
  36. 29 Nov, 2023 1 commit
  37. 14 Nov, 2023 1 commit
    • Steven Liu's avatar
      [docs] Update training docs (#5512) · bae14c8b
      Steven Liu authored
      * first draft
      
      * try hfoption syntax
      
      * fix hfoption id
      
      * add text2image
      
      * fix tag
      
      * feedback
      
      * feedbacks
      
      * add textual inversion
      
      * DreamBooth
      
      * lora
      
      * controlnet
      
      * instructpix2pix
      
      * custom diffusion
      
      * t2i
      
      * separate training methods and models
      
      * sdxl
      
      * kandinsky
      
      * wuerstchen
      
      * light edits
      bae14c8b