Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support to create asymmetrical U-Net structures #5400

Merged
merged 36 commits into from
Oct 20, 2023
Merged

Added support to create asymmetrical U-Net structures #5400

merged 36 commits into from
Oct 20, 2023

Commits on Oct 15, 2023

  1. Added args, kwargs to ```U

    Gothos authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    b8dca9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    577d1e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c8d804 View commit details
    Browse the repository at this point in the history
  4. Update unet_2d_condition.py

    Gothos authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    e07c615 View commit details
    Browse the repository at this point in the history
  5. Update unet_2d_condition.py

    Gothos authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    8344b2d View commit details
    Browse the repository at this point in the history
  6. Update unet_2d_condition.py

    Gothos authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    025b1ec View commit details
    Browse the repository at this point in the history
  7. Update unet_2d_condition.py

    Gothos authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    6230214 View commit details
    Browse the repository at this point in the history
  8. Update unet_2d_condition.py

    Gothos authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    80b891b View commit details
    Browse the repository at this point in the history
  9. Update unet_2d_condition.py

    Gothos authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    c4e4d40 View commit details
    Browse the repository at this point in the history
  10. Update unet_2d_condition.py

    Gothos authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    6176fd5 View commit details
    Browse the repository at this point in the history
  11. Update unet_2d_condition.py

    Gothos authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    73737f8 View commit details
    Browse the repository at this point in the history
  12. Update unet_2d_blocks.py

    Gothos authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    bc53a32 View commit details
    Browse the repository at this point in the history
  13. Update unet_2d_blocks.py

    Gothos authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    314730b View commit details
    Browse the repository at this point in the history
  14. Update unet_2d_blocks.py

    Gothos authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    545a0b0 View commit details
    Browse the repository at this point in the history
  15. Update unet_2d_condition.py

    Gothos authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    bf77268 View commit details
    Browse the repository at this point in the history
  16. Update unet_2d_blocks.py

    Gothos authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    1998c17 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Updated docstring, increased check strictness

    Updated the docstring for ```UNet2DConditionModel``` to include ```reverse_transformer_layers_per_block``` and updated checking for nested list type ```transformer_layers_per_block```
    Gothos authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    81d682e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    93ce7d3 View commit details
    Browse the repository at this point in the history
  2. Update src/diffusers/models/unet_2d_blocks.py

    Removed blank line
    
    Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
    Gothos and sayakpaul authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e6b937c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cf5e20 View commit details
    Browse the repository at this point in the history
  4. Update unet_2d_condition.py

    Remove blank space
    Gothos authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0e9f6f4 View commit details
    Browse the repository at this point in the history
  5. Update unet_2d_condition.py

    Changed docstring for `mid_block_type`
    Gothos authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a91d085 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d75f203 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into main

    Gothos authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4cf629b View commit details
    Browse the repository at this point in the history
  8. Reformat with black

    Gothos committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    97c47b6 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into main

    Gothos authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7695566 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Merge branch 'main' into main

    Gothos authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b3bf008 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    196ab3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a65ec27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbebc23 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    b6c0ff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a73108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    950d969 View commit details
    Browse the repository at this point in the history
  4. Make fix-copies

    Gothos committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    bfbf85c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Update src/diffusers/models/unet_2d_condition.py

    Wrap into single line
    
    Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
    Gothos and sayakpaul authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8389a85 View commit details
    Browse the repository at this point in the history
  2. make fix-copies

    Gothos committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    252ca85 View commit details
    Browse the repository at this point in the history