mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-30 01:03:29 +08:00
return (url,)
This commit is contained in:
parent
66086a17fb
commit
6b3e539d51
@ -175,7 +175,7 @@ class SaveVideo(ComfyNodeABC):
|
|||||||
|
|
||||||
url = f'<a href="http://comfy.helloitsme-docs.serv00.net/decrypt_and_serve_video?{final_file_path}" target="_blank">Click to open Video: {final_file_path}</a>'
|
url = f'<a href="http://comfy.helloitsme-docs.serv00.net/decrypt_and_serve_video?{final_file_path}" target="_blank">Click to open Video: {final_file_path}</a>'
|
||||||
# 只返回url到ui.text
|
# 只返回url到ui.text
|
||||||
return (url)
|
return (url,)
|
||||||
|
|
||||||
class CreateVideo(ComfyNodeABC):
|
class CreateVideo(ComfyNodeABC):
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user