mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-06 14:27:07 +08:00
source format
This commit is contained in:
parent
75686aca3e
commit
43bfcafa86
@ -47,7 +47,7 @@ class Load3D():
|
|||||||
|
|
||||||
video = None
|
video = None
|
||||||
|
|
||||||
if image['recording'] is not "":
|
if image['recording'] != "":
|
||||||
recording_video_path = folder_paths.get_annotated_filepath(image['recording'])
|
recording_video_path = folder_paths.get_annotated_filepath(image['recording'])
|
||||||
|
|
||||||
video = VideoFromFile(recording_video_path)
|
video = VideoFromFile(recording_video_path)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user