From de1b8f3e8d543deea34c1fa5e006b0c9971038fc Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Fri, 3 Jul 2026 13:08:24 -0700 Subject: [PATCH 1/2] Update AGENTS.md (#14738) --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 5236a00cffb..a8bacbd5e8c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -171,6 +171,9 @@ - Reuse existing model classes, blocks, ops, and helper modules when appropriate. Before implementing a new version of a model component, search the existing model code for a class or helper that already provides the behavior. +- Model detection code that inspects linear weight shapes should only use the + first dimension. The second dimension may be half the original size for + NVFP4 or other 4-bit quantized models. - Avoid adding `einops` usage in core inference code. Use native torch tensor ops such as `reshape`, `view`, `permute`, `transpose`, `flatten`, `unflatten`, `unsqueeze`, and `squeeze` instead. From 1073a74976b3ecfeda41521103a81da7d5151647 Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Sat, 4 Jul 2026 00:01:05 +0300 Subject: [PATCH 2/2] [Partner Nodes] chore(ByteDance): adjust category name (#14752) Signed-off-by: bigcat88 --- comfy_api_nodes/nodes_bytedance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_api_nodes/nodes_bytedance.py b/comfy_api_nodes/nodes_bytedance.py index a6788355538..58307290dae 100644 --- a/comfy_api_nodes/nodes_bytedance.py +++ b/comfy_api_nodes/nodes_bytedance.py @@ -2611,7 +2611,7 @@ def define_schema(cls) -> IO.Schema: return IO.Schema( node_id="ByteDanceSeedAudio", display_name="ByteDance Seed Audio 1.0", - category="api node/audio/ByteDance", + category="partner/audio/ByteDance", description=( "Generate speech, music, sound effects and multi-speaker dialogue from a single prompt " "with ByteDance Seed Audio 1.0. Describe the voice(s), emotion, ambience, background music "