Skip to content

Commit 9bf5aa5

Browse files
authored
Add search_aliases to sa-solver and seeds-2 node (Comfy-Org#12327)
1 parent 5ff4fde commit 9bf5aa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

comfy_extras/nodes_custom_sampler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ class SamplerSASolver(io.ComfyNode):
622622
def define_schema(cls):
623623
return io.Schema(
624624
node_id="SamplerSASolver",
625+
search_aliases=["sde"],
625626
category="sampling/custom_sampling/samplers",
626627
inputs=[
627628
io.Model.Input("model"),
@@ -666,6 +667,7 @@ class SamplerSEEDS2(io.ComfyNode):
666667
def define_schema(cls):
667668
return io.Schema(
668669
node_id="SamplerSEEDS2",
670+
search_aliases=["sde", "exp heun"],
669671
category="sampling/custom_sampling/samplers",
670672
inputs=[
671673
io.Combo.Input("solver_type", options=["phi_1", "phi_2"]),

0 commit comments

Comments
 (0)