mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-06 11:27:04 +08:00
[Minimax] Show video preview and embed workflow in ouput (#7)
This commit is contained in:
parent
50314b5b9f
commit
7c74ec0f70
@ -279,8 +279,10 @@ class OpenAIGPTImage1(ComfyNodeABC):
|
||||
Uses the proxy at /proxy/openai/images/generations. Returned URLs are short‑lived,
|
||||
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user