From edb5760c5f73b3e108ab52bf7b23fa4738a495cd Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Mon, 29 Jun 2026 20:30:38 +0800 Subject: [PATCH] Update Add Noise --- comfy_extras/nodes_custom_sampler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_custom_sampler.py b/comfy_extras/nodes_custom_sampler.py index c9d7e06fc..26a64cfc4 100644 --- a/comfy_extras/nodes_custom_sampler.py +++ b/comfy_extras/nodes_custom_sampler.py @@ -1070,7 +1070,7 @@ class AddNoise(io.ComfyNode): def define_schema(cls): return io.Schema( node_id="AddNoise", - category="experimental/custom_sampling/noise", + category="experimental/custom_sampling", is_experimental=True, inputs=[ io.Model.Input("model"),