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

Update ldm patched && DORA support #3454

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Commits on Jun 2, 2024

  1. wip: update ldm_patched

    currently issues with calculate_sigmas call
    mashb1t committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    3881fa0 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. calculate_sigmas - Type unification

    Some parameters (default_image_only_indicator) defaults to None to avoid exceptions
    Some deprecated method unwrapped
    Samples/Schedulers - tested, seems to be ok
    - karas, euler, heun, restart, some others && samplers
    - uni_pc/uni_pc_bh2: updated from latest comfy, original code had function parameters mismatch
    ControlNets - tested, seems to be ok
    
    Did not tested: Refiners (SDXL/SD15), Inpainting
    I R committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8569b70 View commit details
    Browse the repository at this point in the history
  2. leftovers

    I R committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1c3ebd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    692e836 View commit details
    Browse the repository at this point in the history
  4. Merge commit '2c78cec01d7d198db5e34a7ec4373a3bdcfef2d0' into test-upd…

    …ate-ldm-patched
    
    # Conflicts:
    #	args_manager.py
    #	ldm_patched/k_diffusion/sampling.py
    #	ldm_patched/modules/latent_formats.py
    #	ldm_patched/modules/model_sampling.py
    #	ldm_patched/modules/samplers.py
    #	requirements_versions.txt
    I R committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    15d06dc View commit details
    Browse the repository at this point in the history
  5. hints for future

    I R committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    500f598 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    b62f8b9 View commit details
    Browse the repository at this point in the history
  2. fix: add favicon-path and auth-message again

    fixes AttributeError: 'Namespace' object has no attribute 'favicon_path'
    mashb1t committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    42dc3e9 View commit details
    Browse the repository at this point in the history
  3. fix: correctly clone tensor

    mashb1t committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    80a40c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. ldm_patched additional fixes. Now inpainting with controlnets works a…

    …s expected, with synthetic refiner switch (without exceptions)
    I R committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    03fabf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. DORA support, thanks to @mohamed-benali

    I R committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1157a1d View commit details
    Browse the repository at this point in the history