[Minimax] Show video preview and embed workflow in ouput (#7)

This commit is contained in:
Christian Byrne 2025-04-21 07:39:52 +08:00 committed by Jedrzej Kosinski
parent 50314b5b9f
commit 7c74ec0f70

View File

@ -279,8 +279,10 @@ class OpenAIGPTImage1(ComfyNodeABC):
Uses the proxy at /proxy/openai/images/generations. Returned URLs are shortlived,
so download or cache results if you need to keep them.
"""
def __init__(self):
pass
self.output_dir = folder_paths.get_output_directory()
self.type = "output"
@classmethod
def INPUT_TYPES(cls) -> InputTypeDict: