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

Dev pure #2039

Merged
merged 55 commits into from
Mar 9, 2024
Merged

Dev pure #2039

merged 55 commits into from
Mar 9, 2024

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    e956ba6 View commit details
    Browse the repository at this point in the history
  2. Cleanup sd-scripts files

    bmaltais committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5c930f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7737c8 View commit details
    Browse the repository at this point in the history
  4. More cleanup

    bmaltais committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    236be70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b29f00c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7ffb0f View commit details
    Browse the repository at this point in the history
  7. Fix typo

    bmaltais committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5e9ba9a View commit details
    Browse the repository at this point in the history
  8. Fix issue with verify lora

    bmaltais committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    656aaa8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c474e16 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    143de5b View commit details
    Browse the repository at this point in the history
  11. Remove unnecessary folder

    bmaltais committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0b0df49 View commit details
    Browse the repository at this point in the history
  12. Update linux setup

    bmaltais committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c81313a View commit details
    Browse the repository at this point in the history
  13. Removing unnecessary code

    bmaltais committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    f3d4cd1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    36dad3f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    30670f1 View commit details
    Browse the repository at this point in the history
  16. Updating linux requirements

    bmaltais committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    32db52c View commit details
    Browse the repository at this point in the history
  17. Update README

    bmaltais committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    631c32b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    7ea6a66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fce1bd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa526c3 View commit details
    Browse the repository at this point in the history
  4. Simplify submodule init

    bmaltais committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    8f1c842 View commit details
    Browse the repository at this point in the history
  5. Update comment

    bmaltais committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3fb9aec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8c4fbe View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    2d36740 View commit details
    Browse the repository at this point in the history
  8. chore(docker): update TensorFlow and TensorBoard versions

    - Upgrade TensorFlow version in Dockerfile and requirements to 2.15.0.post1
    - Update TensorBoard version in requirements to 2.15.2
    
    Signed-off-by: 陳鈞 <[email protected]>
    jim60105 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    248d950 View commit details
    Browse the repository at this point in the history
  9. chore(docker): Add a mount for sd-scripts in the Dockerfile during …

    …pip install
    
    - Add a mount step for `sd-scripts` in the Dockerfile during pip install.
    
    Signed-off-by: 陳鈞 <[email protected]>
    jim60105 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    27f593b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    acc9d63 View commit details
    Browse the repository at this point in the history
  11. Fix issue with TE LR

    bmaltais committed Mar 3, 2024
    1 Configuration menu
    Copy the full SHA
    a426023 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2032 from jim60105/dev-pure

    Docker: Update changes for dev-pure and update TensorFlow
    bmaltais committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    642cca3 View commit details
    Browse the repository at this point in the history
  13. Fix issue with TE LR

    bmaltais committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    74a7b03 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b35b964 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ce786d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Update windows setup

    bmaltais committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    13eaaaf View commit details
    Browse the repository at this point in the history
  2. Update windows setup

    bmaltais committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b778388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca2b913 View commit details
    Browse the repository at this point in the history
  4. remove height:auto

    wkpark committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b53ce45 View commit details
    Browse the repository at this point in the history
  5. update UI

     * unify Quick Pick + custom model selection into gr.Dropdown()
     * add list_dirs(), list_files()
     * use gr.Accordion()
     * always show model + training image folder + output name + minimal default settings
     * do not show hidden files
     * clean up list_*()
    wkpark committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    37145e2 View commit details
    Browse the repository at this point in the history
  6. use PYTHONPATH env variable

    wkpark committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    28ab5aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8d3c84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8dd6b48 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b28a6b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2fbfc82 View commit details
    Browse the repository at this point in the history
  11. update dataset gui

    wkpark committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d484ee3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    3a98916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c9a91b View commit details
    Browse the repository at this point in the history
  3. more fixes for PYTHONPATH

    wkpark committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    cafdbc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    32e2927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63863e1 View commit details
    Browse the repository at this point in the history
  3. Optimising some code

    bmaltais committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    271b406 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d93463f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2033 from wkpark/dev-fix-ui

    [UI] UI fix/cleanup
    bmaltais committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e59a98c View commit details
    Browse the repository at this point in the history
  6. Fix path issue

    bmaltais committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c1536c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebc3296 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3119096 View commit details
    Browse the repository at this point in the history
  9. Minor updates to UI

    bmaltais committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    62008f4 View commit details
    Browse the repository at this point in the history