Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AbdBarho/stable-diffusion-webui-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.3
Choose a base ref
...
head repository: AbdBarho/stable-diffusion-webui-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.0
Choose a head ref
  • 10 commits
  • 20 files changed
  • 4 contributors

Commits on May 4, 2023

  1. Update auto to pytorch 2 (#442)

    Closes #410
    AbdBarho authored May 4, 2023
    Configuration menu
    Copy the full SHA
    0e5801e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36f3904 View commit details
    Browse the repository at this point in the history
  3. Revert "Only run if changed (#444)"

    This reverts commit 36f3904.
    AbdBarho committed May 4, 2023
    Configuration menu
    Copy the full SHA
    a68734c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Fix overwriting existing values in config.json in auto (#418)

    `jq` merge direction in this case is right to left so if the user had
    set up custom paths it would replace them with the default ones.
    
    This PR switches the direction to use the defaults as fallback instead
    of overwriting user settings.
    
    ----
    Didn't want to create an issue for the tiny change.
    
    Thanks for your work on the repo, it saved me a lot of time, 👍
    
    ---------
    
    Co-authored-by: AbdBarho <ka70911@gmail.com>
    wookiefriseur and AbdBarho authored May 6, 2023
    Configuration menu
    Copy the full SHA
    9ac33db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb8b97 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Update/fix mounts for comfyUI (#432)

    I updated the paths to make all paths work
    
    Now paths in ComfyUI are working
    Added: 
    - `input`
    - `models/configs`
    - `models/gligen`
    - `models/diffusers`
    - `models/hypernetworks`
    
    Was broken:
    - `custom_nodes`
    - `models/clip_vision` 
    - `models/clip`
    
    ---------
    
    Co-authored-by: LEv145 <you@example.com>
    Co-authored-by: AbdBarho <ka70911@gmail.com>
    3 people authored May 7, 2023
    Configuration menu
    Copy the full SHA
    d47e77f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

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

Commits on May 10, 2023

  1. Create custom_nodes dir (#461)

    Closes #460
    AbdBarho authored May 10, 2023
    Configuration menu
    Copy the full SHA
    71f4abb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    87b1509 View commit details
    Browse the repository at this point in the history
  2. Deprecate Sygil (#450)

    It has been a long and wonderful journey
    AbdBarho authored May 16, 2023
    Configuration menu
    Copy the full SHA
    1106274 View commit details
    Browse the repository at this point in the history
Loading