Skip to content

v2.16.4 - #1742

Merged
mohnjiles merged 21 commits into
mainfrom
main
Sep 16, 2026
Merged

v2.16.4#1742
mohnjiles merged 21 commits into
mainfrom
main

Conversation

@mohnjiles

Copy link
Copy Markdown
Member

Added

  • Added Comfy Kitchen Attention (--use-ck-attention) as a Cross Attention Method launch option for ComfyUI and ComfyUI-Zluda - thanks to @e-nord!

Changed

  • Windows ROCm PyTorch installs now come from AMD's new permanent ROCm 10 package repositories, avoiding the CUDA error: invalid argument / hipErrorInvalidValue failures reported with the ROCm 7.14.1 builds — packages already on 7.14.1 need a reinstall, or an update that also upgrades PyTorch (like ComfyUI's) - thanks to @NeuralFault!

Fixed

  • Installing a package into a folder that already contains files — like an existing ComfyUI installation placed in Data\Packages to be imported — now shows the folder's total size and file count and requires explicit confirmation, instead of silently deleting everything in it; this includes the first-run one-click installer (#1733)
  • Turning off shared model folders no longer tries to delete real directories at the link locations — only links created by Stability Matrix are removed, so the model folders of an imported package are never touched (#1733)
  • The package uninstall confirmation now correctly lists models/checkpoints among the items that will be deleted for packages using config-based model sharing (ComfyUI's default) — previously it implied they were safe — and shows the package folder's total size
  • Fixed the Workflows page loading forever (and eventually freezing the app) when the workflow library folder is itself a link to ComfyUI's user\default\workflows folder — the Stability Matrix link ComfyUI gets at launch pointed back into the same folder, nesting Stability Matrix\Stability Matrix\... thousands of levels deep. That link is no longer created (and an existing one is removed the next time ComfyUI is launched) when it would loop, and the workflow and model folder scans now follow linked folders at most once
  • Fixed the Cross Attention Method launch options for ComfyUI and ComfyUI-Zluda letting you enable several at once — they're mutually exclusive, so they're now radio buttons - thanks to @e-nord!
  • Fixed #1725 - AI-Toolkit jobs crashing with a distutils error on installs from before v2.16.3 that still run Python 3.11, no reinstall needed - thanks to @NeuralFault!
  • Fixed Wan2GP v13's Deepy panel repeatedly showing Connection to server lost and logging issubclass() arg 1 must be a class — Stability Matrix's console logging wrapper now preserves Gradio's exception class (Wan2GP #2298)

Supporters

🌟 Visionaries

Small release, big priority: 2.16.4 is mostly about keeping your files exactly where you left them. Imported ComfyUI folders can't be wiped by surprise anymore, and a looping workflow link can't freeze the app. That kind of careful, unflashy work only gets our full attention because of our Visionaries, so thank you Waterclouds, MrMxyzptlk12836, bluepopsicle, Ibixat, Droolguy, snotty, dispenser, cusalapapen1481, moon_milky2843, sn3232323233350, CC, TwistedDragon, hasezou11013179, and Akros. Every folder that stays put has a bit of you in it. 💛

🚀 Pioneers

To our Pioneers SinthCore, Jisuren, jweg79, Hurbie53, Cjloha, Alligator1907, CommissarGiygas16050, bastardofbethlehem, Zombop, Silerae, joshsciascia72, and cy_hart691842: patch releases like this one land quietly, and you back them anyway. We never take that for granted. And hello to okachako, our newest Pioneer; it's so nice to see your name here! 💛

mohnjiles and others added 17 commits September 2, 2026 03:04
Guard package install & shared-folder teardown against deleting user data (LykosAI#1733)

(cherry picked from commit 31a28fddd8d579d1b3a0a5d826d13622ea7a7426)

# Conflicts:
#	CHANGELOG.md
[dev to main] backport: Guard package install & shared-folder teardown against deleting user data (LykosAI#1733) (1379)
Fix Workflows page looping forever when the library links into ComfyUI's workflows folder

(cherry picked from commit 3f7c5859d5a13b8324803468175cebd4f0fd2d6c)

# Conflicts:
#	StabilityMatrix.Core/Services/WorkflowLibraryIndex.cs
[dev to main] backport: Fix Workflows page looping forever when the library links into ComfyUI's workflows folder (1385)
v2.16.4 entries for public LykosAI#1738 (CK attention + radio buttons), LykosAI#1737
(Windows ROCm 10 package indexes) and LykosAI#1726 (AI-Toolkit Python 3.11
distutils, LykosAI#1725); CSharpier on AiToolkit.cs.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…-class

Fix Wan2GP v13 Deepy crash caused by Gradio logging wrapper

(cherry picked from commit 065eba01bf95b89170683a764eedaa51225ef430)

# Conflicts:
#	CHANGELOG.md
[dev to main] backport: Fix Wan2GP v13 Deepy crash caused by Gradio logging wrapper (1393)
docs: add everyday package, model, and inference guides
(cherry picked from commit c5c4dd6d2c0dfb89db11b90f6242b8ea5b8eff03)
[dev to main] backport: docs: add everyday package, model, and inference guides (1395)
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
docs: add v2.16.4 technical release notes
Fix package env vars silently overriding user Environment Variables settings

(cherry picked from commit 14a253dd4a56b6302da32b9a849d884cae14fe50)

# Conflicts:
#	CHANGELOG.md
[dev to main] backport: Fix package env vars silently overriding user Environment Variables settings (1400)
@mohnjiles
mohnjiles merged commit fcfab8b into LykosAI:main Sep 16, 2026
5 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Sep 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WanGP v13.0 issue 1.2tb of models lost in ComfyUI Migration/Import Ai Toolkit diffuser issue in latest version

2 participants