mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
clear parameter name
This commit is contained in:
parent
3564ee85a6
commit
1ccedd573c
2
nodes.py
2
nodes.py
@ -301,7 +301,7 @@ class SavePreviewLatent(SaveLatent):
|
||||
def INPUT_TYPES(s):
|
||||
return {"required": {"samples": ("LATENT", ),
|
||||
"filename_prefix": ("STRING", {"default": "latents/ComfyUI"}), },
|
||||
"optional": {"image": ("IMAGE", ), },
|
||||
"optional": {"image_opt": ("IMAGE", ), },
|
||||
"hidden": {"prompt": "PROMPT", "extra_pnginfo": "EXTRA_PNGINFO"},
|
||||
}
|
||||
RETURN_TYPES = ()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user