mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-07 10:57:09 +08:00
[Minimax] Show video preview and embed workflow in ouput (#7)
This commit is contained in:
parent
501001b4db
commit
ded70bb8a1
@ -278,8 +278,10 @@ class OpenAIGPTImage1(ComfyNodeABC):
|
|||||||
Uses the proxy at /proxy/openai/images/generations. Returned URLs are short‑lived,
|
Uses the proxy at /proxy/openai/images/generations. Returned URLs are short‑lived,
|
||||||
so download or cache results if you need to keep them.
|
so download or cache results if you need to keep them.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
pass
|
self.output_dir = folder_paths.get_output_directory()
|
||||||
|
self.type = "output"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def INPUT_TYPES(cls) -> InputTypeDict:
|
def INPUT_TYPES(cls) -> InputTypeDict:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user