mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-23 00:09:32 +08:00
Update custom sampling category
This commit is contained in:
parent
1ae4e22fb3
commit
c496079663
@ -16,7 +16,7 @@ class APG(io.ComfyNode):
|
|||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="APG",
|
node_id="APG",
|
||||||
display_name="Adaptive Projected Guidance",
|
display_name="Adaptive Projected Guidance",
|
||||||
category="model/sampling/custom_sampling",
|
category="model/sampling/custom",
|
||||||
inputs=[
|
inputs=[
|
||||||
io.Model.Input("model"),
|
io.Model.Input("model"),
|
||||||
io.Float.Input(
|
io.Float.Input(
|
||||||
|
|||||||
@ -729,7 +729,7 @@ class SamplerCustom(io.ComfyNode):
|
|||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="SamplerCustom",
|
node_id="SamplerCustom",
|
||||||
category="model/sampling/custom_sampling",
|
category="model/sampling/custom",
|
||||||
inputs=[
|
inputs=[
|
||||||
io.Model.Input("model"),
|
io.Model.Input("model"),
|
||||||
io.Boolean.Input("add_noise", default=True, advanced=True),
|
io.Boolean.Input("add_noise", default=True, advanced=True),
|
||||||
@ -1015,7 +1015,7 @@ class SamplerCustomAdvanced(io.ComfyNode):
|
|||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="SamplerCustomAdvanced",
|
node_id="SamplerCustomAdvanced",
|
||||||
category="model/sampling/custom_sampling",
|
category="model/sampling/custom",
|
||||||
inputs=[
|
inputs=[
|
||||||
io.Noise.Input("noise"),
|
io.Noise.Input("noise"),
|
||||||
io.Guider.Input("guider"),
|
io.Guider.Input("guider"),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user