We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff4fde commit 9bf5aa5Copy full SHA for 9bf5aa5
comfy_extras/nodes_custom_sampler.py
@@ -622,6 +622,7 @@ class SamplerSASolver(io.ComfyNode):
622
def define_schema(cls):
623
return io.Schema(
624
node_id="SamplerSASolver",
625
+ search_aliases=["sde"],
626
category="sampling/custom_sampling/samplers",
627
inputs=[
628
io.Model.Input("model"),
@@ -666,6 +667,7 @@ class SamplerSEEDS2(io.ComfyNode):
666
667
668
669
node_id="SamplerSEEDS2",
670
+ search_aliases=["sde", "exp heun"],
671
672
673
io.Combo.Input("solver_type", options=["phi_1", "phi_2"]),
0 commit comments