mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-24 22:52:13 -03:00
Fixed start_at_step missing underscores
This commit is contained in:
@@ -2513,7 +2513,7 @@ class TSC_XYplot_Steps:
|
|||||||
xy_type = "Steps"
|
xy_type = "Steps"
|
||||||
xy_first = first_step
|
xy_first = first_step
|
||||||
xy_last = last_step
|
xy_last = last_step
|
||||||
elif target_parameter == "start at step":
|
elif target_parameter == "start_at_step":
|
||||||
xy_type = "StartStep"
|
xy_type = "StartStep"
|
||||||
xy_first = first_start_step
|
xy_first = first_start_step
|
||||||
xy_last = last_start_step
|
xy_last = last_start_step
|
||||||
|
|||||||
Reference in New Issue
Block a user