mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-01-23 20:54:39 +08:00
Update nodes.py
This commit is contained in:
parent
22cf8d8996
commit
671af53b34
2
nodes.py
2
nodes.py
@ -4622,7 +4622,7 @@ class StabilityAPI_SD3:
|
||||
"api_key": ("STRING", {"multiline": True}),
|
||||
"prompt": ("STRING", {"multiline": True}),
|
||||
"n_prompt": ("STRING", {"multiline": True}),
|
||||
"seed": ("INT", {"default": 123,"min": 0, "max": 0xffffffffffffffff, "step": 1}),
|
||||
"seed": ("INT", {"default": 123,"min": 0, "max": 4294967294, "step": 1}),
|
||||
"model": (
|
||||
[
|
||||
'sd3',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user