From 566bc769adaa00b15d53d2a41cfa1a66efe61f0b Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Mon, 29 Jun 2026 20:31:07 +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 26a64cfc4..26e4b7fc4 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", + category="experimental/custom sampling", is_experimental=True, inputs=[ io.Model.Input("model"),