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

Addition of classifier-free guidance notebook #1867

Merged
merged 45 commits into from
Oct 31, 2024

Commits on Sep 4, 2024

  1. Porting of 2D ControlNet tutorial using DDPM and ControlNet to guide …

    …the synthetic process. We used BraTS and conditioning on binary brain masks.
    
    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    36b7247 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1dbc6c View commit details
    Browse the repository at this point in the history
  3. Removing blank line at end of file.

    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5e0059b View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into main

    Virginia Fernandez committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    65bc4c6 View commit details
    Browse the repository at this point in the history
  5. Removing blank line at end of file.

    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    bfa92c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    536745a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fix flake8 issues to ControlNet.

    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    906fb05 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into main

    # Conflicts:
    #	generation/controlnet/2d_controlnet.ipynb
    Virginia Fernandez committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    cf723c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f139d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Set download to True.

    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bd0d765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee99e97 View commit details
    Browse the repository at this point in the history
  3. Change call to autocast.

    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ef6c972 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into main

    Virginia Fernandez committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fbbd937 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b63c863 View commit details
    Browse the repository at this point in the history
  6. Change call to autocast.

    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fa99612 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95e0026 View commit details
    Browse the repository at this point in the history
  8. Addition of ControlNet to the README.

    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    079532c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Addition of tutorials for the 2D and 3D autoencoderkl.

    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8491dfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14fa31f View commit details
    Browse the repository at this point in the history
  3. Addition of tutorials for the 2D and 3D autoencoderkl tutorials. Pass…

    …ed PEP8 compliance.
    
    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d6aec13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8eec20d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Incorporate suggestions made by Eric (fix of tempfile import and use,…

    … typo).
    
    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c7a243e View commit details
    Browse the repository at this point in the history
  2. Re-run 3D models to ensure that losses go down.

    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e5fba2b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    c01dacb View commit details
    Browse the repository at this point in the history
  2. Adding autoencoder info to README.

    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    433fd62 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    524ef2f View commit details
    Browse the repository at this point in the history
  2. Fix issue with the plots for autoencoder tutorials. Add anomaly detec…

    …tion nbs to the README.
    
    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f9f329c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5145843 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Add download = True to 3D NB.

    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    57ab963 View commit details
    Browse the repository at this point in the history
  2. Tweak for the number of samples to render

    Signed-off-by: Eric Kerfoot <[email protected]>
    ericspod committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    dfc1ebf View commit details
    Browse the repository at this point in the history
  3. Fix

    Signed-off-by: Eric Kerfoot <[email protected]>
    ericspod committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    699446d View commit details
    Browse the repository at this point in the history
  4. Fix

    Signed-off-by: Eric Kerfoot <[email protected]>
    ericspod committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    92bee49 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    b8df6c9 View commit details
    Browse the repository at this point in the history
  2. Addition of 2D super-resolution notebook using normal PyTorch and PyT…

    …orch Lightning. Addition of notebook descriptions to README.md file within generation.
    
    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    019a40e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fac4f65 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Add more information on super-resolution files.

    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d46e6ce View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into main

    Virginia Fernandez committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ef9d231 View commit details
    Browse the repository at this point in the history
  3. Modify SR text

    Signed-off-by: Virginia Fernandez <[email protected]>
    Virginia Fernandez committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ca1cdfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b631e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Add classifier-free-guidance notebook.

    Signed-off-by: Virginia <[email protected]>
    Virginia Fernandez committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7bb436e View commit details
    Browse the repository at this point in the history
  2. Add download = True to 3D NB.

    Signed-off-by: Virginia <[email protected]>
    Virginia Fernandez committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    45357f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c7a75f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Incorporated feedback for the tutorial, and then re-ran it.

    Signed-off-by: Virginia <[email protected]>
    Virginia Fernandez committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    04a88dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    430ed5d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Removal of Warnings.

    Signed-off-by: Virginia <[email protected]>
    Virginia Fernandez committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a1fae99 View commit details
    Browse the repository at this point in the history