Kosinkadink / ComfyUI-VideoHelperSuite

Nodes related to video workflows
GNU General Public License v3.0
434 stars 76 forks source link

output_path #143

Open alexbofa opened 5 months ago

alexbofa commented 5 months ago

Hello, add please output_path in order to be able to specify your path as done in WAS Image Save. output_path_combine output_path

We tried to do it ourselves, but I'm not sure if it's right.

"output_path": ("STRING", {"default": ""}),  # Add custom output directory input
        manual_format_widgets=None,
        custom_output_dir="",
    ):
        # Use custom output directory if provided, otherwise use default
        output_dir = output_path if output_path else (
pvp-by commented 5 months ago

...

"output_path": ("STRING", {"default": ""}),  # Add custom output directory input

... I agree it's a good idea.

githubarooski commented 5 months ago

upvote

ZiBrianQian commented 4 months ago

upvote