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.4.1
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.4.2
Choose a head ref
  • 13 commits
  • 26 files changed
  • 2 contributors

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    bf70815 View commit details
    Browse the repository at this point in the history
  2. fix: do not set textContent on undefined when no translation was given

    …#2 (#3046)
    
    * fix: do not set textContent on undefined when no translation was given
    mashb1t committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3ef663c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. feat: optimize performance lora filtering in metadata (#3048)

    * feat: add remove_performance_lora method
    
    * feat: use class PerformanceLoRA instead of strings in config
    
    * refactor: cleanup flags, use __member__ to check if enums contains key
    
    * feat: only filter lora of selected performance instead of all performance LoRAs
    
    * fix: disable intermediate results for all restricted performances
    
    too fast for Gradio, which becomes a bottleneck
    
    * refactor: rename parse_json to to_json, rename parse_string to to_string
    
    * feat: use speed steps as default instead of hardcoded 30
    
    * feat: add method to_steps to Performance
    
    * refactor: remove method ordinal_suffix, not needed anymore
    
    * feat: only filter lora of selected performance instead of all performance LoRAs
    
    both metadata and history log
    
    * feat: do not filter LoRAs in metadata parser but rather in metadata load action
    mashb1t committed May 30, 2024
    Configuration menu
    Copy the full SHA
    4e658bb View commit details
    Browse the repository at this point in the history
  2. feat: rework intermediate image display for restricted performances (#…

    …3050)
    
    disable intermediate results for all performacnes with restricted features
    
    make disable_intermediate_results interactive again even if performance has restricted features
    users who want to disable this option should be able to do so, even if performance will be impacted
    mashb1t committed May 30, 2024
    Configuration menu
    Copy the full SHA
    64c29a8 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. fix: turbo scheduler loading issue (#3065)

    * fix: correctly load ModelPatcher
    
    * feat: do not load model at all, not needed
    mashb1t committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7899261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c6c89 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    3d43976 View commit details
    Browse the repository at this point in the history
  2. feat: make textboxes (incl. positive prompt) resizable (#3074)

    * feat: make textboxes (incl. positive prompt) resizable again
    
    * wip: auto-resize positive prompt on new line
    
    dirty approach as container is hidden and 1px padding is applied for border shadow to actually work
    
    * feat: set row height to 84, exactly matching 3 lines for positive prompt
    
    eliminate need for JS to resize positive prompt onUiLoaded
    mashb1t committed Jun 2, 2024
    1 Configuration menu
    Copy the full SHA
    ab01104 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    cb24c68 View commit details
    Browse the repository at this point in the history
  2. feat: add support for playground v2.5 (#3073)

    * feat: add support for playground v2.5
    
    * feat: add preset for playground v2.5
    
    * feat: change URL to mashb1t
    
    * feat: optimize playground v2.5 preset
    mashb1t committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2d55a5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b58bc77 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    85a8dee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3095 from lllyasviel/develop

    release v2.4.2
    mashb1t committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    350fdd9 View commit details
    Browse the repository at this point in the history
Loading