mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 09:07:05 +08:00
Add file type info for file inputs.
This commit is contained in:
parent
cb61c5edee
commit
7e614886b5
@ -382,7 +382,7 @@ class GeminiInputFiles(ComfyNodeABC):
|
|||||||
"file": (
|
"file": (
|
||||||
IO.COMBO,
|
IO.COMBO,
|
||||||
{
|
{
|
||||||
"tooltip": "Input files to include as context for the model.",
|
"tooltip": "Input files to include as context for the model. Only accepts text (.txt) and PDF (.pdf) files for now.",
|
||||||
"options": input_files,
|
"options": input_files,
|
||||||
"default": input_files[0] if input_files else None,
|
"default": input_files[0] if input_files else None,
|
||||||
},
|
},
|
||||||
|
|||||||
@ -885,7 +885,7 @@ class OpenAIInputFiles(ComfyNodeABC):
|
|||||||
"file": (
|
"file": (
|
||||||
IO.COMBO,
|
IO.COMBO,
|
||||||
{
|
{
|
||||||
"tooltip": "Input files to include as context for the model.",
|
"tooltip": "Input files to include as context for the model. Only accepts text (.txt) and PDF (.pdf) files for now.",
|
||||||
"options": input_files,
|
"options": input_files,
|
||||||
"default": input_files[0] if input_files else None,
|
"default": input_files[0] if input_files else None,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user