mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-23 12:50:18 +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):
|
def INPUT_TYPES(s):
|
||||||
return {"required": {"samples": ("LATENT", ),
|
return {"required": {"samples": ("LATENT", ),
|
||||||
"filename_prefix": ("STRING", {"default": "latents/ComfyUI"}), },
|
"filename_prefix": ("STRING", {"default": "latents/ComfyUI"}), },
|
||||||
"optional": {"image": ("IMAGE", ), },
|
"optional": {"image_opt": ("IMAGE", ), },
|
||||||
"hidden": {"prompt": "PROMPT", "extra_pnginfo": "EXTRA_PNGINFO"},
|
"hidden": {"prompt": "PROMPT", "extra_pnginfo": "EXTRA_PNGINFO"},
|
||||||
}
|
}
|
||||||
RETURN_TYPES = ()
|
RETURN_TYPES = ()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user