Open TylusKinas opened 1 month ago
Your ComfyUI can't be up to date as the get_full_path_or_raise
function was added 2 weeks ago in this commit:
https://github.com/comfyanonymous/ComfyUI/commit/254838f23c5a656cde5711088253c2ef29e31665
Yes portable version is not the latest, but after update it still has errors. it tired even on diferent drive but the same error:
Permission denied
Exception Message: [Errno 13] Permission denied
File "H:\_comfy2_7878\ComfyUI\execution.py", line 323, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\ComfyUI\execution.py", line 198, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "H:\_comfy2_7878\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\nodes.py", line 76, in loadmodel
model = instantiate_from_config(config.model).to(device).eval().requires_grad_(False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\util.py", line 175, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\models\csvd.py", line 908, in __init__
super().__init__(*args, **kwargs)
File "H:\_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\models\diffusion.py", line 60, in __init__
self.conditioner = instantiate_from_config(
^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\util.py", line 175, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\modules\encoders\modules.py", line 80, in __init__
embedder = instantiate_from_config(embconfig)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\util.py", line 175, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\modules\encoders\modules.py", line 1040, in __init__
self.open_clip = instantiate_from_config(open_clip_embedding_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\util.py", line 175, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\modules\encoders\modules.py", line 592, in __init__
model, _, _ = open_clip.create_model_and_transforms(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\python_embeded\Lib\site-packages\open_clip\factory.py", line 399, in create_model_and_transforms
model = create_model(
^^^^^^^^^^^^^
File "H:\_comfy2_7878\python_embeded\Lib\site-packages\open_clip\factory.py", line 305, in create_model
load_checkpoint(model, checkpoint_path)
File "H:\_comfy2_7878\python_embeded\Lib\site-packages\open_clip\factory.py", line 154, in load_checkpoint
state_dict = load_state_dict(checkpoint_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\python_embeded\Lib\site-packages\open_clip\factory.py", line 129, in load_state_dict
checkpoint = torch.load(checkpoint_path, map_location=map_location)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\python_embeded\Lib\site-packages\torch\serialization.py", line 1097, in load
return _load(
^^^^^^
File "H:\_comfy2_7878\python_embeded\Lib\site-packages\torch\serialization.py", line 1525, in _load
result = unpickler.load()
^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\python_embeded\Lib\site-packages\torch\serialization.py", line 1492, in persistent_load
typed_storage = load_tensor(dtype, nbytes, key, _maybe_decode_ascii(location))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\_comfy2_7878\python_embeded\Lib\site-packages\torch\serialization.py", line 1457, in load_tensor
storage = zip_file.get_storage_from_record(name, numel, torch.UntypedStorage)._typed_storage()._untyped_storage
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
## System Information
- **ComfyUI Version:** v0.2.2
- **Arguments:** ComfyUI\main.py --windows-standalone-build --port 7878
- **OS:** nt
- **Python Version:** 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.4.1+cu124
## Devices
- **Name:** cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 25769148416
- **VRAM Free:** 14373909576
- **Torch VRAM Total:** 10066329600
- **Torch VRAM Free:** 63992904
## Logs
2024-10-04 15:39:35,714 - root - INFO - Total VRAM 24575 MB, total RAM 32636 MB 2024-10-04 15:39:35,715 - root - INFO - pytorch version: 2.4.1+cu124 2024-10-04 15:39:35,716 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-04 15:39:35,716 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync 2024-10-04 15:39:36,555 - root - INFO - Using pytorch cross attention 2024-10-04 15:39:37,933 - root - INFO - [Prompt Server] web root: H:_comfy2_7878\ComfyUI\web 2024-10-04 15:39:37,935 - root - INFO - Adding extra search path checkpoints H:_Automatic1111_XL\stable-diffusion-webui\models/Stable-diffusion 2024-10-04 15:39:37,935 - root - INFO - Adding extra search path configs H:_Automatic1111_XL\stable-diffusion-webui\models/Stable-diffusion 2024-10-04 15:39:37,936 - root - INFO - Adding extra search path vae H:_Automatic1111_XL\stable-diffusion-webui\models/VAE 2024-10-04 15:39:37,936 - root - INFO - Adding extra search path loras H:_Automatic1111_XL\stable-diffusion-webui\models/Lora 2024-10-04 15:39:37,936 - root - INFO - Adding extra search path loras H:_Automatic1111_XL\stable-diffusion-webui\models/LyCORIS 2024-10-04 15:39:37,936 - root - INFO - Adding extra search path upscale_models H:_Automatic1111_XL\stable-diffusion-webui\models/ESRGAN 2024-10-04 15:39:37,936 - root - INFO - Adding extra search path upscale_models H:_Automatic1111_XL\stable-diffusion-webui\models/RealESRGAN 2024-10-04 15:39:37,936 - root - INFO - Adding extra search path upscale_models H:_Automatic1111_XL\stable-diffusion-webui\models/SwinIR 2024-10-04 15:39:37,937 - root - INFO - Adding extra search path embeddings H:_Automatic1111_XL\stable-diffusion-webui\embeddings 2024-10-04 15:39:37,937 - root - INFO - Adding extra search path hypernetworks H:_Automatic1111_XL\stable-diffusion-webui\models/hypernetworks 2024-10-04 15:39:37,937 - root - INFO - Adding extra search path controlnet H:_Automatic1111_XL\stable-diffusion-webui\models/ControlNet 2024-10-04 15:39:37,938 - root - INFO - Adding extra search path checkpoints I:_COMFYUI2\ComfyUI_windows_portable\ComfyUI\models/checkpoints/ 2024-10-04 15:39:37,938 - root - INFO - Adding extra search path clip I:_COMFYUI2\ComfyUI_windows_portable\ComfyUI\models/clip/ 2024-10-04 15:39:37,938 - root - INFO - Adding extra search path clip_vision I:_COMFYUI2\ComfyUI_windows_portable\ComfyUI\models/clip_vision/ 2024-10-04 15:39:37,939 - root - INFO - Adding extra search path configs I:_COMFYUI2\ComfyUI_windows_portable\ComfyUI\models/configs/ 2024-10-04 15:39:37,939 - root - INFO - Adding extra search path controlnet I:_COMFYUI2\ComfyUI_windows_portable\ComfyUI\models/controlnet/ 2024-10-04 15:39:37,939 - root - INFO - Adding extra search path embeddings I:_COMFYUI2\ComfyUI_windows_portable\ComfyUI\models/embeddings/ 2024-10-04 15:39:37,939 - root - INFO - Adding extra search path loras I:_COMFYUI2\ComfyUI_windows_portable\ComfyUI\models/loras/ 2024-10-04 15:39:37,940 - root - INFO - Adding extra search path upscale_models I:_COMFYUI2\ComfyUI_windows_portable\ComfyUI\models/upscale_models/ 2024-10-04 15:39:38,351 - root - INFO - Total VRAM 24575 MB, total RAM 32636 MB 2024-10-04 15:39:38,351 - root - INFO - pytorch version: 2.4.1+cu124 2024-10-04 15:39:38,354 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-04 15:39:38,354 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync 2024-10-04 15:39:39,717 - ComfyUI-LVCDWrapper.sgm.modules.diffusionmodules.model - WARNING - no module 'xformers'. Processing without... 2024-10-04 15:39:39,719 - ComfyUI-LVCDWrapper.sgm.modules.attention - WARNING - no module 'xformers'. Processing without... 2024-10-04 15:39:40,431 - root - INFO - Import times for custom nodes: 2024-10-04 15:39:40,431 - root - INFO - 0.0 seconds: H:_comfy2_7878\ComfyUI\custom_nodes\websocket_image_save.py 2024-10-04 15:39:40,432 - root - INFO - 0.1 seconds: H:_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-KJNodes 2024-10-04 15:39:40,433 - root - INFO - 0.1 seconds: H:_comfy2_7878\ComfyUI\custom_nodes\comfyui_controlnet_aux 2024-10-04 15:39:40,433 - root - INFO - 0.2 seconds: H:_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 2024-10-04 15:39:40,433 - root - INFO - 0.5 seconds: H:_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-Manager 2024-10-04 15:39:40,434 - root - INFO - 1.3 seconds: H:_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper 2024-10-04 15:39:40,434 - root - INFO - 2024-10-04 15:39:40,440 - root - INFO - Starting server
2024-10-04 15:39:40,441 - root - INFO - To see the GUI go to: http://127.0.0.1:7878 2024-10-04 15:39:43,659 - root - INFO - got prompt 2024-10-04 15:39:53,567 - ComfyUI-LVCDWrapper.nodes - INFO - Downloading LVCD model to: H:_comfy2_7878\ComfyUI\models\lvcd\lvcd-fp16.safetensors 2024-10-04 15:41:04,237 - ComfyUI-LVCDWrapper.models.layers - WARNING - no module 'xformers'. Processing without... 2024-10-04 15:41:04,576 - ComfyUI-LVCDWrapper.sgm.modules.diffusionmodules.openaimodel - INFO - Building a Downsample layer with 2 dims. 2024-10-04 15:41:04,576 - ComfyUI-LVCDWrapper.sgm.modules.diffusionmodules.openaimodel - INFO - --> settings are: in-chn: 320, out-chn: 320, kernel-size: 3, stride: 2, padding: 1 2024-10-04 15:41:04,979 - ComfyUI-LVCDWrapper.sgm.modules.diffusionmodules.openaimodel - INFO - Building a Downsample layer with 2 dims. 2024-10-04 15:41:04,979 - ComfyUI-LVCDWrapper.sgm.modules.diffusionmodules.openaimodel - INFO - --> settings are: in-chn: 640, out-chn: 640, kernel-size: 3, stride: 2, padding: 1 2024-10-04 15:41:05,394 - ComfyUI-LVCDWrapper.sgm.modules.diffusionmodules.openaimodel - INFO - Building a Downsample layer with 2 dims. 2024-10-04 15:41:05,394 - ComfyUI-LVCDWrapper.sgm.modules.diffusionmodules.openaimodel - INFO - --> settings are: in-chn: 1280, out-chn: 1280, kernel-size: 3, stride: 2, padding: 1 2024-10-04 15:41:08,485 - root - INFO - Loaded ViT-H-14 model config. 2024-10-04 15:41:08,982 - root - INFO - Loading pretrained ViT-H-14 weights (laion2b_s32b_b79k). 2024-10-04 15:41:15,676 - root - ERROR - !!! Exception during processing !!! [Errno 13] Permission denied 2024-10-04 15:41:15,695 - root - ERROR - Traceback (most recent call last): File "H:_comfy2_7878\ComfyUI\execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\ComfyUI\execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "H:_comfy2_7878\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\nodes.py", line 76, in loadmodel model = instantiate_from_config(config.model).to(device).eval().requiresgrad(False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\util.py", line 175, in instantiate_from_config return get_obj_from_str(config["target"])(config.get("params", dict())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\models\csvd.py", line 908, in init super().init(*args, kwargs) File "H:_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\models\diffusion.py", line 60, in init self.conditioner = instantiate_from_config( ^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\util.py", line 175, in instantiate_from_config return get_obj_from_str(config["target"])(config.get("params", dict())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\modules\encoders\modules.py", line 80, in init embedder = instantiate_from_config(embconfig) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\util.py", line 175, in instantiate_from_config return get_obj_from_str(config["target"])(config.get("params", dict())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\modules\encoders\modules.py", line 1040, in init self.open_clip = instantiate_from_config(open_clip_embedding_config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\sgm\util.py", line 175, in instantiate_from_config return get_obj_from_str(config["target"])(config.get("params", dict())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\ComfyUI\customnodes\ComfyUI-LVCDWrapper\sgm\modules\encoders\modules.py", line 592, in init model, , _ = open_clip.create_model_and_transforms( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\python_embeded\Lib\site-packages\open_clip\factory.py", line 399, in create_model_and_transforms model = create_model( ^^^^^^^^^^^^^ File "H:_comfy2_7878\python_embeded\Lib\site-packages\open_clip\factory.py", line 305, in create_model load_checkpoint(model, checkpoint_path) File "H:_comfy2_7878\python_embeded\Lib\site-packages\open_clip\factory.py", line 154, in load_checkpoint state_dict = load_state_dict(checkpoint_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\python_embeded\Lib\site-packages\open_clip\factory.py", line 129, in load_state_dict checkpoint = torch.load(checkpoint_path, map_location=map_location) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\python_embeded\Lib\site-packages\torch\serialization.py", line 1097, in load return _load( ^^^^^^ File "H:_comfy2_7878\python_embeded\Lib\site-packages\torch\serialization.py", line 1525, in _load result = unpickler.load() ^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\python_embeded\Lib\site-packages\torch\serialization.py", line 1492, in persistent_load typed_storage = load_tensor(dtype, nbytes, key, _maybe_decode_ascii(location)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:_comfy2_7878\python_embeded\Lib\site-packages\torch\serialization.py", line 1457, in load_tensor storage = zip_file.get_storage_from_record(name, numel, torch.UntypedStorage)._typed_storage()._untyped_storage ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 13] Permission denied
2024-10-04 15:41:15,699 - root - INFO - Prompt executed in 92.01 seconds
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
{"last_node_id":62,"last_link_id":133,"nodes":[{"id":27,"type":"GetImageRangeFromBatch","pos":{"0":-646,"1":90},"size":{"0":428.4000244140625,"1":102},"flags":{},"order":6,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":118},{"name":"masks","type":"MASK","link":null}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[120],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"Node name for S&R":"GetImageRangeFromBatch"},"widgets_values":[0,1]},{"id":51,"type":"Note","pos":{"0":-633,"1":-25},"size":{"0":390.94049072265625,"1":66.49737548828125},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[],"properties":{},"widgets_values":["Get first frame as the color reference for testing"],"color":"#432","bgcolor":"#653"},{"id":26,"type":"LineArtPreprocessor","pos":{"0":-649,"1":366},"size":{"0":315,"1":82},"flags":{},"order":7,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":119}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[85],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LineArtPreprocessor"},"widgets_values":["disable",512]},{"id":52,"type":"Note","pos":{"0":-652,"1":500},"size":{"0":340.9259338378906,"1":58},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[],"properties":{},"widgets_values":["Get lineart for testing"],"color":"#432","bgcolor":"#653"},{"id":14,"type":"ImageResizeKJ","pos":{"0":-96,"1":92},"size":{"0":315,"1":266},"flags":{},"order":8,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":120},{"name":"get_image_size","type":"IMAGE","link":null},{"name":"width_input","type":"INT","link":null,"widget":{"name":"width_input"}},{"name":"height_input","type":"INT","link":null,"widget":{"name":"height_input"}}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[50,79,87],"slot_index":0,"shape":3},{"name":"width","type":"INT","links":null,"shape":3},{"name":"height","type":"INT","links":null,"shape":3}],"properties":{"Node name for S&R":"ImageResizeKJ"},"widgets_values":[576,576,"lanczos",true,64,0,0,"disabled"]},{"id":21,"type":"ImageConcatMulti","pos":{"0":1603,"1":-313},"size":{"0":210,"1":170},"flags":{},"order":19,"mode":0,"inputs":[{"name":"image_1","type":"IMAGE","link":63},{"name":"image_2","type":"IMAGE","link":69},{"name":"image_3","type":"IMAGE","link":66}],"outputs":[{"name":"images","type":"IMAGE","links":[60],"slot_index":0,"shape":3}],"properties":{},"widgets_values":[3,"right",true,null]},{"id":29,"type":"RepeatImageBatch","pos":{"0":1374,"1":-371},"size":{"0":315,"1":58},"flags":{"collapsed":true},"order":17,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":79},{"name":"amount","type":"INT","link":67,"widget":{"name":"amount"}}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[63],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"RepeatImageBatch"},"widgets_values":[1]},{"id":15,"type":"ImageResizeKJ","pos":{"0":-109,"1":444},"size":{"0":315,"1":266},"flags":{},"order":10,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":85},{"name":"get_image_size","type":"IMAGE","link":87},{"name":"width_input","type":"INT","link":null,"widget":{"name":"width_input"}},{"name":"height_input","type":"INT","link":null,"widget":{"name":"height_input"}}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[124,129],"slot_index":0,"shape":3},{"name":"width","type":"INT","links":null,"shape":3},{"name":"height","type":"INT","links":null,"shape":3}],"properties":{"Node name for S&R":"ImageResizeKJ"},"widgets_values":[576,576,"lanczos",false,64,0,0,"disabled"]},{"id":48,"type":"LVCDDecoder","pos":{"0":1047,"1":188},"size":{"0":315,"1":126},"flags":{},"order":15,"mode":0,"inputs":[{"name":"LVCD_pipe","type":"LVCDPIPE","link":114},{"name":"samples","type":"SVDSAMPLES","link":115}],"outputs":[{"name":"images","type":"IMAGE","links":[116],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LVCDDecoder"},"widgets_values":[2,0,1]},{"id":47,"type":"LVCDSampler","pos":{"0":654,"1":153},"size":{"0":330.24658203125,"1":314},"flags":{},"order":13,"mode":0,"inputs":[{"name":"LVCD_pipe","type":"LVCDPIPE","link":109},{"name":"ref_images","type":"IMAGE","link":110},{"name":"sketch_images","type":"IMAGE","link":130}],"outputs":[{"name":"LVCD_pipe","type":"LVCDPIPE","links":[114],"slot_index":0,"shape":3},{"name":"samples","type":"SVDSAMPLES","links":[115],"slot_index":1,"shape":3}],"properties":{"Node name for S&R":"LVCDSampler"},"widgets_values":[19,25,6,160,0.02,4,25,127,"fixed",false]},{"id":32,"type":"GetImageRangeFromBatch","pos":{"0":1274,"1":-264},"size":{"0":428.4000244140625,"1":102},"flags":{"collapsed":true},"order":18,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":124},{"name":"masks","type":"MASK","link":null},{"name":"num_frames","type":"INT","link":126,"widget":{"name":"num_frames"}}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[69],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"Node name for S&R":"GetImageRangeFromBatch"},"widgets_values":[0,15]},{"id":31,"type":"GetImageSizeAndCount","pos":{"0":1404,"1":180},"size":{"0":277.20001220703125,"1":86},"flags":{},"order":16,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":116}],"outputs":[{"name":"image","type":"IMAGE","links":[66],"slot_index":0,"shape":3},{"name":"576 width","type":"INT","links":null,"shape":3},{"name":"320 height","type":"INT","links":null,"shape":3},{"name":"75 count","type":"INT","links":[67,126],"slot_index":3,"shape":3}],"properties":{"Node name for S&R":"GetImageSizeAndCount"},"widgets_values":[]},{"id":28,"type":"VHS_VideoCombine","pos":{"0":1898,"1":-312},"size":[1320.2227783203125,310],"flags":{},"order":20,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":60},{"name":"audio","type":"AUDIO","link":null},{"name":"meta_batch","type":"VHS_BatchManager","link":null},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"Filenames","type":"VHS_FILENAMES","links":null,"shape":3}],"properties":{"Node name for S&R":"VHS_VideoCombine"},"widgets_values":{"frame_rate":8,"loop_count":0,"filename_prefix":"LVCD_results","format":"video/h264-mp4","pix_fmt":"yuv420p","crf":19,"save_metadata":true,"pingpong":false,"save_output":false,"videopreview":{"hidden":false,"paused":false,"params":{"filename":"AnimateDiff_00002.mp4","subfolder":"","type":"temp","format":"video/h264-mp4","frame_rate":8},"muted":false}}},{"id":25,"type":"GetImageSizeAndCount","pos":{"0":288,"1":176},"size":{"0":277.20001220703125,"1":86},"flags":{},"order":9,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":50}],"outputs":[{"name":"image","type":"IMAGE","links":[110,131],"slot_index":0,"shape":3},{"name":"576 width","type":"INT","links":null,"shape":3},{"name":"576 height","type":"INT","links":null,"shape":3},{"name":"1 count","type":"INT","links":[],"slot_index":3,"shape":3}],"properties":{"Node name for S&R":"GetImageSizeAndCount"},"widgets_values":[]},{"id":57,"type":"GetImageSizeAndCount","pos":{"0":333,"1":577},"size":{"0":277.20001220703125,"1":86},"flags":{},"order":12,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":129}],"outputs":[{"name":"image","type":"IMAGE","links":[130,132],"slot_index":0,"shape":3},{"name":"576 width","type":"INT","links":null,"shape":3},{"name":"576 height","type":"INT","links":null,"shape":3},{"name":"132 count","type":"INT","links":[],"slot_index":3,"shape":3}],"properties":{"Node name for S&R":"GetImageSizeAndCount"},"widgets_values":[]},{"id":59,"type":"PreviewImage","pos":{"0":763.5997924804688,"1":709.717529296875},"size":{"0":210,"1":246},"flags":{},"order":14,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":132}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":58,"type":"PreviewImage","pos":{"0":616,"1":-231},"size":{"0":210,"1":246},"flags":{},"order":11,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":131}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":61,"type":"VAEEncode","pos":{"0":-553.463623046875,"1":-321.5223083496094},"size":{"0":210,"1":46},"flags":{},"order":5,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":null},{"name":"vae","type":"VAE","link":133}],"outputs":[{"name":"LATENT","type":"LATENT","links":null,"shape":3}],"properties":{"Node name for S&R":"VAEEncode"},"widgets_values":[]},{"id":62,"type":"CheckpointLoaderSimple","pos":{"0":-934,"1":-197},"size":{"0":315,"1":98},"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":null,"shape":3},{"name":"CLIP","type":"CLIP","links":null,"shape":3},{"name":"VAE","type":"VAE","links":[133],"shape":3}],"properties":{"Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["sd15_disneyPixarCartoon_v10.safetensors"]},{"id":50,"type":"VHS_LoadVideo","pos":{"0":-965,"1":173},"size":[247.455078125,503.455078125],"flags":{},"order":3,"mode":0,"inputs":[{"name":"meta_batch","type":"VHS_BatchManager","link":null},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[118,119],"slot_index":0,"shape":3},{"name":"frame_count","type":"INT","links":null,"shape":3},{"name":"audio","type":"AUDIO","links":null,"shape":3},{"name":"video_info","type":"VHS_VIDEOINFO","links":null,"shape":3}],"properties":{"Node name for S&R":"VHS_LoadVideo"},"widgets_values":{"video":"soka.mp4","force_rate":0,"force_size":"Disabled","custom_width":512,"custom_height":512,"frame_load_cap":0,"skip_first_frames":0,"select_every_nth":1,"choose video to upload":"image","videopreview":{"hidden":false,"paused":false,"params":{"frame_load_cap":0,"skip_first_frames":0,"force_rate":0,"filename":"soka.mp4","type":"input","format":"video/mp4","select_every_nth":1},"muted":false}}},{"id":2,"type":"LoadLVCDModel","pos":{"0":-101,"1":-305},"size":{"0":315,"1":106},"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"LVCD_pipe","type":"LVCDPIPE","links":[109],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LoadLVCDModel"},"widgets_values":["svd_xt.safetensors",false,"fp16"]}],"links":[[50,14,0,25,0,"IMAGE"],[60,21,0,28,0,"IMAGE"],[63,29,0,21,0,"IMAGE"],[66,31,0,21,2,"IMAGE"],[67,31,3,29,1,"INT"],[69,32,0,21,1,"IMAGE"],[79,14,0,29,0,"IMAGE"],[85,26,0,15,0,"IMAGE"],[87,14,0,15,1,"IMAGE"],[109,2,0,47,0,"LVCDPIPE"],[110,25,0,47,1,"IMAGE"],[114,47,0,48,0,"LVCDPIPE"],[115,47,1,48,1,"SVDSAMPLES"],[116,48,0,31,0,"IMAGE"],[118,50,0,27,0,"IMAGE"],[119,50,0,26,0,"IMAGE"],[120,27,0,14,0,"IMAGE"],[124,15,0,32,0,"IMAGE"],[126,31,3,32,2,"INT"],[129,15,0,57,0,"IMAGE"],[130,57,0,47,2,"IMAGE"],[131,25,0,58,0,"IMAGE"],[132,57,0,59,0,"IMAGE"],[133,62,2,61,1,"VAE"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.620921323059155,"offset":[1114.4614152013592,521.5498042674553]}},"version":0.4}
## Additional Context
(Please add any additional context or steps to reproduce the error here)
I tried anaconda version of lvcd. same premition problem. files are acecibal, not sure what the problem
I finaly got it working. I instaled pinokio (https://pinokio.computer/) and comfy ui on it.
I have clean new comfy ui install for LVCD.
But i cant run sample LVCD workflow. I get erorr on loading module. I tried to fix node.py usng chatGPT fixed some parts created new problems....
LoadLVCDModel module 'folder_paths' has no attribute 'get_full_path_or_raise'
This is report:
ComfyUI Error Report
Error Details
Exception Message: module 'folder_paths' has no attribute 'get_full_path_or_raise'
Stack Trace
2024-10-04 14:07:51,561 - root - INFO - Total VRAM 24575 MB, total RAM 32636 MB 2024-10-04 14:07:51,562 - root - INFO - pytorch version: 2.4.1+cu124 2024-10-04 14:07:51,563 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-04 14:07:51,564 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync 2024-10-04 14:07:52,403 - root - INFO - Using pytorch cross attention 2024-10-04 14:07:53,809 - root - INFO - [Prompt Server] web root: I:_COMFYUI2\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\web 2024-10-04 14:07:54,230 - root - INFO - Total VRAM 24575 MB, total RAM 32636 MB 2024-10-04 14:07:54,230 - root - INFO - pytorch version: 2.4.1+cu124 2024-10-04 14:07:54,232 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-04 14:07:54,232 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync 2024-10-04 14:07:57,369 - ComfyUI-LVCDWrapper.sgm.modules.diffusionmodules.model - WARNING - no module 'xformers'. Processing without... 2024-10-04 14:07:57,390 - ComfyUI-LVCDWrapper.sgm.modules.attention - WARNING - no module 'xformers'. Processing without... 2024-10-04 14:07:59,529 - root - INFO - Import times for custom nodes: 2024-10-04 14:07:59,529 - root - INFO - 0.0 seconds: I:_COMFYUI2\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py 2024-10-04 14:07:59,530 - root - INFO - 0.3 seconds: I:_COMFYUI2\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes 2024-10-04 14:07:59,531 - root - INFO - 0.5 seconds: I:_COMFYUI2\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager 2024-10-04 14:07:59,531 - root - INFO - 0.6 seconds: I:_COMFYUI2\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 2024-10-04 14:07:59,532 - root - INFO - 0.9 seconds: I:_COMFYUI2\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux 2024-10-04 14:07:59,532 - root - INFO - 3.1 seconds: I:_COMFYUI2\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper 2024-10-04 14:07:59,532 - root - INFO - 2024-10-04 14:07:59,539 - root - INFO - Starting server
2024-10-04 14:07:59,540 - root - INFO - To see the GUI go to: http://127.0.0.1:8777 2024-10-04 14:08:05,653 - root - INFO - got prompt 2024-10-04 14:08:05,655 - root - ERROR - Failed to validate prompt for output 58: 2024-10-04 14:08:05,655 - root - ERROR - VHS_LoadVideo 50: 2024-10-04 14:08:05,656 - root - ERROR - - Custom validation failed for node: video - Invalid video file: soka.mp4 2024-10-04 14:08:05,656 - root - ERROR - - Custom validation failed for node: force_rate - Invalid video file: soka.mp4 2024-10-04 14:08:05,656 - root - ERROR - - Custom validation failed for node: force_size - Invalid video file: soka.mp4 2024-10-04 14:08:05,657 - root - ERROR - - Custom validation failed for node: custom_width - Invalid video file: soka.mp4 2024-10-04 14:08:05,657 - root - ERROR - - Custom validation failed for node: custom_height - Invalid video file: soka.mp4 2024-10-04 14:08:05,657 - root - ERROR - - Custom validation failed for node: frame_load_cap - Invalid video file: soka.mp4 2024-10-04 14:08:05,658 - root - ERROR - - Custom validation failed for node: skip_first_frames - Invalid video file: soka.mp4 2024-10-04 14:08:05,658 - root - ERROR - - Custom validation failed for node: select_every_nth - Invalid video file: soka.mp4 2024-10-04 14:08:05,658 - root - ERROR - - Custom validation failed for node: unique_id - Invalid video file: soka.mp4 2024-10-04 14:08:05,659 - root - ERROR - Output will be ignored 2024-10-04 14:08:05,659 - root - ERROR - Failed to validate prompt for output 59: 2024-10-04 14:08:05,659 - root - ERROR - Output will be ignored 2024-10-04 14:08:05,694 - root - ERROR - Failed to validate prompt for output 28: 2024-10-04 14:08:05,694 - root - ERROR - LoadLVCDModel 2: 2024-10-04 14:08:05,695 - root - ERROR - - Value not in list: model: 'lvcd-fp16.safetensors' not in [] 2024-10-04 14:08:05,695 - root - ERROR - Output will be ignored 2024-10-04 14:08:05,696 - root - WARNING - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}} 2024-10-04 14:08:15,132 - root - INFO - got prompt 2024-10-04 14:08:15,168 - root - ERROR - Failed to validate prompt for output 28: 2024-10-04 14:08:15,168 - root - ERROR - * LoadLVCDModel 2: 2024-10-04 14:08:15,168 - root - ERROR - - Value not in list: model: 'lvcd-fp16.safetensors' not in [] 2024-10-04 14:08:15,168 - root - ERROR - Output will be ignored 2024-10-04 14:08:28,232 - root - INFO - Prompt executed in 13.06 seconds 2024-10-04 14:09:35,029 - root - INFO - got prompt 2024-10-04 14:09:35,082 - root - ERROR - !!! Exception during processing !!! module 'folder_paths' has no attribute 'get_full_path_or_raise' 2024-10-04 14:09:35,084 - root - ERROR - Traceback (most recent call last): File "I:_COMFYUI2\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 317, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "I:_COMFYUI2\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 192, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "I:_COMFYUI2\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "I:_COMFYUI2\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "I:_COMFYUI2\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LVCDWrapper\nodes.py", line 44, in loadmodel svd_model_path = folder_paths.get_full_path_or_raise("checkpoints", model) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'folder_paths' has no attribute 'get_full_path_or_raise'
2024-10-04 14:09:35,086 - root - INFO - Prompt executed in 0.02 seconds
{"last_node_id":62,"last_link_id":133,"nodes":[{"id":27,"type":"GetImageRangeFromBatch","pos":{"0":-646,"1":90},"size":{"0":428.4000244140625,"1":102},"flags":{},"order":6,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":118},{"name":"masks","type":"MASK","link":null}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[120],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"Node name for S&R":"GetImageRangeFromBatch"},"widgets_values":[0,1]},{"id":51,"type":"Note","pos":{"0":-633,"1":-25},"size":{"0":390.94049072265625,"1":66.49737548828125},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[],"properties":{},"widgets_values":["Get first frame as the color reference for testing"],"color":"#432","bgcolor":"#653"},{"id":26,"type":"LineArtPreprocessor","pos":{"0":-649,"1":366},"size":{"0":315,"1":82},"flags":{},"order":7,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":119}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[85],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LineArtPreprocessor"},"widgets_values":["disable",512]},{"id":52,"type":"Note","pos":{"0":-652,"1":500},"size":{"0":340.9259338378906,"1":58},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[],"properties":{},"widgets_values":["Get lineart for testing"],"color":"#432","bgcolor":"#653"},{"id":14,"type":"ImageResizeKJ","pos":{"0":-96,"1":92},"size":{"0":315,"1":266},"flags":{},"order":8,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":120},{"name":"get_image_size","type":"IMAGE","link":null},{"name":"width_input","type":"INT","link":null,"widget":{"name":"width_input"}},{"name":"height_input","type":"INT","link":null,"widget":{"name":"height_input"}}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[50,79,87],"slot_index":0,"shape":3},{"name":"width","type":"INT","links":null,"shape":3},{"name":"height","type":"INT","links":null,"shape":3}],"properties":{"Node name for S&R":"ImageResizeKJ"},"widgets_values":[576,576,"lanczos",true,64,0,0,"disabled"]},{"id":21,"type":"ImageConcatMulti","pos":{"0":1603,"1":-313},"size":{"0":210,"1":170},"flags":{},"order":19,"mode":0,"inputs":[{"name":"image_1","type":"IMAGE","link":63},{"name":"image_2","type":"IMAGE","link":69},{"name":"image_3","type":"IMAGE","link":66}],"outputs":[{"name":"images","type":"IMAGE","links":[60],"slot_index":0,"shape":3}],"properties":{},"widgets_values":[3,"right",true,null]},{"id":29,"type":"RepeatImageBatch","pos":{"0":1374,"1":-371},"size":{"0":315,"1":58},"flags":{"collapsed":true},"order":17,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":79},{"name":"amount","type":"INT","link":67,"widget":{"name":"amount"}}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[63],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"RepeatImageBatch"},"widgets_values":[1]},{"id":15,"type":"ImageResizeKJ","pos":{"0":-109,"1":444},"size":{"0":315,"1":266},"flags":{},"order":10,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":85},{"name":"get_image_size","type":"IMAGE","link":87},{"name":"width_input","type":"INT","link":null,"widget":{"name":"width_input"}},{"name":"height_input","type":"INT","link":null,"widget":{"name":"height_input"}}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[124,129],"slot_index":0,"shape":3},{"name":"width","type":"INT","links":null,"shape":3},{"name":"height","type":"INT","links":null,"shape":3}],"properties":{"Node name for S&R":"ImageResizeKJ"},"widgets_values":[576,576,"lanczos",false,64,0,0,"disabled"]},{"id":48,"type":"LVCDDecoder","pos":{"0":1047,"1":188},"size":{"0":315,"1":126},"flags":{},"order":15,"mode":0,"inputs":[{"name":"LVCD_pipe","type":"LVCDPIPE","link":114},{"name":"samples","type":"SVDSAMPLES","link":115}],"outputs":[{"name":"images","type":"IMAGE","links":[116],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LVCDDecoder"},"widgets_values":[2,0,1]},{"id":47,"type":"LVCDSampler","pos":{"0":654,"1":153},"size":{"0":330.24658203125,"1":314},"flags":{},"order":13,"mode":0,"inputs":[{"name":"LVCD_pipe","type":"LVCDPIPE","link":109},{"name":"ref_images","type":"IMAGE","link":110},{"name":"sketch_images","type":"IMAGE","link":130}],"outputs":[{"name":"LVCD_pipe","type":"LVCDPIPE","links":[114],"slot_index":0,"shape":3},{"name":"samples","type":"SVDSAMPLES","links":[115],"slot_index":1,"shape":3}],"properties":{"Node name for S&R":"LVCDSampler"},"widgets_values":[19,25,6,160,0.02,4,25,127,"fixed",false]},{"id":32,"type":"GetImageRangeFromBatch","pos":{"0":1274,"1":-264},"size":{"0":428.4000244140625,"1":102},"flags":{"collapsed":true},"order":18,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":124},{"name":"masks","type":"MASK","link":null},{"name":"num_frames","type":"INT","link":126,"widget":{"name":"num_frames"}}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[69],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"Node name for S&R":"GetImageRangeFromBatch"},"widgets_values":[0,15]},{"id":31,"type":"GetImageSizeAndCount","pos":{"0":1404,"1":180},"size":{"0":277.20001220703125,"1":86},"flags":{},"order":16,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":116}],"outputs":[{"name":"image","type":"IMAGE","links":[66],"slot_index":0,"shape":3},{"name":"576 width","type":"INT","links":null,"shape":3},{"name":"320 height","type":"INT","links":null,"shape":3},{"name":"75 count","type":"INT","links":[67,126],"slot_index":3,"shape":3}],"properties":{"Node name for S&R":"GetImageSizeAndCount"}},{"id":28,"type":"VHS_VideoCombine","pos":{"0":1898,"1":-312},"size":[1320.2227783203125,310],"flags":{},"order":20,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":60},{"name":"audio","type":"AUDIO","link":null},{"name":"meta_batch","type":"VHS_BatchManager","link":null},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"Filenames","type":"VHS_FILENAMES","links":null,"shape":3}],"properties":{"Node name for S&R":"VHS_VideoCombine"},"widgets_values":{"frame_rate":8,"loop_count":0,"filename_prefix":"LVCD_results","format":"video/h264-mp4","pix_fmt":"yuv420p","crf":19,"save_metadata":true,"pingpong":false,"save_output":false,"videopreview":{"hidden":false,"paused":false,"params":{"filename":"AnimateDiff_00002.mp4","subfolder":"","type":"temp","format":"video/h264-mp4","frame_rate":8},"muted":false}}},{"id":25,"type":"GetImageSizeAndCount","pos":{"0":288,"1":176},"size":{"0":277.20001220703125,"1":86},"flags":{},"order":9,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":50}],"outputs":[{"name":"image","type":"IMAGE","links":[110,131],"slot_index":0,"shape":3},{"name":"576 width","type":"INT","links":null,"shape":3},{"name":"576 height","type":"INT","links":null,"shape":3},{"name":"1 count","type":"INT","links":[],"slot_index":3,"shape":3}],"properties":{"Node name for S&R":"GetImageSizeAndCount"}},{"id":57,"type":"GetImageSizeAndCount","pos":{"0":333,"1":577},"size":{"0":277.20001220703125,"1":86},"flags":{},"order":12,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":129}],"outputs":[{"name":"image","type":"IMAGE","links":[130,132],"slot_index":0,"shape":3},{"name":"576 width","type":"INT","links":null,"shape":3},{"name":"576 height","type":"INT","links":null,"shape":3},{"name":"132 count","type":"INT","links":[],"slot_index":3,"shape":3}],"properties":{"Node name for S&R":"GetImageSizeAndCount"}},{"id":59,"type":"PreviewImage","pos":{"0":763.5997924804688,"1":709.717529296875},"size":{"0":210,"1":246},"flags":{},"order":14,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":132}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"}},{"id":58,"type":"PreviewImage","pos":{"0":616,"1":-231},"size":{"0":210,"1":246},"flags":{},"order":11,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":131}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"}},{"id":61,"type":"VAEEncode","pos":{"0":-553.463623046875,"1":-321.5223083496094},"size":{"0":210,"1":46},"flags":{},"order":5,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":null},{"name":"vae","type":"VAE","link":133}],"outputs":[{"name":"LATENT","type":"LATENT","links":null,"shape":3}],"properties":{"Node name for S&R":"VAEEncode"}},{"id":62,"type":"CheckpointLoaderSimple","pos":{"0":-934,"1":-197},"size":{"0":315,"1":98},"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":null,"shape":3},{"name":"CLIP","type":"CLIP","links":null,"shape":3},{"name":"VAE","type":"VAE","links":[133],"shape":3}],"properties":{"Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["sd15_disneyPixarCartoon_v10.safetensors"]},{"id":50,"type":"VHS_LoadVideo","pos":{"0":-965,"1":173},"size":[247.455078125,503.455078125],"flags":{},"order":3,"mode":0,"inputs":[{"name":"meta_batch","type":"VHS_BatchManager","link":null},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[118,119],"slot_index":0,"shape":3},{"name":"frame_count","type":"INT","links":null,"shape":3},{"name":"audio","type":"AUDIO","links":null,"shape":3},{"name":"video_info","type":"VHS_VIDEOINFO","links":null,"shape":3}],"properties":{"Node name for S&R":"VHS_LoadVideo"},"widgets_values":{"video":"soka.mp4","force_rate":0,"force_size":"Disabled","custom_width":512,"custom_height":512,"frame_load_cap":0,"skip_first_frames":0,"select_every_nth":1,"choose video to upload":"image","videopreview":{"hidden":false,"paused":false,"params":{"frame_load_cap":0,"skip_first_frames":0,"force_rate":0,"filename":"soka.mp4","type":"input","format":"video/mp4","select_every_nth":1},"muted":false}}},{"id":2,"type":"LoadLVCDModel","pos":{"0":-101,"1":-305},"size":{"0":315,"1":106},"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"LVCD_pipe","type":"LVCDPIPE","links":[109],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LoadLVCDModel"},"widgets_values":["svd-fp16.safetensors",false,"fp16"]}],"links":[[50,14,0,25,0,"IMAGE"],[60,21,0,28,0,"IMAGE"],[63,29,0,21,0,"IMAGE"],[66,31,0,21,2,"IMAGE"],[67,31,3,29,1,"INT"],[69,32,0,21,1,"IMAGE"],[79,14,0,29,0,"IMAGE"],[85,26,0,15,0,"IMAGE"],[87,14,0,15,1,"IMAGE"],[109,2,0,47,0,"LVCDPIPE"],[110,25,0,47,1,"IMAGE"],[114,47,0,48,0,"LVCDPIPE"],[115,47,1,48,1,"SVDSAMPLES"],[116,48,0,31,0,"IMAGE"],[118,50,0,27,0,"IMAGE"],[119,50,0,26,0,"IMAGE"],[120,27,0,14,0,"IMAGE"],[124,15,0,32,0,"IMAGE"],[126,31,3,32,2,"INT"],[129,15,0,57,0,"IMAGE"],[130,57,0,47,2,"IMAGE"],[131,25,0,58,0,"IMAGE"],[132,57,0,59,0,"IMAGE"],[133,62,2,61,1,"VAE"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.7513148009015777,"offset":[895.1964475604861,636.5736660018158]}},"version":0.4}