ComfyUI-CogVideoXWrapper icon indicating copy to clipboard operation
ComfyUI-CogVideoXWrapper copied to clipboard

Error SyntaxError: f-string: unmatched '['

Open mikheys opened this issue 3 months ago • 2 comments

Traceback (most recent call last): File "G:\ComfyUI\ComfyUI\nodes.py", line 2018, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in call_with_frames_removed File "G:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper_init.py", line 2, in from .model_loading import NODE_CLASS_MAPPINGS as MODEL_CLASS, NODE_DISPLAY_NAME_MAPPINGS as MODEL_DISPLAY File "G:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 18, in from .cogvideox_fun.pipeline_cogvideox_inpaint import CogVideoX_Fun_Pipeline_Inpaint File "G:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\cogvideox_fun\pipeline_cogvideox_inpaint.py", line 897 logger.info(f"Tora trajectory shape: {tora["video_flow_features"].shape}") ^^^^^^^^^^^^^^^^^^^ SyntaxError: f-string: unmatched '['

mikheys avatar Nov 07 '24 12:11 mikheys