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

feat: Adds support for generating transparent images via layer diffusion #224

Merged
merged 27 commits into from
Jul 23, 2024

Commits on Jul 8, 2024

  1. chore(deps): bump the python-packages group across 1 directory with 1…

    …0 updates
    
    Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [tox](https://github.com/tox-dev/tox), [pre-commit](https://github.com/pre-commit/pre-commit), [numpy](https://github.com/numpy/numpy), [horde-sdk](https://github.com/Haidra-Org/horde-sdk), [horde-engine](https://github.com/Haidra-Org/hordelib), [horde-model-reference](https://github.com/Haidra-Org/horde-model-reference) and [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.
    
    Updates `pytest` from 8.2.0 to 8.2.2
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.0...8.2.2)
    
    Updates `mypy` from 1.10.0 to 1.10.1
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.10.0...v1.10.1)
    
    Updates `ruff` from 0.4.2 to 0.5.1
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.4.2...0.5.1)
    
    Updates `tox` to 4.16.0
    - [Release notes](https://github.com/tox-dev/tox/releases)
    - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
    - [Commits](tox-dev/tox@4.15.0...4.16.0)
    
    Updates `pre-commit` to 3.7.1
    - [Release notes](https://github.com/pre-commit/pre-commit/releases)
    - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
    - [Commits](pre-commit/pre-commit@v3.7.0...v3.7.1)
    
    Updates `numpy` from 1.26.4 to 2.0.0
    - [Release notes](https://github.com/numpy/numpy/releases)
    - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
    - [Commits](numpy/numpy@v1.26.4...v2.0.0)
    
    Updates `horde-sdk` to 0.13.1
    - [Release notes](https://github.com/Haidra-Org/horde-sdk/releases)
    - [Changelog](https://github.com/Haidra-Org/horde-sdk/blob/main/.changelog)
    - [Commits](Haidra-Org/horde-sdk@v0.10.0...v0.13.1)
    
    Updates `horde-engine` to 2.13.0
    - [Release notes](https://github.com/Haidra-Org/hordelib/releases)
    - [Changelog](https://github.com/Haidra-Org/hordelib/blob/main/.changelog)
    - [Commits](Haidra-Org/hordelib@v2.11.1...v2.13.0)
    
    Updates `horde-model-reference` to 0.7.0
    - [Release notes](https://github.com/Haidra-Org/horde-model-reference/releases)
    - [Commits](Haidra-Org/horde-model-reference@v0.6.3...v0.7.0)
    
    Updates `pydantic` to 2.8.2
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
    - [Commits](pydantic/pydantic@v2.7.1...v2.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: tox
      dependency-type: direct:development
      dependency-group: python-packages
    - dependency-name: pre-commit
      dependency-type: direct:development
      dependency-group: python-packages
    - dependency-name: numpy
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-packages
    - dependency-name: horde-sdk
      dependency-type: direct:production
      dependency-group: python-packages
    - dependency-name: horde-engine
      dependency-type: direct:production
      dependency-group: python-packages
    - dependency-name: horde-model-reference
      dependency-type: direct:production
      dependency-group: python-packages
    - dependency-name: pydantic
      dependency-type: direct:production
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore: update pre-commit deps
    
    chore: maintain numpy `1.26.4` pin
    
    chore: ignore venv by pattern
    
    chore: fix pre-commit mypy dep pin
    
    chore: maintain current compat. version pins
    dependabot[bot] authored and tazlin committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3f5f22c View commit details
    Browse the repository at this point in the history
  2. feat: download misc models

    db0 authored and tazlin committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e2d079d View commit details
    Browse the repository at this point in the history
  3. fix: FindUserResponse -> UserDetailsResponse

    This changed in horde_sdk v0.11.0 to better represent the shared nature of this API object.
    tazlin committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    23a53fa View commit details
    Browse the repository at this point in the history
  4. fix: use latest compat. horde deps

    requires updated horde-engine
    requires updated SDK
    db0 authored and tazlin committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e719d11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f77c7bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a684b13 View commit details
    Browse the repository at this point in the history
  7. style: fix

    tazlin committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3dda453 View commit details
    Browse the repository at this point in the history
  8. chore: match pinned horde deps across all files

    fix: adjust requirement for latest hordelib
    
    fix: typo in pre-commit mypy deps
    tazlin committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bccf320 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92098d7 View commit details
    Browse the repository at this point in the history
  10. chore: version bump

    tazlin committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e2e5402 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    50d999e View commit details
    Browse the repository at this point in the history
  2. fix: align intended versions

    tazlin committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d6f477d View commit details
    Browse the repository at this point in the history
  3. chore: version bump

    tazlin committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f48a235 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    3062513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a05ee88 View commit details
    Browse the repository at this point in the history
  3. chore: version bump

    tazlin committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b258f30 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    c390f15 View commit details
    Browse the repository at this point in the history
  2. fix: use hires adjustments + cascade fix

    See Haidra-Org/hordelib#287 for more information
    tazlin committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    9433024 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5da7708 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    726978b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ae95a3 View commit details
    Browse the repository at this point in the history
  6. fix: better deadlock detection

    tazlin committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    e628135 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e5c8f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. style: fix

    tazlin committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4749273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65bbc2a View commit details
    Browse the repository at this point in the history
  3. chore: update dev deps

    tazlin committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a0c8a48 View commit details
    Browse the repository at this point in the history
  4. chore: version bump

    tazlin committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cf2252e View commit details
    Browse the repository at this point in the history