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: comfyanonymous/ComfyUI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.8
Choose a base ref
...
head repository: comfyanonymous/ComfyUI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.9
Choose a head ref
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 19, 2024

  1. Configuration menu
    Copy the full SHA
    c441048 View commit details
    Browse the repository at this point in the history
  2. Fix lowvram bug when using a model multiple times in a row.

    The memory system would load an extra 64MB each time until either the
    model was completely in memory or OOM.
    comfyanonymous committed Dec 19, 2024
    1 Configuration menu
    Copy the full SHA
    3ad3248 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dda7c1 View commit details
    Browse the repository at this point in the history
  4. Support preview images embedded in safetensors metadata (#6119)

    * Support preview images embedded in safetensors metadata
    
    * Add unit test for safetensors embedded image previews
    catboxanon authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    3cacd3f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Fix tiled hunyuan video VAE encode issue.

    Some shapes like 1024x1024 with tile_size 256 and overlap 64 had issues.
    comfyanonymous committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    52c1d93 View commit details
    Browse the repository at this point in the history
  2. Fix some more video tiled encode issues.

    The downscale_ratio formula for the temporal had issues with some frame
    numbers.
    comfyanonymous committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    cac68ca View commit details
    Browse the repository at this point in the history
  3. Support new LTXV VAE.

    comfyanonymous committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    418eb70 View commit details
    Browse the repository at this point in the history
Loading