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: maifeeulasad/ComfyUI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Comfy-Org/ComfyUI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 14 files changed
  • 6 contributors

Commits on Mar 28, 2026

  1. Configuration menu
    Copy the full SHA
    fc1fdf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2026

  1. Configuration menu
    Copy the full SHA
    3f77450 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a500f1e View commit details
    Browse the repository at this point in the history
  3. feat(api-nodes-Tencent3D): allow smaller possible face_count; add uv_…

    …image output (Comfy-Org#13207)
    
    Signed-off-by: bigcat88 <bigcat88@icloud.com>
    bigcat88 authored Mar 29, 2026
    Configuration menu
    Copy the full SHA
    d113d1c View commit details
    Browse the repository at this point in the history
  4. Fix/tweak pinned memory accounting (Comfy-Org#13221)

    * mm: Lower windows pin threshold
    
    Some workflows have more extranous use of shared GPU memory than is
    accounted for in the 5% pin headroom. Lower this for safety.
    
    * mm: Remove pin count clearing threshold.
    
    TOTAL_PINNED_MEMORY is shared between the legacy and aimdo pinning
    systems, however this catch-all assumes only the legacy system exists.
    Remove the catch-all as the PINNED_MEMORY buffer is coherent already.
    rattus128 authored Mar 29, 2026
    Configuration menu
    Copy the full SHA
    8d723d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. Configuration menu
    Copy the full SHA
    537c10d View commit details
    Browse the repository at this point in the history
  2. Rename utils/string nodes with Text prefix and add search aliases (Co…

    …mfy-Org#13227)
    
    Rename all 11 nodes in the utils/string category to include a "Text"
    prefix for better discoverability and natural sorting. Regex nodes get
    user-friendly names without "Regex" in the display name.
    
    Renames:
    - Concatenate → Text Concatenate
    - Substring → Text Substring
    - Length → Text Length
    - Case Converter → Text Case Converter
    - Trim → Text Trim
    - Replace → Text Replace
    - Contains → Text Contains
    - Compare → Text Compare
    - Regex Match → Text Match
    - Regex Extract → Text Extract Substring
    - Regex Replace → Text Replace (Regex)
    
    All renamed nodes include their old display name as a search alias so
    users can still find them by searching the original name. Regex nodes
    also include "regex" as a search alias.
    christian-byrne authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    55e6478 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Update README with note on model support (Comfy-Org#13235)

    Added note about additional supported models in ComfyUI.
    comfyanonymous authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    076639f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2ddf28 View commit details
    Browse the repository at this point in the history
Loading