mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-24 03:51:33 +08:00
fix linting
This commit is contained in:
parent
81e79107e1
commit
e877471dfd
@ -377,8 +377,8 @@ class GetRandomLine():
|
|||||||
"seed": (IO.INT, {"default": 0,
|
"seed": (IO.INT, {"default": 0,
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"max": 2147483647,
|
"max": 2147483647,
|
||||||
"step": 1,
|
"step": 1,
|
||||||
"control_after_generate": True,
|
"control_after_generate": True,
|
||||||
"display": "number"},)
|
"display": "number"},)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user