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

Beautiful Doc string added into the UNetMidBlock2D class. #5389

Merged
merged 25 commits into from
Oct 18, 2023

Commits on Oct 5, 2023

  1. I added a new doc string to the class. This is more flexible to under…

    …standing other developers what are doing and where it's using.
    hi-sushanta committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8425cd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a0e77d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf3a816 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

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

    This changes suggest by maintener.
    
    Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
    hi-sushanta and sayakpaul authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    746a8e8 View commit details
    Browse the repository at this point in the history
  3. Update src/diffusers/models/unet_2d_blocks.py

    Add suggested text
    
    Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
    hi-sushanta and sayakpaul authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    6e56886 View commit details
    Browse the repository at this point in the history
  4. Update unet_2d_blocks.py

    I changed the Parameter to Args text.
    hi-sushanta authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    627fd9f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Update unet_2d_blocks.py

    proper indentation set in this file.
    hi-sushanta authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    ae4f7f2 View commit details
    Browse the repository at this point in the history
  2. Update unet_2d_blocks.py

    a little bit of change in the act_fun argument line.
    hi-sushanta authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    f0bea43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    872a4a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    3546f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12534f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    48afb4b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge pull request #1 from hi-sushanta/doc_string

    Doc string
    hi-sushanta authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0bb06b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Update unet_2d_blocks.py

    similar doc-string add to have in the original diffusion repository.
    hi-sushanta authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    01a9fc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e6efb View commit details
    Browse the repository at this point in the history
  3. Update unet_2d_blocks.py

    Added Beutifull doc-string into the UNetMidBlock2D class.
    hi-sushanta authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    eb9611d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    298881a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    73dcca6 View commit details
    Browse the repository at this point in the history
  2. Update unet_2d_blocks.py

    I replaced the definition in this parameter resnet_time_scale_shift and resnet_groups.
    hi-sushanta authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    680e596 View commit details
    Browse the repository at this point in the history
  3. Update unet_2d_blocks.py

    I remove additional sentences into the resnet_groups argument.
    hi-sushanta authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5db0ce9 View commit details
    Browse the repository at this point in the history
  4. Update unet_2d_blocks.py

    I replaced my definition with the maintainer definition in the attention_head_dim parameter.
    hi-sushanta authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ea792c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    af87b15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87a74ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f99aac0 View commit details
    Browse the repository at this point in the history