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: comfyui 3bb4dec; torch >=2.4.1 and cu124 by default #343

Merged
merged 8 commits into from
Oct 3, 2024

Commits on Sep 30, 2024

  1. feat: comfyui 3bb4dec

    tazlin committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    114c502 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    559a3df View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fix: longer timeout for long running civitai requests

    This is due to the CI consistently failing here.
    tazlin committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9233925 View commit details
    Browse the repository at this point in the history
  2. tests/fix: check flux n_iter same as other n_iter tests

    The first in a batch should match the generation with a same payload but with `n: 1`.
    tazlin committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8e90948 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. fix: pin dep qrcode to 7.4.2

    See #346
    tazlin committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d2a4bbb View commit details
    Browse the repository at this point in the history
  2. feat: use latest horde deps

    tazlin committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    40803ec View commit details
    Browse the repository at this point in the history
  3. fix: prevent comfyui internals error with layer diffusion

    This fixes the problem originating in `lora.py` of comfyui with the line `do_pad_weight = len(v) > 1 and v[1]["pad_weight"]` (no `is None` check).
    tazlin committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c753355 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc298b3 View commit details
    Browse the repository at this point in the history