mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 21:22:13 -03:00
Merge pull request #50 from LucianoCirino/LucianoCirino-patch-10
Updated minimum Val for XYPlot Seeds++
This commit is contained in:
@@ -1876,7 +1876,7 @@ class TSC_XYplot_Manual_XY_Entry:
|
||||
|
||||
# Define the valid bounds for each type
|
||||
bounds = {
|
||||
"Seeds++ Batch": {"min": 0, "max": 50},
|
||||
"Seeds++ Batch": {"min": 1, "max": 50},
|
||||
"Steps": {"min": 1, "max": 10000},
|
||||
"CFG Scale": {"min": 0, "max": 100},
|
||||
"Sampler": {"options": comfy.samplers.KSampler.SAMPLERS},
|
||||
|
||||
Reference in New Issue
Block a user