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: lllyasviel/Fooocus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: lllyasviel/Fooocus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.1
Choose a head ref
  • 10 commits
  • 10 files changed
  • 2 contributors

Commits on Jul 17, 2024

  1. fix: allow reading of metadata from jpeg, jpg and webp again (#3301)

    also massively improves metadata read speed by switching from filepath (tempfile) to pil, which allows direct processing
    mashb1t committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f597bf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. fix: correctly debug preprocessor again (#3332)

    fixes #3327
    as discussed in #3323
    
    add missing inheritance for EarlyReturnException from BaseException to correctly throw and catch
    mashb1t committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    2e8cff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56928b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2262061 View commit details
    Browse the repository at this point in the history
  4. docs: update attributes and add add inline prompt features section to…

    … readme (#3333)
    
    * docs: update attributes and add add inline prompt features section to readme
    * docs: update attributes to better show corresponding mutually exclusive groups
    mashb1t committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    3a20e14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5498559 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. feat: add checkbox, config and handling for saving only the final enh…

    …anced image (mashb1t#61)
    
    (cherry picked from commit 829a6dc)
    mashb1t committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    37360e9 View commit details
    Browse the repository at this point in the history
  2. feat: sort enhance images (mashb1t#62)

    * feat: add checkbox, config and handling for saving only the final enhanced image
    
    * feat: sort output of enhance feature
    
    (cherry picked from commit 9d45c0e)
    mashb1t committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a9248c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03655fa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3359 from lllyasviel/develop

    Release v2.5.1
    mashb1t committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c4ce2ce View commit details
    Browse the repository at this point in the history
Loading