ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

WanVideoTextEncode Allocation on device

Open xuanyoyo opened this issue 8 months ago • 4 comments
trafficstars

Your question

ComfyUI Error Report

Error Details

  • Node ID: 17
  • Node Type: WanVideoImageClipEncode
  • Exception Type: torch.cuda.OutOfMemoryError
  • Exception Message: Allocation on device

Stack Trace

  File "D:\ComfyUI\execution.py", line 327, 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 "D:\ComfyUI\execution.py", line 202, 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 "D:\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)

  File "D:\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))

  File "D:\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper-main\nodes.py", line 972, in process
    clip_vision.model.to(device)

  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1173, in to
    return self._apply(convert)

  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)

  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)

  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)

  [Previous line repeated 2 more times]

  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 804, in _apply
    param_applied = fn(param)

  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1159, in convert
    return t.to(

System Information

  • ComfyUI Version: 0.3.26
  • Arguments: D:\ComfyUI\main.py --auto-launch --preview-method auto --disable-cuda-malloc
  • OS: nt
  • Python Version: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
  • Embedded Python: false
  • PyTorch Version: 2.3.1+cu121

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 3050 : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 8589279232
    • VRAM Free: 16989184
    • Torch VRAM Total: 7851737088
    • Torch VRAM Free: 16989184

Logs

2025-03-16T15:49:52.560331 -   File "D:\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1340, in default_cache_update
2025-03-16T15:49:52.561308 -     2025-03-16T15:49:52.561308 - await asyncio.gather(a, b, c, d, e)2025-03-16T15:49:52.561308 - 
2025-03-16T15:49:52.561308 -   File "D:\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1327, in get_cache
2025-03-16T15:49:52.562283 -     2025-03-16T15:49:52.562283 - json_obj = await core.get_data(uri, True)2025-03-16T15:49:52.562283 - 
2025-03-16T15:49:52.562283 -   File "D:\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_core.py", line 620, in get_data
2025-03-16T15:49:52.563259 -     2025-03-16T15:49:52.563259 - async with session.get(uri) as resp:2025-03-16T15:49:52.563259 - 
2025-03-16T15:49:52.563259 -   File "D:\ComfyUI\python\lib\site-packages\aiohttp\client.py", line 1425, in __aenter__
2025-03-16T15:49:52.564237 -     2025-03-16T15:49:52.564237 - self._resp: _RetType = await self._coro2025-03-16T15:49:52.564237 - 
2025-03-16T15:49:52.564237 -   File "D:\ComfyUI\python\lib\site-packages\aiohttp\client.py", line 703, in _request
2025-03-16T15:49:52.565213 -     2025-03-16T15:49:52.565213 - conn = await self._connector.connect(2025-03-16T15:49:52.565213 - 
2025-03-16T15:49:52.566188 -   File "D:\ComfyUI\python\lib\site-packages\aiohttp\connector.py", line 548, in connect
2025-03-16T15:49:52.566188 -     2025-03-16T15:49:52.566188 - proto = await self._create_connection(req, traces, timeout)2025-03-16T15:49:52.566188 - 
2025-03-16T15:49:52.566188 -   File "D:\ComfyUI\python\lib\site-packages\aiohttp\connector.py", line 1056, in _create_connection
2025-03-16T15:49:52.567164 -     2025-03-16T15:49:52.567164 - _, proto = await self._create_direct_connection(req, traces, timeout)2025-03-16T15:49:52.567164 - 
2025-03-16T15:49:52.567164 -   File "D:\ComfyUI\python\lib\site-packages\aiohttp\connector.py", line 1368, in _create_direct_connection
2025-03-16T15:49:52.568140 -     2025-03-16T15:49:52.568140 - raise ClientConnectorDNSError(req.connection_key, exc) from exc2025-03-16T15:49:52.568140 - 
2025-03-16T15:49:52.568140 - aiohttp.client_exceptions2025-03-16T15:49:52.568140 - .2025-03-16T15:49:52.568140 - ClientConnectorDNSError2025-03-16T15:49:52.568140 - : 2025-03-16T15:49:52.569116 - Cannot connect to host raw.githubusercontent.com:443 ssl:default [getaddrinfo failed]2025-03-16T15:49:52.569116 - 
2025-03-16T15:49:54.075727 - --------------
2025-03-16T15:49:54.075727 - [91m ### Mixlab Nodes: [93mLoaded
2025-03-16T15:49:54.085488 - json_repair## OK2025-03-16T15:49:54.085488 - 
2025-03-16T15:49:54.097201 - ChatGPT.available True
2025-03-16T15:49:54.098177 - edit_mask.available True
2025-03-16T15:49:55.988420 - ## clip_interrogator_model not found: D:\ComfyUI\models\clip_interrogator\Salesforce\blip-image-captioning-base, pls download from https://huggingface.co/Salesforce/blip-image-captioning-base2025-03-16T15:49:55.988420 - 
2025-03-16T15:49:55.988420 - ClipInterrogator.available True
2025-03-16T15:49:56.051859 - ## text_generator_model not found: D:\ComfyUI\models\prompt_generator\text2image-prompt-generator, pls download from https://huggingface.co/succinctly/text2image-prompt-generator/tree/main2025-03-16T15:49:56.051859 - 
2025-03-16T15:49:56.051859 - ## zh_en_model not found: D:\ComfyUI\models\prompt_generator\opus-mt-zh-en, pls download from https://huggingface.co/Helsinki-NLP/opus-mt-zh-en/tree/main2025-03-16T15:49:56.051859 - 
2025-03-16T15:49:56.051859 - PromptGenerate.available True
2025-03-16T15:49:56.052835 - ChinesePrompt.available True
2025-03-16T15:49:56.052835 - RembgNode_.available True
2025-03-16T15:49:56.059667 - ffmpeg could not be found. Using ffmpeg from imageio-ffmpeg.2025-03-16T15:49:56.059667 - 
2025-03-16T15:49:56.540836 - TripoSR.available
2025-03-16T15:49:56.541812 - MiniCPMNode.available
2025-03-16T15:49:56.592564 - Scenedetect.available
2025-03-16T15:49:56.719444 - FishSpeech.available
2025-03-16T15:49:56.732132 - SenseVoice.available
2025-03-16T15:49:56.974358 - Whisper.available False
2025-03-16T15:49:56.977286 - fal-client## OK2025-03-16T15:49:56.977286 - 
2025-03-16T15:49:56.989975 - FalVideo.available
2025-03-16T15:49:56.990950 - [93m -------------- [0m
2025-03-16T15:49:58.448487 - D:\ComfyUI\python\lib\site-packages\albumentations\__init__.py:13: UserWarning: A new version of Albumentations is available: 2.0.5 (you have 1.4.15). Upgrade using: pip install -U albumentations. To disable automatic update checks, set the environment variable NO_ALBUMENTATIONS_UPDATE to 1.
  check_for_updates()
2025-03-16T15:49:58.556823 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2025-03-16T15:49:58.557799 - 
2025-03-16T15:49:58.661254 - [0;33m[ReActor][0m - [38;5;173mSTATUS[0m - [0;32mRunning v0.4.1-b11 in ComfyUI[0m2025-03-16T15:49:58.662230 - 
2025-03-16T15:49:58.680774 - Torch version: 2.3.1+cu1212025-03-16T15:49:58.680774 - 
2025-03-16T15:49:59.320563 - Warning: Could not load sageattention: No module named 'sageattention'2025-03-16T15:49:59.320563 - 
2025-03-16T15:49:59.320563 - sageattention package is not installed2025-03-16T15:49:59.320563 - 
2025-03-16T15:49:59.335204 - (pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider2025-03-16T15:49:59.335204 - 
2025-03-16T15:49:59.335204 - (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider2025-03-16T15:49:59.335204 - 
2025-03-16T15:49:59.370339 - Workspace manager - Openning file hash dict2025-03-16T15:49:59.370339 - 
2025-03-16T15:49:59.370339 - 🦄🦄Loading: Workspace Manager (V2.1.0)2025-03-16T15:49:59.370339 - 
2025-03-16T15:49:59.409379 - ------------------------------------------2025-03-16T15:49:59.409379 - 
2025-03-16T15:49:59.409379 - [34mComfyroll Studio v1.76 : [92m 175 Nodes Loaded[0m2025-03-16T15:49:59.409379 - 
2025-03-16T15:49:59.409379 - ------------------------------------------2025-03-16T15:49:59.410356 - 
2025-03-16T15:49:59.410356 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2025-03-16T15:49:59.410356 - 
2025-03-16T15:49:59.410356 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2025-03-16T15:49:59.410356 - 
2025-03-16T15:49:59.410356 - ------------------------------------------2025-03-16T15:49:59.410356 - 
2025-03-16T15:49:59.420116 - [36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts[0m
2025-03-16T15:49:59.421091 - [36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False[0m
2025-03-16T15:49:59.421091 - [36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'][0m
2025-03-16T15:49:59.447442 - DWPose: Onnxruntime with acceleration providers detected2025-03-16T15:49:59.447442 - 
2025-03-16T15:49:59.473795 - [1;35m### [START] ComfyUI AlekPet Nodes [1;34mv1.0.22[0m[1;35m ###[0m2025-03-16T15:49:59.473795 - 
2025-03-16T15:50:03.776582 - [92mNode -> ArgosTranslateNode: [93mArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode[0m [92m[Loading] [0m2025-03-16T15:50:03.776582 - 
2025-03-16T15:50:03.787319 - [92mNode -> DeepTranslatorNode: [93mDeepTranslatorCLIPTextEncodeNode, DeepTranslatorTextNode[0m [92m[Loading] [0m2025-03-16T15:50:03.787319 - 
2025-03-16T15:50:03.795126 - [92mNode -> GoogleTranslateNode: [93mGoogleTranslateCLIPTextEncodeNode, GoogleTranslateTextNode[0m [92m[Loading] [0m2025-03-16T15:50:03.795126 - 
2025-03-16T15:50:03.800982 - [92mNode -> ExtrasNode: [93mPreviewTextNode, HexToHueNode, ColorsCorrectNode[0m [92m[Loading] [0m2025-03-16T15:50:03.801958 - 
2025-03-16T15:50:03.805862 - [92mNode -> PoseNode: [93mPoseNode[0m [92m[Loading] [0m2025-03-16T15:50:03.805862 - 
2025-03-16T15:50:03.877619 - [92mNode -> IDENode: [93mIDENode[0m [92m[Loading] [0m2025-03-16T15:50:03.877619 - 
2025-03-16T15:50:04.148267 - [92mNode -> PainterNode: [93mPainterNode[0m [92m[Loading] [0m2025-03-16T15:50:04.148267 - 
2025-03-16T15:50:04.148267 - [1;35m### [END] ComfyUI AlekPet Nodes ###[0m2025-03-16T15:50:04.148267 - 
2025-03-16T15:50:04.687324 - [34mFizzleDorf Custom Nodes: [92mLoaded[0m2025-03-16T15:50:04.687324 - 
2025-03-16T15:50:04.713676 - # 😺dzNodes: LayerStyle -> [1;33mInvalid FONT directory, default to be used. check D:\ComfyUI\custom_nodes\ComfyUI_LayerStyle\resource_dir.ini[m2025-03-16T15:50:04.713676 - 
2025-03-16T15:50:04.713676 - # 😺dzNodes: LayerStyle -> [1;33mInvalid LUT directory, default to be used. check D:\ComfyUI\custom_nodes\ComfyUI_LayerStyle\resource_dir.ini[m2025-03-16T15:50:04.713676 - 
2025-03-16T15:50:04.713676 - # 😺dzNodes: LayerStyle -> [1;33mFind 1 LUTs in D:\ComfyUI\custom_nodes\ComfyUI_LayerStyle\lut[m2025-03-16T15:50:04.713676 - 
2025-03-16T15:50:04.714652 - # 😺dzNodes: LayerStyle -> [1;33mFind 1 Fonts in D:\ComfyUI\custom_nodes\ComfyUI_LayerStyle\font[m2025-03-16T15:50:04.714652 - 
2025-03-16T15:50:04.905010 - [36;20m[comfy_mtb] | INFO -> loaded [96m83[0m nodes successfuly[0m
2025-03-16T15:50:04.905010 - [36;20m[comfy_mtb] | INFO -> Some nodes (2) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.[0m
2025-03-16T15:50:04.946000 - 
[36mEfficiency Nodes:[0m Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...[92mSuccess![0m2025-03-16T15:50:04.946000 - 
2025-03-16T15:50:04.951857 - Patching UNetModel.forward2025-03-16T15:50:04.951857 - 
2025-03-16T15:50:04.951857 - UNetModel.forward has been successfully patched.2025-03-16T15:50:04.951857 - 
2025-03-16T15:50:04.963569 - [1;32m[Power Noise Suite]: 🦚🦚🦚 [93m[3mSqueaa-squee!!![0m 🦚🦚🦚2025-03-16T15:50:04.963569 - 
2025-03-16T15:50:04.963569 - [1;32m[Power Noise Suite]:[0m Tamed [93m11[0m wild nodes.2025-03-16T15:50:04.963569 - 
2025-03-16T15:50:04.976257 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2025-03-16T15:50:04.976257 - 
2025-03-16T15:50:05.093883 - 
2025-03-16T15:50:05.093883 - [92m[rgthree] Loaded 42 magnificent nodes.[00m2025-03-16T15:50:05.093883 - 
2025-03-16T15:50:05.093883 - [33m[rgthree] NOTE: Will NOT use rgthree's optimized recursive execution as ComfyUI has changed.[00m2025-03-16T15:50:05.093883 - 
2025-03-16T15:50:05.093883 - 
2025-03-16T15:50:05.106572 - Traceback (most recent call last):
  File "D:\ComfyUI\nodes.py", line 2147, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\ComfyUI\\custom_nodes\\was-node-suite-comfyui\\__init__.py'

2025-03-16T15:50:05.106572 - Cannot import D:\ComfyUI\custom_nodes\was-node-suite-comfyui module for custom nodes: [Errno 2] No such file or directory: 'D:\\ComfyUI\\custom_nodes\\was-node-suite-comfyui\\__init__.py'
2025-03-16T15:50:05.119259 - [34mWAS Node Suite: [0mBlenderNeko's Advanced CLIP Text Encode found, attempting to enable `CLIPTextEncode` support.[0m2025-03-16T15:50:05.119259 - 
2025-03-16T15:50:05.119259 - [34mWAS Node Suite: [0m`CLIPTextEncode (BlenderNeko Advanced + NSP)` node enabled under `WAS Suite/Conditioning` menu.[0m2025-03-16T15:50:05.119259 - 
2025-03-16T15:50:08.864124 - [34mWAS Node Suite: [0mOpenCV Python FFMPEG support is enabled[0m2025-03-16T15:50:08.864124 - 
2025-03-16T15:50:08.864124 - [34mWAS Node Suite [93mWarning: [0m`ffmpeg_bin_path` is not set in `D:\ComfyUI\custom_nodes\was-node-suite-comfyui-main\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.[0m2025-03-16T15:50:08.864124 - 
2025-03-16T15:50:12.708387 - [34mWAS Node Suite: [0mFinished.[0m [32mLoaded[0m [0m221[0m [32mnodes successfully.[0m2025-03-16T15:50:12.708387 - 
2025-03-16T15:50:12.708387 - 
	[3m[93m"Believe you deserve it and the universe will serve it."[0m[3m - Unknown[0m
2025-03-16T15:50:12.708387 - 
2025-03-16T15:50:12.717172 - 
Import times for custom nodes:
2025-03-16T15:50:12.717172 -    0.0 seconds: D:\ComfyUI\custom_nodes\websocket_image_save.py
2025-03-16T15:50:12.717172 -    0.0 seconds: D:\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Translation
2025-03-16T15:50:12.717172 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_AdvancedRefluxControl-main
2025-03-16T15:50:12.717172 -    0.0 seconds: D:\ComfyUI\custom_nodes\ControlNet-LLLite-ComfyUI
2025-03-16T15:50:12.717172 -    0.0 seconds: D:\ComfyUI\custom_nodes\FreeU_Advanced
2025-03-16T15:50:12.717172 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
2025-03-16T15:50:12.717172 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_TiledKSampler
2025-03-16T15:50:12.717172 -    0.0 seconds: D:\ComfyUI\custom_nodes\stability-ComfyUI-nodes
2025-03-16T15:50:12.717172 -    0.0 seconds: D:\ComfyUI\custom_nodes\Comfyui_TTP_Toolset-main
2025-03-16T15:50:12.717172 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_InstantID
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_experiments
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\PowerNoiseSuite
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes-main
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\images-grid-comfy-plugin
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2025-03-16T15:50:12.718148 -    0.0 seconds (IMPORT FAILED): D:\ComfyUI\custom_nodes\was-node-suite-comfyui
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_essentials
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation-main
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\Comfyui_CXH_joy_caption-main
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2025-03-16T15:50:12.718148 -    0.0 seconds: D:\ComfyUI\custom_nodes\rgthree-comfy
2025-03-16T15:50:12.719124 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-GGUF-main
2025-03-16T15:50:12.719124 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis
2025-03-16T15:50:12.719124 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper-main
2025-03-16T15:50:12.719124 -    0.0 seconds: D:\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2025-03-16T15:50:12.719124 -    0.0 seconds: D:\ComfyUI\custom_nodes\comfyui-workspace-manager
2025-03-16T15:50:12.719124 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-KJNodes
2025-03-16T15:50:12.719124 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2025-03-16T15:50:12.719124 -    0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2025-03-16T15:50:12.719124 -    0.1 seconds: D:\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-03-16T15:50:12.719124 -    0.1 seconds: D:\ComfyUI\custom_nodes\comfy_mtb
2025-03-16T15:50:12.719124 -    0.1 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Marigold
2025-03-16T15:50:12.719124 -    0.1 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Crystools
2025-03-16T15:50:12.719124 -    0.1 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2025-03-16T15:50:12.720100 -    0.1 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2025-03-16T15:50:12.720100 -    0.1 seconds: D:\ComfyUI\custom_nodes\ComfyUI-MimicMotionWrapper
2025-03-16T15:50:12.720100 -    0.1 seconds: D:\ComfyUI\custom_nodes\comfyui-reactor-node
2025-03-16T15:50:12.720100 -    0.1 seconds: D:\ComfyUI\custom_nodes\PuLID_ComfyUI
2025-03-16T15:50:12.720100 -    0.1 seconds: D:\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2025-03-16T15:50:12.720100 -    0.3 seconds: D:\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2025-03-16T15:50:12.720100 -    0.5 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Manager
2025-03-16T15:50:12.720100 -    0.5 seconds: D:\ComfyUI\custom_nodes\ComfyUI-SUPIR
2025-03-16T15:50:12.720100 -    0.9 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2025-03-16T15:50:12.720100 -    1.7 seconds: D:\ComfyUI\custom_nodes\ComfyUI-PuLID-Flux-master
2025-03-16T15:50:12.720100 -    3.1 seconds: D:\ComfyUI\custom_nodes\ComfyUI-AdvancedLivePortrait-main
2025-03-16T15:50:12.720100 -    4.8 seconds: D:\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2025-03-16T15:50:12.720100 -    5.1 seconds: D:\ComfyUI\custom_nodes\comfyui-mixlab-nodes
2025-03-16T15:50:12.720100 -    7.6 seconds: D:\ComfyUI\custom_nodes\was-node-suite-comfyui-main
2025-03-16T15:50:12.720100 - 
2025-03-16T15:50:12.746452 - Starting server

2025-03-16T15:50:12.747427 - To see the GUI go to: http://127.0.0.1:8188
2025-03-16T15:50:14.725313 - D:\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js2025-03-16T15:50:14.725313 - 
2025-03-16T15:50:14.803395 - FETCH DATA from: D:\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2025-03-16T15:50:14.803395 - 2025-03-16T15:50:14.810275 -  [DONE]2025-03-16T15:50:14.811251 - 
2025-03-16T15:50:14.845463 - D:\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css2025-03-16T15:50:14.845463 - 
2025-03-16T15:50:14.846440 - D:\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js2025-03-16T15:50:14.846440 - 
2025-03-16T15:50:15.054224 - D:\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js2025-03-16T15:50:15.054224 - 
2025-03-16T15:50:15.077649 - D:\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css2025-03-16T15:50:15.077649 - 
2025-03-16T15:50:15.083505 - D:\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js2025-03-16T15:50:15.083505 - 
2025-03-16T15:50:15.085457 - D:\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css2025-03-16T15:50:15.085457 - 
2025-03-16T15:50:54.987818 - got prompt
2025-03-16T15:50:56.629816 - # 😺dzNodes: LayerStyle -> [1;32mImageScaleByAspectRatio V2 Processed 1 image(s).[m2025-03-16T15:50:56.629816 - 
2025-03-16T15:51:00.708645 - <ComfyUI-WanVideoWrapper-main.wanvideo.modules.clip.CLIPModel object at 0x00000238E5E42920>2025-03-16T15:51:00.708645 - 
2025-03-16T15:51:55.961112 - !!! Exception during processing !!! Allocation on device 
2025-03-16T15:51:55.963064 - Traceback (most recent call last):
  File "D:\ComfyUI\execution.py", line 327, 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 "D:\ComfyUI\execution.py", line 202, 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 "D:\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper-main\nodes.py", line 885, in process
    encoder.model.to(device)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1173, in to
    return self._apply(convert)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  [Previous line repeated 1 more time]
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 804, in _apply
    param_applied = fn(param)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1159, in convert
    return t.to(
torch.cuda.OutOfMemoryError: Allocation on device 

2025-03-16T15:51:55.963064 - Got an OOM, unloading all loaded models.
2025-03-16T15:51:55.964040 - Prompt executed in 60.97 seconds
2025-03-16T16:24:22.190684 - got prompt
2025-03-16T16:24:22.389758 - !!! Exception during processing !!! Allocation on device 
2025-03-16T16:24:22.390735 - Traceback (most recent call last):
  File "D:\ComfyUI\execution.py", line 327, 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 "D:\ComfyUI\execution.py", line 202, 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 "D:\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper-main\nodes.py", line 885, in process
    encoder.model.to(device)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1173, in to
    return self._apply(convert)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  [Previous line repeated 1 more time]
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 804, in _apply
    param_applied = fn(param)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1159, in convert
    return t.to(
torch.cuda.OutOfMemoryError: Allocation on device 

2025-03-16T16:24:22.390735 - Got an OOM, unloading all loaded models.
2025-03-16T16:24:23.540464 - Prompt executed in 1.34 seconds
2025-03-16T16:27:20.382468 - got prompt
2025-03-16T16:27:20.795408 - !!! Exception during processing !!! Allocation on device 
2025-03-16T16:27:20.811057 - Traceback (most recent call last):
  File "D:\ComfyUI\execution.py", line 327, 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 "D:\ComfyUI\execution.py", line 202, 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 "D:\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper-main\nodes.py", line 885, in process
    encoder.model.to(device)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1173, in to
    return self._apply(convert)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  [Previous line repeated 1 more time]
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 804, in _apply
    param_applied = fn(param)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1159, in convert
    return t.to(
torch.cuda.OutOfMemoryError: Allocation on device 

2025-03-16T16:27:20.811057 - Got an OOM, unloading all loaded models.
2025-03-16T16:27:20.967271 - Prompt executed in 0.57 seconds
2025-03-16T16:27:59.782680 - got prompt
2025-03-16T16:28:00.766073 - <ComfyUI-WanVideoWrapper-main.wanvideo.modules.clip.CLIPModel object at 0x00000238E5E42920>2025-03-16T16:28:00.766073 - 
2025-03-16T16:28:00.860753 - !!! Exception during processing !!! Allocation on device 
2025-03-16T16:28:00.861750 - Traceback (most recent call last):
  File "D:\ComfyUI\execution.py", line 327, 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 "D:\ComfyUI\execution.py", line 202, 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 "D:\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper-main\nodes.py", line 972, in process
    clip_vision.model.to(device)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1173, in to
    return self._apply(convert)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  [Previous line repeated 2 more times]
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 804, in _apply
    param_applied = fn(param)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1159, in convert
    return t.to(
torch.cuda.OutOfMemoryError: Allocation on device 

2025-03-16T16:28:00.861750 - Got an OOM, unloading all loaded models.
2025-03-16T16:28:00.862748 - Prompt executed in 1.06 seconds
2025-03-16T16:28:18.266533 - got prompt
2025-03-16T16:28:19.223298 - <ComfyUI-WanVideoWrapper-main.wanvideo.modules.clip.CLIPModel object at 0x00000238E5E42920>2025-03-16T16:28:19.223298 - 
2025-03-16T16:28:19.227287 - !!! Exception during processing !!! Allocation on device 
2025-03-16T16:28:19.227287 - Traceback (most recent call last):
  File "D:\ComfyUI\execution.py", line 327, 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 "D:\ComfyUI\execution.py", line 202, 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 "D:\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper-main\nodes.py", line 972, in process
    clip_vision.model.to(device)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1173, in to
    return self._apply(convert)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  [Previous line repeated 2 more times]
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 804, in _apply
    param_applied = fn(param)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1159, in convert
    return t.to(
torch.cuda.OutOfMemoryError: Allocation on device 

2025-03-16T16:28:19.228285 - Got an OOM, unloading all loaded models.
2025-03-16T16:28:19.229282 - Prompt executed in 0.94 seconds
2025-03-16T16:28:39.900157 - got prompt
2025-03-16T16:28:39.927825 - <ComfyUI-WanVideoWrapper-main.wanvideo.modules.clip.CLIPModel object at 0x00000238E5E42920>2025-03-16T16:28:39.927825 - 
2025-03-16T16:28:39.931843 - !!! Exception during processing !!! Allocation on device 
2025-03-16T16:28:39.932813 - Traceback (most recent call last):
  File "D:\ComfyUI\execution.py", line 327, 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 "D:\ComfyUI\execution.py", line 202, 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 "D:\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper-main\nodes.py", line 972, in process
    clip_vision.model.to(device)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1173, in to
    return self._apply(convert)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  [Previous line repeated 2 more times]
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 804, in _apply
    param_applied = fn(param)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1159, in convert
    return t.to(
torch.cuda.OutOfMemoryError: Allocation on device 

2025-03-16T16:28:39.932813 - Got an OOM, unloading all loaded models.
2025-03-16T16:28:39.933812 - Prompt executed in 0.02 seconds
2025-03-16T16:29:14.034462 - got prompt
2025-03-16T16:29:14.051447 - <ComfyUI-WanVideoWrapper-main.wanvideo.modules.clip.CLIPModel object at 0x00000238E5E42920>2025-03-16T16:29:14.052443 - 
2025-03-16T16:29:14.055434 - !!! Exception during processing !!! Allocation on device 
2025-03-16T16:29:14.056438 - Traceback (most recent call last):
  File "D:\ComfyUI\execution.py", line 327, 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 "D:\ComfyUI\execution.py", line 202, 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 "D:\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper-main\nodes.py", line 972, in process
    clip_vision.model.to(device)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1173, in to
    return self._apply(convert)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  [Previous line repeated 2 more times]
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 804, in _apply
    param_applied = fn(param)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1159, in convert
    return t.to(
torch.cuda.OutOfMemoryError: Allocation on device 

2025-03-16T16:29:14.056438 - Got an OOM, unloading all loaded models.
2025-03-16T16:29:14.057432 - Prompt executed in 0.01 seconds
2025-03-16T16:29:20.150633 - got prompt
2025-03-16T16:29:20.191912 - <ComfyUI-WanVideoWrapper-main.wanvideo.modules.clip.CLIPModel object at 0x00000238E5E42920>2025-03-16T16:29:20.191912 - 
2025-03-16T16:29:20.195901 - !!! Exception during processing !!! Allocation on device 
2025-03-16T16:29:20.195901 - Traceback (most recent call last):
  File "D:\ComfyUI\execution.py", line 327, 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 "D:\ComfyUI\execution.py", line 202, 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 "D:\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper-main\nodes.py", line 972, in process
    clip_vision.model.to(device)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1173, in to
    return self._apply(convert)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  [Previous line repeated 2 more times]
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 804, in _apply
    param_applied = fn(param)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1159, in convert
    return t.to(
torch.cuda.OutOfMemoryError: Allocation on device 

2025-03-16T16:29:20.196899 - Got an OOM, unloading all loaded models.
2025-03-16T16:29:20.197927 - Prompt executed in 0.03 seconds
2025-03-16T16:34:08.689905 - got prompt
2025-03-16T16:34:08.706859 - <ComfyUI-WanVideoWrapper-main.wanvideo.modules.clip.CLIPModel object at 0x00000238E5E42920>2025-03-16T16:34:08.706859 - 
2025-03-16T16:34:08.710879 - !!! Exception during processing !!! Allocation on device 
2025-03-16T16:34:08.710879 - Traceback (most recent call last):
  File "D:\ComfyUI\execution.py", line 327, 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 "D:\ComfyUI\execution.py", line 202, 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 "D:\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper-main\nodes.py", line 972, in process
    clip_vision.model.to(device)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1173, in to
    return self._apply(convert)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 779, in _apply
    module._apply(fn)
  [Previous line repeated 2 more times]
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 804, in _apply
    param_applied = fn(param)
  File "D:\ComfyUI\python\lib\site-packages\torch\nn\modules\module.py", line 1159, in convert
    return t.to(
torch.cuda.OutOfMemoryError: Allocation on device 

2025-03-16T16:34:08.710879 - Got an OOM, unloading all loaded models.
2025-03-16T16:34:08.711845 - Prompt executed in 0.01 seconds

Attached Workflow

Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

{"last_node_id":57,"last_link_id":76,"nodes":[{"id":17,"type":"WanVideoImageClipEncode","pos":[875.01025390625,278.4588623046875],"size":[315,266],"flags":{},"order":13,"mode":0,"inputs":[{"name":"clip_vision","localized_name":"clip_vision","label":"clip_vision","type":"CLIP_VISION","link":17},{"name":"image","localized_name":"image","label":"image","type":"IMAGE","link":71},{"name":"vae","localized_name":"vae","label":"vae","type":"WANVAE","link":21}],"outputs":[{"name":"image_embeds","localized_name":"image_embeds","label":"image_embeds","type":"WANVIDIMAGE_EMBEDS","links":[32],"slot_index":0}],"properties":{"Node name for S&R":"WanVideoImageClipEncode"},"widgets_values":[480,872,81,true,0,1,1,true]},{"id":27,"type":"WanVideoSampler","pos":[1271.9066162109375,-365.5596008300781],"size":[315,458],"flags":{},"order":14,"mode":0,"inputs":[{"name":"model","localized_name":"model","label":"model","type":"WANVIDEOMODEL","link":29},{"name":"text_embeds","localized_name":"text_embeds","label":"text_embeds","type":"WANVIDEOTEXTEMBEDS","link":30},{"name":"image_embeds","localized_name":"image_embeds","label":"image_embeds","type":"WANVIDIMAGE_EMBEDS","link":32},{"name":"samples","localized_name":"samples","label":"samples","type":"LATENT","shape":7},{"name":"feta_args","localized_name":"feta_args","label":"feta_args","type":"FETAARGS","shape":7,"link":76},{"name":"context_options","localized_name":"context_options","label":"context_options","type":"WANVIDCONTEXT","shape":7},{"name":"teacache_args","localized_name":"teacache_args","label":"teacache_args","type":"TEACACHEARGS","shape":7},{"name":"flowedit_args","localized_name":"flowedit_args","label":"flowedit_args","type":"FLOWEDITARGS","shape":7,"link":null},{"name":"slg_args","localized_name":"slg_args","label":"slg_args","type":"SLGARGS","shape":7,"link":null}],"outputs":[{"name":"samples","localized_name":"samples","label":"samples","type":"LATENT","links":[33],"slot_index":0}],"properties":{"Node name for S&R":"WanVideoSampler"},"widgets_values":[10,6,5,1087608934701559,"randomize",true,"dpm++",0,1,false,"default"]},{"id":32,"type":"WanVideoBlockSwap","pos":[232.6178741455078,-338.61407470703125],"size":[315,130],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"block_swap_args","localized_name":"block_swap_args","label":"block_swap_args","type":"BLOCKSWAPARGS","links":[39],"slot_index":0}],"properties":{"Node name for S&R":"WanVideoBlockSwap"},"widgets_values":[10,false,false,true]},{"id":35,"type":"WanVideoTorchCompileSettings","pos":[124.67726135253906,-627.7935180664062],"size":[390.5999755859375,178],"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"torch_compile_args","localized_name":"torch_compile_args","label":"torch_compile_args","type":"WANCOMPILEARGS","links":[],"slot_index":0}],"properties":{"Node name for S&R":"WanVideoTorchCompileSettings"},"widgets_values":["inductor",false,"default",false,64,true]},{"id":37,"type":"VHS_LoadVideo","pos":[3479.03955078125,-84.91875457763672],"size":[247.455078125,262],"flags":{},"order":2,"mode":4,"inputs":[{"name":"meta_batch","localized_name":"meta_batch","label":"批次管理","type":"VHS_BatchManager","shape":7},{"name":"vae","label":"vae","type":"VAE","shape":7}],"outputs":[{"name":"IMAGE","localized_name":"图像","label":"图像","type":"IMAGE","links":[41],"slot_index":0},{"name":"frame_count","localized_name":"frame_count","label":"帧计数","type":"INT"},{"name":"audio","localized_name":"audio","label":"音频","type":"VHS_AUDIO"},{"name":"video_info","localized_name":"video_info","label":"视频信息","type":"VHS_VIDEOINFO"}],"properties":{"Node name for S&R":"VHS_LoadVideo"},"widgets_values":{"video":"WanVideo2_1_00026.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":{"paused":false,"hidden":false,"params":{"force_rate":0,"filename":"WanVideo2_1_00026.mp4","select_every_nth":1,"frame_load_cap":0,"format":"video/mp4","skip_first_frames":0,"type":"input"},"muted":false}}},{"id":38,"type":"VHS_VideoCombine","pos":[3952.923583984375,-139.33578491210938],"size":[414.69610595703125,238],"flags":{},"order":10,"mode":4,"inputs":[{"name":"images","localized_name":"images","label":"图像","type":"IMAGE","link":41},{"name":"audio","localized_name":"audio","label":"音频","type":"VHS_AUDIO","shape":7},{"name":"meta_batch","localized_name":"meta_batch","label":"批次管理","type":"VHS_BatchManager","shape":7},{"name":"vae","label":"vae","type":"VAE","shape":7}],"outputs":[{"name":"Filenames","localized_name":"Filenames","label":"文件名","type":"VHS_FILENAMES"}],"properties":{"Node name for S&R":"VHS_VideoCombine"},"widgets_values":{"frame_rate":16,"loop_count":0,"filename_prefix":"wan/WanVideo2_1","format":"image/gif","pingpong":false,"save_output":true,"videopreview":{"paused":false,"hidden":false,"params":{"filename":"WanVideo2_1_00028.gif","workflow":"WanVideo2_1_00011.png","fullpath":"N:\\AI\\ComfyUI\\output\\WanVideo2_1_00011.mp4","format":"image/gif","subfolder":"wan","type":"output","frame_rate":16}}}},{"id":42,"type":"LayerUtility: ImageScaleByAspectRatio V2","pos":[-432,207],"size":[504,330],"flags":{},"order":11,"mode":0,"inputs":[{"name":"image","localized_name":"image","label":"图像","type":"IMAGE","shape":7,"link":42},{"name":"mask","localized_name":"mask","label":"遮罩","type":"MASK","shape":7}],"outputs":[{"name":"image","localized_name":"image","label":"图像","type":"IMAGE","links":[71],"slot_index":0},{"name":"mask","localized_name":"mask","label":"遮罩","type":"MASK"},{"name":"original_size","localized_name":"original_size","label":"原始大小","type":"BOX"},{"name":"width","localized_name":"width","label":"width","type":"INT"},{"name":"height","localized_name":"height","label":"height","type":"INT"}],"properties":{"Node name for S&R":"LayerUtility: ImageScaleByAspectRatio V2"},"widgets_values":["original",1,1,"letterbox","lanczos","8","longest",1024,"#000000"],"color":"rgba(38, 73, 116, 0.7)"},{"id":30,"type":"VHS_VideoCombine","pos":[1700,-240],"size":[903.1542358398438,310],"flags":{},"order":16,"mode":0,"inputs":[{"name":"images","localized_name":"images","label":"图像","type":"IMAGE","link":36},{"name":"audio","localized_name":"audio","label":"音频","type":"VHS_AUDIO","shape":7},{"name":"meta_batch","localized_name":"meta_batch","label":"批次管理","type":"VHS_BatchManager","shape":7},{"name":"vae","label":"vae","type":"VAE","shape":7}],"outputs":[{"name":"Filenames","localized_name":"Filenames","label":"文件名","type":"VHS_FILENAMES"}],"properties":{"Node name for S&R":"VHS_VideoCombine"},"widgets_values":{"frame_rate":16,"loop_count":0,"filename_prefix":"wan/WanVideo2_1","format":"video/h264-mp4","pix_fmt":"yuv420p","crf":19,"save_metadata":true,"pingpong":false,"save_output":true,"videopreview":{"paused":false,"hidden":false,"params":{"filename":"WanVideo2_1_00002_tlppy_1740733355_pcdrg_1740733358.mp4","workflow":"WanVideo2_1_00011.png","fullpath":"N:\\AI\\ComfyUI\\output\\WanVideo2_1_00011.mp4","format":"video/h264-mp4","subfolder":"wan","type":"output","frame_rate":16}}}},{"id":16,"type":"WanVideoTextEncode","pos":[675.8850708007812,-36.032100677490234],"size":[400,200],"flags":{},"order":12,"mode":0,"inputs":[{"name":"t5","localized_name":"t5","label":"t5","type":"WANTEXTENCODER","link":15},{"name":"positive_prompt","label":"positive_prompt","type":"STRING","widget":{"name":"positive_prompt"},"link":75,"slot_index":1},{"name":"model_to_offload","localized_name":"model_to_offload","label":"model_to_offload","type":"WANVIDEOMODEL","shape":7,"link":null}],"outputs":[{"name":"text_embeds","localized_name":"text_embeds","label":"text_embeds","type":"WANVIDEOTEXTEMBEDS","links":[30],"slot_index":0}],"properties":{"Node name for S&R":"WanVideoTextEncode"},"widgets_values":["一个男人突然出现强吻女人,女人惊慌失措","",true,true,true]},{"id":56,"type":"TextInput_","pos":[-306,-165],"size":[400,200],"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"STRING","localized_name":"字符串","label":"字符串","type":"STRING","shape":3,"links":[75]}],"properties":{"Node name for S&R":"TextInput_"},"widgets_values":["一个男人突然出现强吻女人,女人惊慌失措",true]},{"id":57,"type":"WanVideoEnhanceAVideo","pos":[769,-671],"size":[315,106],"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"feta_args","localized_name":"feta_args","label":"feta_args","type":"FETAARGS","shape":3,"links":[76],"slot_index":0}],"properties":{"Node name for S&R":"WanVideoEnhanceAVideo"},"widgets_values":[2,0,1]},{"id":18,"type":"LoadImage","pos":[-900,205],"size":[315,314],"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","localized_name":"图像","label":"图像","type":"IMAGE","links":[42],"slot_index":0},{"name":"MASK","localized_name":"遮罩","label":"遮罩","type":"MASK"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["56243ae26b44e33635cf318f81a8a01c6108f76288ee3897ef3b95e27d4ad605.webp.jpg","image"]},{"id":13,"type":"LoadWanVideoClipTextEncoder","pos":[153.7196502685547,226.0297088623047],"size":[510.6601257324219,106],"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"wan_clip_vision","localized_name":"wan_clip_vision","label":"wan_clip_vision","type":"CLIP_VISION","links":[17],"slot_index":0}],"properties":{"Node name for S&R":"LoadWanVideoClipTextEncoder"},"widgets_values":["open-clip-xlm-roberta-large-vit-huge-14_visual_fp32.safetensors","fp16","offload_device"]},{"id":11,"type":"LoadWanVideoT5TextEncoder","pos":[224.15325927734375,-34.481563568115234],"size":[377.1661376953125,130],"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[{"name":"wan_t5_model","localized_name":"wan_t5_model","label":"wan_t5_model","type":"WANTEXTENCODER","links":[15],"slot_index":0}],"properties":{"Node name for S&R":"LoadWanVideoT5TextEncoder"},"widgets_values":["umt5-xxl-enc-bf16.safetensors","bf16","offload_device","disabled"]},{"id":21,"type":"WanVideoVAELoader","pos":[401.8250427246094,393.2132873535156],"size":[315,82],"flags":{},"order":8,"mode":0,"inputs":[],"outputs":[{"name":"vae","localized_name":"vae","label":"vae","type":"WANVAE","links":[21,34],"slot_index":0}],"properties":{"Node name for S&R":"WanVideoVAELoader"},"widgets_values":["Wan2_1_VAE_fp32.safetensors","bf16"]},{"id":28,"type":"WanVideoDecode","pos":[1294.1009521484375,208.92510986328125],"size":[315,174],"flags":{},"order":15,"mode":0,"inputs":[{"name":"vae","localized_name":"vae","label":"vae","type":"WANVAE","link":34},{"name":"samples","localized_name":"samples","label":"samples","type":"LATENT","link":33}],"outputs":[{"name":"images","localized_name":"images","label":"images","type":"IMAGE","links":[36],"slot_index":0}],"properties":{"Node name for S&R":"WanVideoDecode"},"widgets_values":[true,272,272,144,128]},{"id":22,"type":"WanVideoModelLoader","pos":[620.3950805664062,-357.8426818847656],"size":[477.4410095214844,226.43276977539062],"flags":{},"order":9,"mode":0,"inputs":[{"name":"compile_args","localized_name":"compile_args","label":"compile_args","type":"WANCOMPILEARGS","shape":7},{"name":"block_swap_args","localized_name":"block_swap_args","label":"block_swap_args","type":"BLOCKSWAPARGS","shape":7,"link":39},{"name":"lora","localized_name":"lora","label":"lora","type":"WANVIDLORA","shape":7},{"name":"vram_management_args","localized_name":"vram_management_args","label":"vram_management_args","type":"VRAM_MANAGEMENTARGS","shape":7}],"outputs":[{"name":"model","localized_name":"model","label":"model","type":"WANVIDEOMODEL","links":[29],"slot_index":0}],"properties":{"Node name for S&R":"WanVideoModelLoader"},"widgets_values":["Wan2_1-I2V-14B-480P_fp8_e4m3fn.safetensors","bf16","fp8_e4m3fn","offload_device","sdpa"]}],"links":[[15,11,0,16,0,"WANTEXTENCODER"],[17,13,0,17,0,"WANCLIP"],[21,21,0,17,2,"VAE"],[29,22,0,27,0,"WANVIDEOMODEL"],[30,16,0,27,1,"WANVIDEOTEXTEMBEDS"],[32,17,0,27,2,"WANVIDIMAGE_EMBEDS"],[33,27,0,28,1,"LATENT"],[34,21,0,28,0,"VAE"],[36,28,0,30,0,"IMAGE"],[39,32,0,22,1,"BLOCKSWAPARGS"],[41,37,0,38,0,"IMAGE"],[42,18,0,42,0,"IMAGE"],[71,42,0,17,1,"IMAGE"],[75,56,0,16,1,"STRING"],[76,57,0,27,4,"FETAARGS"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.7972024500000021,"offset":[662.8885121606961,772.1018519744364]},"VHS_KeepIntermediate":true,"VHS_MetadataImage":true,"0246.VERSION":[0,0,4],"VHS_latentpreviewrate":0,"VHS_latentpreview":true,"groupNodes":{},"node_versions":{"ComfyUI-WanVideoWrapper":"c83f47e4d97b5891058555df16db5e33d16afab1","ComfyUI-VideoHelperSuite":"2c25b8b53835aaeb63f831b3137c705cf9f85dce","comfy-core":"0.3.14"}},"version":0.4}

Additional Context

(Please add any additional context or steps to reproduce the error here)

Logs


Other

No response

xuanyoyo avatar Mar 16 '25 08:03 xuanyoyo