1. 23 Apr, 2025 1 commit
  2. 21 Jan, 2025 1 commit
  3. 07 Jan, 2025 1 commit
  4. 06 Jan, 2025 1 commit
    • Ameer Azam's avatar
      Regarding the RunwayML path for V1.5 did change to... · 4f5e3e35
      Ameer Azam authored
      Regarding the RunwayML path for V1.5 did change to stable-diffusion-v1-5/[stable-diffusion-v1-5/ stable-diffusion-inpainting] (#10476)
      
      * Update pipeline_controlnet.py
      
      * Update pipeline_controlnet_img2img.py
      
      runwayml Take-down so change all from to this
      stable-diffusion-v1-5/stable-diffusion-v1-5
      
      * Update pipeline_controlnet_inpaint.py
      
      * runwayml take-down make change to sd-legacy
      
      * runwayml take-down make change to sd-legacy
      
      * runwayml take-down make change to sd-legacy
      
      * runwayml take-down make change to sd-legacy
      
      * Update convert_blipdiffusion_to_diffusers.py
      
      style change
      4f5e3e35
  5. 03 Dec, 2024 1 commit
  6. 18 Jul, 2024 1 commit
  7. 24 Jun, 2024 1 commit
  8. 03 May, 2024 1 commit
  9. 08 Feb, 2024 1 commit
  10. 06 Dec, 2023 1 commit
  11. 21 Nov, 2023 1 commit
  12. 20 Nov, 2023 1 commit
  13. 02 Oct, 2023 1 commit
  14. 29 Sep, 2023 1 commit
  15. 27 Sep, 2023 1 commit
  16. 25 Sep, 2023 1 commit
  17. 22 Sep, 2023 1 commit
    • Pedro Cuenca's avatar
      SDXL flax (#4254) · 3651b14c
      Pedro Cuenca authored
      
      
      * support transformer_layers_per block in flax UNet
      
      * add support for text_time additional embeddings to Flax UNet
      
      * rename attention layers for VAE
      
      * add shape asserts when renaming attention layers
      
      * transpose VAE attention layers
      
      * add pipeline flax SDXL code [WIP]
      
      * continue add pipeline flax SDXL code [WIP]
      
      * cleanup
      
      * Working on JIT support
      
      Fixed prompt embedding shapes so they work in parallel mode. Assuming we
      always have both text encoders for now, for simplicity.
      
      * Fixing embeddings (untested)
      
      * Remove spurious line
      
      * Shard guidance_scale when jitting.
      
      * Decode images
      
      * Fix sharding
      
      * style
      
      * Refiner UNet can be loaded.
      
      * Refiner / img2img pipeline
      
      * Allow latent outputs from base and latent inputs in refiner
      
      This makes it possible to chain base + refiner without having to use the
      vae decoder in the base model, the vae encoder in the refiner, skipping
      conversions to/from PIL, and avoiding TPU <-> CPU memory copies.
      
      * Adapt to FlaxCLIPTextModelOutput
      
      * Update Flax XL pipeline to FlaxCLIPTextModelOutput
      
      * make fix-copies
      
      * make style
      
      * add euler scheduler
      
      * Fix import
      
      * Fix copies, comment unused code.
      
      * Fix SDXL Flax imports
      
      * Fix euler discrete begin
      
      * improve init import
      
      * finish
      
      * put discrete euler in init
      
      * fix flax euler
      
      * Fix more
      
      * make style
      
      * correct init
      
      * correct init
      
      * Temporarily remove FlaxStableDiffusionXLImg2ImgPipeline
      
      * correct pipelines
      
      * finish
      
      ---------
      Co-authored-by: default avatarMartin Müller <martin.muller.me@gmail.com>
      Co-authored-by: default avatarpatil-suraj <surajp815@gmail.com>
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      3651b14c
  18. 15 Aug, 2023 1 commit
  19. 21 Jul, 2023 1 commit
    • Steven Liu's avatar
      [docs] Clean up pipeline apis (#3905) · a69754bb
      Steven Liu authored
      * start with stable diffusion
      
      * fix
      
      * finish stable diffusion pipelines
      
      * fix path to pipeline output
      
      * fix flax paths
      
      * fix copies
      
      * add up to score sde ve
      
      * finish first pass of pipelines
      
      * fix copies
      
      * second review
      
      * align doc titles
      
      * more review fixes
      
      * final review
      a69754bb
  20. 21 Jun, 2023 1 commit
  21. 12 Apr, 2023 1 commit
    • Pedro Cuenca's avatar
      Flax memory efficient attention (#2889) · dc277501
      Pedro Cuenca authored
      
      
      * add use_memory_efficient params placeholder
      
      * test
      
      * add memory efficient attention jax
      
      * add memory efficient attention jax
      
      * newline
      
      * forgot dot
      
      * Rename use_memory_efficient
      
      * Keep dtype last.
      
      * Actually use key_chunk_size
      
      * Rename symbol
      
      * Apply style
      
      * Rename use_memory_efficient
      
      * Keep dtype last
      
      * Pass `use_memory_efficient_attention` in `from_pretrained`
      
      * Move JAX memory efficient attention to attention_flax.
      
      * Simple test.
      
      * style
      
      ---------
      Co-authored-by: default avatarmuhammad_hanif <muhammad_hanif@sofcograha.co.id>
      Co-authored-by: default avatarMuhHanif <48muhhanif@gmail.com>
      dc277501
  22. 27 Mar, 2023 1 commit
  23. 23 Mar, 2023 1 commit
  24. 01 Mar, 2023 1 commit
  25. 07 Feb, 2023 1 commit
  26. 30 Dec, 2022 1 commit
  27. 29 Dec, 2022 1 commit
    • Simon Kirsten's avatar
      Flax: Fix img2img and align with other pipeline (#1824) · ab0e92fd
      Simon Kirsten authored
      
      
      * Flax: Add components function
      
      * Flax: Fix img2img and align with other pipeline
      
      * Flax: Fix PRNGKey type
      
      * Refactor strength to start_timestep
      
      * Fix preprocess images
      
      * Fix processed_images dimen
      
      * latents.shape -> latents_shape
      
      * Fix typo
      
      * Remove "static" comment
      
      * Remove unnecessary optional types in _generate
      
      * Apply doc-builder code style.
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      ab0e92fd
  28. 14 Dec, 2022 1 commit
  29. 07 Dec, 2022 1 commit
  30. 28 Nov, 2022 1 commit
  31. 22 Nov, 2022 1 commit
  32. 15 Nov, 2022 1 commit
  33. 10 Nov, 2022 1 commit
  34. 09 Nov, 2022 1 commit
  35. 03 Nov, 2022 1 commit
  36. 02 Nov, 2022 1 commit
  37. 31 Oct, 2022 2 commits
  38. 27 Oct, 2022 1 commit
  39. 24 Oct, 2022 1 commit