You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add documentation for Select Latest, prune timeout
The code for querying video information is an async function. Rather
than adding a setTimeout call, the function is simply called, but never
awaited.
Remove experimental from unbatch description
'unbatched': 'A single output element. Torch tensors are concatenated across dim 0, all other types are added which functions as concatenation for strings and arrays, but may give undesired results for other types',
563
563
},
564
564
}],
565
+
"VHS_SelectLatest": ['Select Latest 🎥🅥🅗🅢', short_desc('Experimental virtual node to select the most recently modified file from a given folder'),
566
+
"Assists in the creation of workflows where outputs from one execution are used elsewhere in subsequent executions.",
567
+
{'Inputs': {
568
+
'filename_prefix': 'A path which can consist of a combination of folders and a prefix which candidate files must match',
569
+
'filename_postfix': 'A string which chich the selected file must end with. Useful for limiting to a target extension.',
570
+
},
571
+
'Outputs': {
572
+
'Filename': 'A string representing a file path to the most recently modified file.',
0 commit comments