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

Helpers + Streamlit refactor #102

Open
wants to merge 57 commits into
base: main
Choose a base branch
from
Open

Helpers + Streamlit refactor #102

wants to merge 57 commits into from

Commits on Aug 2, 2023

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

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    853adb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73287ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44943df View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. black

    palp committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    baf79d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e2236f View commit details
    Browse the repository at this point in the history
  3. run black again

    palp committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    19fa4da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84d3a7f View commit details
    Browse the repository at this point in the history
  5. Fix checkpoint loading too

    palp committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4aea6fa View commit details
    Browse the repository at this point in the history
  6. format

    palp committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    77d0e27 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    b216934 View commit details
    Browse the repository at this point in the history
  2. formatting, remove reference

    palp committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    f06c67c View commit details
    Browse the repository at this point in the history
  3. move conditioner to device

    palp committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    ea5f232 View commit details
    Browse the repository at this point in the history
  4. fix device check

    palp committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    0c2c5c6 View commit details
    Browse the repository at this point in the history
  5. format

    palp committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    451c76a View commit details
    Browse the repository at this point in the history
  6. fix noisy latent handling

    palp committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    f2fba1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f8757b View commit details
    Browse the repository at this point in the history
  8. fix path resolution bug

    palp committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    76ca428 View commit details
    Browse the repository at this point in the history
  9. update defaults

    palp committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    ced97f0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c18c84 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    49fe53c View commit details
    Browse the repository at this point in the history
  2. system env var

    palp committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7e7fee3 View commit details
    Browse the repository at this point in the history
  3. Streamlit refactor (#105)

    * initial streamlit refactoring pass
    
    * cleanup and fixes
    
    * fix refiner strength
    
    * Modify params correctly
    
    * fix exception
    palp authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c4b7baf View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. replace usage of get

    palp committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a726ce3 View commit details
    Browse the repository at this point in the history
  2. context manager

    palp committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f86ffac View commit details
    Browse the repository at this point in the history
  3. adding some typing

    palp committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a009aa8 View commit details
    Browse the repository at this point in the history
  4. pull in import fix

    palp committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    725bea9 View commit details
    Browse the repository at this point in the history
  5. more types

    palp committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d245e20 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    b51c36b View commit details
    Browse the repository at this point in the history
  2. some PR fixes

    palp committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8011d54 View commit details
    Browse the repository at this point in the history
  3. remove duplicate imports

    palp committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fc498bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e190ecc View commit details
    Browse the repository at this point in the history
  5. finish device manager refactor

    palp committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    47805f2 View commit details
    Browse the repository at this point in the history
  6. update api module

    palp committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9b18e6f View commit details
    Browse the repository at this point in the history
  7. more fixes and cleanup

    palp committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    de7a627 View commit details
    Browse the repository at this point in the history
  8. fix autocast

    palp committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3e7ada7 View commit details
    Browse the repository at this point in the history
  9. fix missing index

    palp committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    26b10f5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a25662e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b3866d1 View commit details
    Browse the repository at this point in the history
  12. update helpers

    palp committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8839526 View commit details
    Browse the repository at this point in the history
  13. simplify device_manager usage

    palp committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3816aaa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2aebc88 View commit details
    Browse the repository at this point in the history
  15. change default

    palp committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5c17043 View commit details
    Browse the repository at this point in the history
  16. text updates

    palp committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    cd81956 View commit details
    Browse the repository at this point in the history
  17. pass options into state2 init

    palp committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d6f2b78 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. fix for orig dimensions

    palp committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fe46320 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    d4307be View commit details
    Browse the repository at this point in the history
  2. cleanup imports in test

    palp committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    98c4b77 View commit details
    Browse the repository at this point in the history
  3. abstract device defaults

    palp committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    f670453 View commit details
    Browse the repository at this point in the history
  4. fix streamlit inputs

    palp committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    c065573 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbe93fc View commit details
    Browse the repository at this point in the history
  6. set a default scale

    palp committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    5fde7e7 View commit details
    Browse the repository at this point in the history
  7. run black

    palp committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    65c6ec1 View commit details
    Browse the repository at this point in the history
  8. remove extra init

    palp committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    e32972b View commit details
    Browse the repository at this point in the history
  9. Easier default params

    palp committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    2fc4680 View commit details
    Browse the repository at this point in the history
  10. fix reference

    palp committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    e289621 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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