CivArchive
    Minimax SEED HUNTER Workflow - Latent Upscaler + Seamless Video Continuation + Speedups - v1.2.1
    NSFW
    Preview 141129651

    This advanced filmmaker's workflow cleanly and quickly generates 3 low resolution sample preview gens, allowing you to select your favorite to then take to upscale finalization. The workflow has every feature an AI filmmaker could need, and easily produce the highest quality and resolution Minimax is capable of. It comes equipped with all quality of life features, the top known speed ups, and many options, from seamless video continuation to custom audio, to frame interpolation to go from 24 FPS to 48-60. Everything is here!

    Quick reminder: 0.5 MP -> 2x upscale = 2.0 MP output. That's 4x the pixels. Most 24 GB or under cards will OOM if you try to gen 12-15 seconds at that resolution! This memory-hog of a model was built around 1.0 MP outputs (768p), after all.

    I made this entire short film using this workflow alone!

    Watch my tutorial video on how to use the workflow + a bunch of tips and tricks!

    .: Load Image Node

    https://github.com/obvpm/comfyui-obvpm (must be manually installed, unzipped folder into /custom_nodes/)

    .: Latent Upscaler

    - Node: https://github.com/LBH-123-AI/Comfyui_Minimax_h3_latent_Upscaler

    - Latent Upscale Model: https://huggingface.co/LBH-123-AI/Minimax_h3_latent_Upscaler/blob/main/minimax_h3_latent_upscaler_3d_bf16.safetensors

    (put into /latent_upscale_models/ folder)

    .: Sol-Attention (Speedup, works best at higher step counts 12+)

    https://github.com/kijai/ComfyUI-SolAttn_triton

    .: Turbo LoRA

    https://huggingface.co/lightx2v/Minimax-h3-Turbo/blob/main/minimax_h3_fl2v_turbo_8step_v1.0_768p_comfyui_bf16.safetensors

    Lightx2v's recommendation is to use euler/beta, with shift value option turned on at 6.0/3.0.

    .: Audio/Video Loader node

    https://github.com/WhatDreamsCost/WhatDreamsCost-ComfyUI

    .: TaeH3 (for Kijai's Model Preview Override):

    https://huggingface.co/Kijai/MiniMax-H3-TAE/blob/main/vae_approx/taeh3.safetensors

    .: Kijai's int8 Video VAE (much faster than default!)

    https://huggingface.co/Kijai/MiniMax-H3-experimental/blob/main/minimax_h3_video_vae_int8_convrot.safetensors

    Everything else should be easily available from the ComfyUI-manager Install Missing Nodes screen!

    Description

    • Fixed RIFE bug. Redownload if you have v1.2.0

    • Adds SEAMLESS VIDEO CONTINUATION, a very flexible tool for extending pre-existing videos. No new custom nodes.

    • Returns to Kijai's trusted Sol Attention (since SLA is basically the same thing now) -- so, one less custom node to download yay!

    FAQ

    Comments (35)

    datlurkaaAug 28, 2026
    CivitAI

    Does this one work without the whole oversharpening thing that other workflows suffer from w/ continuous generation? I've yet to find one that solves it - something I noticed with others like context loop and multishot is that for every shot the colors get more saturated and image gets sharper and sharper

    If this one doesn't do it i'll be jumping for joy

    foxydits
    Author
    Aug 28, 2026· 1 reaction

    Well, considering this one doesn't use any previously established methods, you'll have to just give it a shot and see for yourself. For 90% of outputs I can't see any difference between the original video and the new gen. I don't get any oversharpening issues -- especially if not using a turbo LoRA (which you really shouldn't for this kind of thing). 12 steps 1st pass, 4 steps final upscale. High quality input video + high quality output video yields really nice results in my testing.

    datlurkaaAug 28, 2026

    @foxydits Thanks for responding so quick, I'm gonna give it a go right now - I've been fighting for days to get a seamless video and have tried 4-5 diff flows and tried vibe coding one out but I'm also quite dumb so hopefully this does it, I'll report back

    foxydits
    Author
    Aug 28, 2026

    @datlurkaa Keep in mind, a truly seamless video requires video editing on top to make sure lighting and framing remain constant. There is no 100% perfect solution in comfyUI alone. The hardest ones will always be still shots where it's very easy to tell that there's a subtle shift in the tone/lighting/quality.

    datlurkaaAug 28, 2026· 1 reaction

    @foxydits ah yea that's my issue - I dont mind editing, I've just found others have sharpening essentially destroy the image, movements in hue/saturation etc are simple enough to fix in davinci, its more or less just making sure it gets through the whole video without going wild on sharpening, generating now!

    datlurkaaAug 28, 2026

    Hey - Something odd, I tried your wf before the continuation update, gave me that fake Rife error and proceeded to work perfectly, however with this new update the rife error is actually aborting the process, even when using the vanilla workflow here with zero changes not sure if this is due to a comfyui update or something but it refuses to generate for me. I loaded up your previous WF and its working great, very strange

    foxydits
    Author
    Aug 28, 2026

    @datlurkaa are you doing vid continuation or normal genning? i will need to look into it but need details for what you were attempting first.

    datlurkaaAug 29, 2026

    @foxydits Just normal genning - Going to try on a fresh portable install and report back - it happened after updating some custom nodes so I'm wondering if one of them broke it

    datlurkaaAug 29, 2026

    @foxydits okay on a brand new portable install w/ all required nodes it's stopping it in its tracks, not continuing its generation:

    # ComfyUI Error Report ## Error Details - Node ID: 165 - Node Type: RIFEInterpolation - Exception Type: ValueError - Exception Message: ValueError: No images provided

    datlurkaaAug 29, 2026

    Update - V10 Workflow works - V12 Stops, gonna keep playing with it but something changed that it apparently hates

    foxydits
    Author
    Aug 29, 2026

    @datlurkaa yeah, i'm seeing now the RIFE node no longer allows the bypass if images aren't supplied. i guess for now just disable RIFE in options, it's completely optional after all.

    datlurkaaAug 29, 2026

    @foxydits Think I found the v12 RIFE issue. In v10 the switch feeding RIFE is bypassed during the initial run, so the “error” stays harmless. In v12 the Final Video Selection switch is active, so RIFE actually gets called with no images and hard-stops on No images provided.

    I changed that switch from mode 0 to mode 4 to match v10 and its triggering

    foxydits
    Author
    Aug 29, 2026

    @datlurkaa No worries, I fixed it am about to upload the new version. It needed a failsafe, something that sends it an image if all the other outputs to it are turned off. So I send it a single black image that doesn't save if everything else isn't on.

    datlurkaaAug 29, 2026

    @foxydits Awesome :) I'll update mine once you push it through, starting my long-form to see if it holds, I absolutely love this setup so I'm hoping it sticks, multiple low passes to choose from is brilliant

    foxydits
    Author
    Aug 29, 2026

    @datlurkaa thanks, and yeah, it's updated now.

    teiji25762Aug 28, 2026
    CivitAI

    How do you prompt for the continuation video feature? Can you give an example?

    foxydits
    Author
    Aug 28, 2026

    You can use natural language or throw in bits and pieces of reference syntax.
    Here's the prompt for the baseball sample:
    the cute asian woman throws a baseball, and when the baseball hits the blocks in the distance, the entire side of the building explodes and begins to collapse, smoke and dust pluming out towards the girl in the foreground as she turns around and says: <d>[Japanese] Yatta, ne?!</d>. Use <Picture 1> fully_preserved as a reference for her face and outfit. she is not carrying a baseball in her hand at the end of the video.

    teiji25762Aug 28, 2026

    @foxydits I'm still so confused on how to use this feature. I had a 10s video I generated from the previous v10 workflow. I want to do another 10s that continue from this video. I loaded it in the "Seamless Video Continuation". Do I also load the ref pics from the previous finished video? And do I reference the previous video as <Video 1> or don't reference it at all in the prompt? I want to do a 10s continuation with various actions and sound effects. And I'm not sure how natural language without a ref2va format would work...

    It'd be great if you can make a tutorial for this feature or explain it in more details on how to set up the ref and prompts.

    foxydits
    Author
    Aug 28, 2026

    @teiji25762 the tutorial video was supposed to come out with this workflow but i ran out of time. i put a brief explanation in the description here on this civit page. you don't need to reference any videos in the prompt. this is completely automatic in that way, just prompt what you want to happen.

    simonishereAug 28, 2026· 1 reaction
    CivitAI

    God bless you

    skyrimer3dAug 28, 2026
    CivitAI

    can you make a video about the video continuation? it's a bit confusing how to use it.

    foxydits
    Author
    Aug 28, 2026

    yes, that was planned for today but time has run away from me. it will come out soon. for now i have an explanation in the civit page description.

    freewellgearAug 28, 2026
    CivitAI

    Having issues with the latest version. Saying I'm missing the SolAttnPatch. Any help. Thx

    foxydits
    Author
    Aug 28, 2026

    Install Sol Attention node. The link is in the bright red note that says "CUSTOM NODE LINKS", it's also in the civit page description.

    freewellgearAug 28, 2026

    @foxydits  I from the link in the red comments https://github.com/kijai/ComfyUI-SolAttn_triton and installed in the custom nodes folder. Still throws the same error.

    foxydits
    Author
    Aug 28, 2026

    @freewellgear if you don't have triton installed, you can't use it. just disable it in the options, it's not required for the workflow to run, it's just a speedup optimization. then you can focus on getting triton installed on your own later.

    lukaskolembus245Aug 28, 2026
    CivitAI

    Is there any optimizations for upscaler? rtx 5080 and upscaling proces take too long even with scale 1.25 from 0.4 MP.

    foxydits
    Author
    Aug 29, 2026

    Should definitely not take long if you're 0.4 MP -> 1.25x upscale. That's not really much of an upscale at all. Do you have enough system RAM?

    ge0078Aug 29, 2026
    CivitAI

    Hi, I’m getting an error when running this workflow.

    The workflow stops at the RIFEInterpolation node (Node 165) with the following error:

    ValueError: No images provided

    The log also shows several upstream nodes with missing required inputs, including model, conditioning, vae, sampler, and sigmas.

    I’ve pasted the full error log below. Could you please let me know what is causing this and how I can fix it?

    Thank you.

    ノードの実行中にエラーが発生しました。

    # ComfyUI Error Report

    ## Error Details

    - Node ID: 165

    - Node Type: RIFEInterpolation

    - Exception Type: ValueError

    - Exception Message: ValueError: No images provided

    ## Stack Trace

    ```

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 545, in execute

    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 344, in get_output_data

    return_values = await asyncmap_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 318, in asyncmap_node_over_list

    await process_inputs(input_dict, i)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 306, in process_inputs

    result = f(**inputs)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VFI\nodes.py", line 105, in interpolate

    raise ValueError("No images provided")

    ```

    ## System Information

    - ComfyUI Version: 0.34.0

    - Arguments: ComfyUI\main.py --windows-standalone-build --enable-manager

    - OS: win32

    - Python Version: 3.13.14 (tags/v3.13.14:fd17997, Jun 10 2026, 13:03:48) [MSC v.1944 64 bit (AMD64)]

    - Embedded Python: true

    - PyTorch Version: 2.13.0+cu130

    ## Devices

    - Name: cuda:0 NVIDIA GeForce RTX 4070 : cudaMallocAsync

    - Type: cuda

    - VRAM Total: 12878086144

    - VRAM Free: 11647582208

    - Torch VRAM Total: 0

    - Torch VRAM Free: 0

    ## Logs

    ```

    2026-08-29T10:51:35.817223 - [save_image_extended] version: 2.642026-08-29T10:51:35.817326 -

    2026-08-29T10:51:35.819811 -

    ======================================================================2026-08-29T10:51:35.819924 -

    2026-08-29T10:51:35.820009 - [SAM3] ComfyUI SAM3 Node - Loading (TBG)2026-08-29T10:51:35.820088 -

    2026-08-29T10:51:35.820157 - ======================================================================2026-08-29T10:51:35.820220 -

    2026-08-29T10:51:35.820934 - [SAM3] SAM3 Python package detected.2026-08-29T10:51:35.821023 -

    2026-08-29T10:51:35.862679 - [SAM3] Registered 6 nodes:2026-08-29T10:51:35.862786 -

    2026-08-29T10:51:35.862862 - [SAM3] - TBG SAM3 Model Loader (TBGLoadSAM3Model)2026-08-29T10:51:35.862942 -

    2026-08-29T10:51:35.863027 - [SAM3] - TBG SAM3 Model Loader and Downloader (TBGSAM3ModelLoaderAdvanced)2026-08-29T10:51:35.863094 -

    2026-08-29T10:51:35.863160 - [SAM3] - TBG SAM3 Segmentation (TBGSam3Segmentation)2026-08-29T10:51:35.863217 -

    2026-08-29T10:51:35.863273 - [SAM3] - TBG SAM3 Batch Selector (TBGSam3SegmentationBatch)2026-08-29T10:51:35.863326 -

    2026-08-29T10:51:35.863382 - [SAM3] - TBG SAM3 Selector (TBGSAM3PromptCollector)2026-08-29T10:51:35.863433 -

    2026-08-29T10:51:35.863487 - [SAM3] - TBG SAM3 Depth Map (TBGSAM3DepthMap)2026-08-29T10:51:35.863537 -

    2026-08-29T10:51:35.863589 - ======================================================================2026-08-29T10:51:35.863642 -

    2026-08-29T10:51:35.892298 - [INFO]

    Import times for custom nodes:

    2026-08-29T10:51:35.892482 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py

    2026-08-29T10:51:35.892601 - [INFO] 0.0 seconds: E:\Ai\modeldata\custom_nodes\WildcardSizeProcessor_ChatGPT

    2026-08-29T10:51:35.892703 - [INFO] 0.0 seconds: E:\Ai\modeldata\custom_nodes\Prompt_join_ChatGPT

    2026-08-29T10:51:35.892801 - [INFO] 0.0 seconds: E:\Ai\modeldata\custom_nodes\tag_filter_node_ChatGPT

    2026-08-29T10:51:35.892933 - [INFO] 0.0 seconds: E:\Ai\modeldata\custom_nodes\undo_text_multiline_ChatGPT

    2026-08-29T10:51:35.893051 - [INFO] 0.0 seconds: E:\Ai\modeldata\custom_nodes\Resolution_Preset_Switch_ChatGPT

    2026-08-29T10:51:35.893169 - [INFO] 0.0 seconds: E:\Ai\modeldata\custom_nodes\dynamic_text_multiline_ChatGPT

    2026-08-29T10:51:35.893281 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-obvpm

    2026-08-29T10:51:35.893384 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_MinimaxH3HybridLoader

    2026-08-29T10:51:35.893501 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-minimax-h3-turbo

    2026-08-29T10:51:35.893612 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Spectrum-sdxl

    2026-08-29T10:51:35.893724 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MiniMaxH3Mod

    2026-08-29T10:51:35.893830 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Anima-LLLite

    2026-08-29T10:51:35.893938 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_Minimax_h3_latent_Upscaler

    2026-08-29T10:51:35.894044 - [INFO] 0.0 seconds: E:\Ai\modeldata\custom_nodes\comfyui-dynamicprompts

    2026-08-29T10:51:35.894155 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\wavespeed

    2026-08-29T10:51:35.894263 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VFI

    2026-08-29T10:51:35.894369 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-ex-tagcomplete

    2026-08-29T10:51:35.894475 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\WhatDreamsCost-ComfyUI

    2026-08-29T10:51:35.894581 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\save-image-extended-comfyui

    2026-08-29T10:51:35.894686 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_essentials

    2026-08-29T10:51:35.894791 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-spectrum-sdxl-proper

    2026-08-29T10:51:35.894896 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-custom-scripts

    2026-08-29T10:51:35.894998 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-extended

    2026-08-29T10:51:35.895104 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-frame-interpolation

    2026-08-29T10:51:35.895207 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SolAttn_triton

    2026-08-29T10:51:35.895322 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy

    2026-08-29T10:51:35.895426 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere

    2026-08-29T10:51:35.895556 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MiniMaxH3

    2026-08-29T10:51:35.895699 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-spectrum-minimax-h3

    2026-08-29T10:51:35.895836 - [INFO] 0.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\tbg-sam3

    2026-08-29T10:51:35.895965 - [INFO] 0.1 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-kjnodes

    2026-08-29T10:51:35.896078 - [INFO] 0.1 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_nvidia_rtx_nodes

    2026-08-29T10:51:35.896186 - [INFO] 0.1 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videohelpersuite

    2026-08-29T10:51:35.896292 - [INFO] 0.1 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use

    2026-08-29T10:51:35.896397 - [INFO] 0.2 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-pack

    2026-08-29T10:51:35.896506 - [INFO] 0.2 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GIMM-VFI

    2026-08-29T10:51:35.896613 - [INFO] 0.3 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_fizznodes

    2026-08-29T10:51:35.896720 - [INFO] 0.3 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DaSiWa-Nodes

    2026-08-29T10:51:35.896824 - [INFO] 0.4 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-sam3

    2026-08-29T10:51:35.896927 - [INFO] 1.0 seconds: E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts

    2026-08-29T10:51:35.897085 - [INFO]

    2026-08-29T10:51:35.901016 - [INFO] Context impl SQLiteImpl.

    2026-08-29T10:51:35.901179 - [INFO] Will assume non-transactional DDL.

    2026-08-29T10:51:36.018010 - [INFO] Using RAM pressure cache.

    2026-08-29T10:51:36.019092 - [INFO] Starting server

    2026-08-29T10:51:36.019970 - [INFO] To see the GUI go to: http://127.0.0.1:8188

    2026-08-29T10:51:40.201496 - [INFO] [ComfyUI-Manager] The ComfyRegistry cache update is still in progress, so an outdated cache is being used.

    2026-08-29T10:51:40.347586 - FETCH DATA from: E:\Ai\ComfyUI_windows_portable\python_embeded\Lib\site-packages\comfyui_manager\custom-node-list.json2026-08-29T10:51:40.347696 - 2026-08-29T10:51:40.370390 - [DONE]2026-08-29T10:51:40.370517 -

    2026-08-29T10:54:08.106055 - [INFO] FETCH ComfyRegistry Data [DONE]

    2026-08-29T10:54:08.449967 - [INFO] [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes

    2026-08-29T10:54:08.516205 - FETCH DATA from: E:\Ai\ComfyUI_windows_portable\ComfyUI\user\__manager\cache\1514988643_custom-node-list.json2026-08-29T10:54:08.516345 - 2026-08-29T10:54:08.553192 - [DONE]2026-08-29T10:54:08.553307 -

    2026-08-29T10:54:08.619853 - [INFO] [ComfyUI-Manager] All startup tasks have been completed.

    2026-08-29T11:06:56.225813 - [INFO] got prompt

    2026-08-29T11:06:56.234771 - [ERROR] Failed to validate prompt for output 144:

    2026-08-29T11:06:56.235012 - [ERROR] * BasicGuider 143:140:

    2026-08-29T11:06:56.235129 - [ERROR] - Required input is missing: model

    2026-08-29T11:06:56.235260 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:06:56.235373 - [ERROR] * MiniMaxH3ReferenceToVideo 5:

    2026-08-29T11:06:56.235472 - [ERROR] - Required input is missing: vae

    2026-08-29T11:06:56.235568 - [ERROR] * SamplerCustomAdvanced 143:139:

    2026-08-29T11:06:56.235660 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:06:56.235752 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:06:56.235846 - [ERROR] * VAEDecode 180:

    2026-08-29T11:06:56.235939 - [ERROR] - Required input is missing: vae

    2026-08-29T11:06:56.236032 - [ERROR] Output will be ignored

    2026-08-29T11:06:56.236516 - [ERROR] Failed to validate prompt for output 18:

    2026-08-29T11:06:56.236643 - [ERROR] * BasicGuider 125:14:

    2026-08-29T11:06:56.236742 - [ERROR] - Required input is missing: model

    2026-08-29T11:06:56.236836 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:06:56.236930 - [ERROR] * SamplerCustomAdvanced 125:12:

    2026-08-29T11:06:56.237022 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:06:56.237114 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:06:56.237207 - [ERROR] * VAEDecode 176:

    2026-08-29T11:06:56.237307 - [ERROR] - Required input is missing: vae

    2026-08-29T11:06:56.237409 - [ERROR] Output will be ignored

    2026-08-29T11:06:56.238035 - [ERROR] Failed to validate prompt for output 134:

    2026-08-29T11:06:56.238154 - [ERROR] * BasicGuider 133:130:

    2026-08-29T11:06:56.238252 - [ERROR] - Required input is missing: model

    2026-08-29T11:06:56.238346 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:06:56.238439 - [ERROR] * SamplerCustomAdvanced 133:129:

    2026-08-29T11:06:56.238532 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:06:56.238623 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:06:56.238713 - [ERROR] Output will be ignored

    2026-08-29T11:06:56.267624 - [ERROR] !!! Exception during processing !!! No images provided

    2026-08-29T11:06:56.299432 - [ERROR] Traceback (most recent call last):

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 545, in execute

    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 344, in get_output_data

    return_values = await asyncmap_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 318, in asyncmap_node_over_list

    await process_inputs(input_dict, i)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 306, in process_inputs

    result = f(**inputs)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VFI\nodes.py", line 105, in interpolate

    raise ValueError("No images provided")

    ValueError: No images provided

    2026-08-29T11:06:56.301530 - [INFO] Prompt executed in 0.05 seconds

    2026-08-29T11:10:29.892073 - [INFO] got prompt

    2026-08-29T11:10:29.900952 - [ERROR] Failed to validate prompt for output 144:

    2026-08-29T11:10:29.901140 - [ERROR] * BasicGuider 143:140:

    2026-08-29T11:10:29.901253 - [ERROR] - Required input is missing: model

    2026-08-29T11:10:29.901377 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:10:29.901499 - [ERROR] * MiniMaxH3ReferenceToVideo 5:

    2026-08-29T11:10:29.901606 - [ERROR] - Required input is missing: vae

    2026-08-29T11:10:29.901735 - [ERROR] * SamplerCustomAdvanced 143:139:

    2026-08-29T11:10:29.901844 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:10:29.901959 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:10:29.902071 - [ERROR] * VAEDecode 180:

    2026-08-29T11:10:29.902198 - [ERROR] - Required input is missing: vae

    2026-08-29T11:10:29.902310 - [ERROR] Output will be ignored

    2026-08-29T11:10:29.902755 - [ERROR] Failed to validate prompt for output 18:

    2026-08-29T11:10:29.902883 - [ERROR] * BasicGuider 125:14:

    2026-08-29T11:10:29.903000 - [ERROR] - Required input is missing: model

    2026-08-29T11:10:29.903104 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:10:29.903199 - [ERROR] * SamplerCustomAdvanced 125:12:

    2026-08-29T11:10:29.903311 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:10:29.903435 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:10:29.903546 - [ERROR] * VAEDecode 176:

    2026-08-29T11:10:29.903651 - [ERROR] - Required input is missing: vae

    2026-08-29T11:10:29.903765 - [ERROR] Output will be ignored

    2026-08-29T11:10:29.904419 - [ERROR] Failed to validate prompt for output 134:

    2026-08-29T11:10:29.904546 - [ERROR] * BasicGuider 133:130:

    2026-08-29T11:10:29.904654 - [ERROR] - Required input is missing: model

    2026-08-29T11:10:29.904767 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:10:29.904867 - [ERROR] * SamplerCustomAdvanced 133:129:

    2026-08-29T11:10:29.904983 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:10:29.905093 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:10:29.905959 - [ERROR] Output will be ignored

    2026-08-29T11:10:29.924103 - [ERROR] !!! Exception during processing !!! No images provided

    2026-08-29T11:10:29.925342 - [ERROR] Traceback (most recent call last):

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 545, in execute

    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 344, in get_output_data

    return_values = await asyncmap_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 318, in asyncmap_node_over_list

    await process_inputs(input_dict, i)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 306, in process_inputs

    result = f(**inputs)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VFI\nodes.py", line 105, in interpolate

    raise ValueError("No images provided")

    ValueError: No images provided

    2026-08-29T11:10:29.927004 - [INFO] Prompt executed in 0.01 seconds

    2026-08-29T11:14:22.464110 - [INFO] got prompt

    2026-08-29T11:14:22.472036 - [ERROR] Failed to validate prompt for output 144:

    2026-08-29T11:14:22.472206 - [ERROR] * BasicGuider 143:140:

    2026-08-29T11:14:22.472343 - [ERROR] - Required input is missing: model

    2026-08-29T11:14:22.472454 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:14:22.472553 - [ERROR] * MiniMaxH3ReferenceToVideo 5:

    2026-08-29T11:14:22.472678 - [ERROR] - Required input is missing: vae

    2026-08-29T11:14:22.472820 - [ERROR] * SamplerCustomAdvanced 143:139:

    2026-08-29T11:14:22.473733 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:14:22.473846 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:14:22.473976 - [ERROR] * VAEDecode 180:

    2026-08-29T11:14:22.474089 - [ERROR] - Required input is missing: vae

    2026-08-29T11:14:22.474218 - [ERROR] Output will be ignored

    2026-08-29T11:14:22.474896 - [ERROR] Failed to validate prompt for output 18:

    2026-08-29T11:14:22.475034 - [ERROR] * BasicGuider 125:14:

    2026-08-29T11:14:22.475171 - [ERROR] - Required input is missing: model

    2026-08-29T11:14:22.475302 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:14:22.475407 - [ERROR] * SamplerCustomAdvanced 125:12:

    2026-08-29T11:14:22.475508 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:14:22.475651 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:14:22.475789 - [ERROR] * VAEDecode 176:

    2026-08-29T11:14:22.475920 - [ERROR] - Required input is missing: vae

    2026-08-29T11:14:22.476029 - [ERROR] Output will be ignored

    2026-08-29T11:14:22.477476 - [ERROR] Failed to validate prompt for output 134:

    2026-08-29T11:14:22.477692 - [ERROR] * BasicGuider 133:130:

    2026-08-29T11:14:22.477810 - [ERROR] - Required input is missing: model

    2026-08-29T11:14:22.477937 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:14:22.478064 - [ERROR] * SamplerCustomAdvanced 133:129:

    2026-08-29T11:14:22.478198 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:14:22.478318 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:14:22.478420 - [ERROR] Output will be ignored

    2026-08-29T11:14:22.633710 - [INFO] VAE load device: cuda:0, offload device: cpu, dtype: torch.float32

    2026-08-29T11:14:22.923107 - [INFO] Found quantization metadata version 1

    2026-08-29T11:14:22.924266 - [INFO] Using MixedPrecisionOps for text encoder

    2026-08-29T11:14:23.623959 - [INFO] CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16

    2026-08-29T11:14:23.641568 - [ERROR] !!! Exception during processing !!! MiniMaxH3ReferenceToVideo.execute() missing 1 required positional argument: 'vae'

    2026-08-29T11:14:23.671921 - [ERROR] Traceback (most recent call last):

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 545, in execute

    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 344, in get_output_data

    return_values = await asyncmap_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 318, in asyncmap_node_over_list

    await process_inputs(input_dict, i)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 306, in process_inputs

    result = f(**inputs)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\comfy_api\internal\__init__.py", line 149, in wrapped_func

    return method(locked_class, **inputs)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\comfy_api\latest\_io.py", line 1990, in EXECUTE_NORMALIZED

    to_return = cls.execute(*args, **kwargs)

    TypeError: MiniMaxH3ReferenceToVideo.execute() missing 1 required positional argument: 'vae'

    2026-08-29T11:14:23.674046 - [INFO] Prompt executed in 1.19 seconds

    2026-08-29T11:16:23.750619 - [INFO] got prompt

    2026-08-29T11:16:23.758873 - [ERROR] Failed to validate prompt for output 144:

    2026-08-29T11:16:23.759042 - [ERROR] * BasicGuider 143:140:

    2026-08-29T11:16:23.759170 - [ERROR] - Required input is missing: model

    2026-08-29T11:16:23.759302 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:16:23.759436 - [ERROR] * MiniMaxH3ReferenceToVideo 5:

    2026-08-29T11:16:23.759544 - [ERROR] - Required input is missing: vae

    2026-08-29T11:16:23.759833 - [ERROR] * SamplerCustomAdvanced 143:139:

    2026-08-29T11:16:23.760032 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:16:23.760154 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:16:23.760261 - [ERROR] * VAEDecode 180:

    2026-08-29T11:16:23.761123 - [ERROR] - Required input is missing: vae

    2026-08-29T11:16:23.761388 - [ERROR] Output will be ignored

    2026-08-29T11:16:23.762007 - [ERROR] Failed to validate prompt for output 18:

    2026-08-29T11:16:23.762159 - [ERROR] * BasicGuider 125:14:

    2026-08-29T11:16:23.762301 - [ERROR] - Required input is missing: model

    2026-08-29T11:16:23.762430 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:16:23.762557 - [ERROR] * SamplerCustomAdvanced 125:12:

    2026-08-29T11:16:23.762676 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:16:23.762810 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:16:23.762932 - [ERROR] * VAEDecode 176:

    2026-08-29T11:16:23.763049 - [ERROR] - Required input is missing: vae

    2026-08-29T11:16:23.763151 - [ERROR] Output will be ignored

    2026-08-29T11:16:23.763872 - [ERROR] Failed to validate prompt for output 134:

    2026-08-29T11:16:23.764004 - [ERROR] * BasicGuider 133:130:

    2026-08-29T11:16:23.764119 - [ERROR] - Required input is missing: model

    2026-08-29T11:16:23.764218 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:16:23.764338 - [ERROR] * SamplerCustomAdvanced 133:129:

    2026-08-29T11:16:23.764863 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:16:23.765112 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:16:23.765269 - [ERROR] Output will be ignored

    2026-08-29T11:16:24.240819 - [INFO] SELECTED: input1

    2026-08-29T11:16:24.247260 - [ERROR] !!! Exception during processing !!! MiniMaxH3ReferenceToVideo.execute() missing 1 required positional argument: 'vae'

    2026-08-29T11:16:24.248392 - [ERROR] Traceback (most recent call last):

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 545, in execute

    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 344, in get_output_data

    return_values = await asyncmap_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 318, in asyncmap_node_over_list

    await process_inputs(input_dict, i)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 306, in process_inputs

    result = f(**inputs)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\comfy_api\internal\__init__.py", line 149, in wrapped_func

    return method(locked_class, **inputs)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\comfy_api\latest\_io.py", line 1990, in EXECUTE_NORMALIZED

    to_return = cls.execute(*args, **kwargs)

    TypeError: MiniMaxH3ReferenceToVideo.execute() missing 1 required positional argument: 'vae'

    2026-08-29T11:16:24.250124 - [INFO] Prompt executed in 0.47 seconds

    2026-08-29T11:18:49.173570 - [INFO] got prompt

    2026-08-29T11:18:49.181753 - [ERROR] Failed to validate prompt for output 144:

    2026-08-29T11:18:49.181931 - [ERROR] * BasicGuider 143:140:

    2026-08-29T11:18:49.182852 - [ERROR] - Required input is missing: model

    2026-08-29T11:18:49.183071 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:18:49.183213 - [ERROR] * SamplerCustomAdvanced 143:139:

    2026-08-29T11:18:49.183326 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:18:49.183431 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:18:49.183529 - [ERROR] * VAEDecode 180:

    2026-08-29T11:18:49.183656 - [ERROR] - Required input is missing: vae

    2026-08-29T11:18:49.183788 - [ERROR] Output will be ignored

    2026-08-29T11:18:49.184394 - [ERROR] Failed to validate prompt for output 18:

    2026-08-29T11:18:49.184541 - [ERROR] * BasicGuider 125:14:

    2026-08-29T11:18:49.184674 - [ERROR] - Required input is missing: model

    2026-08-29T11:18:49.184783 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:18:49.184905 - [ERROR] * SamplerCustomAdvanced 125:12:

    2026-08-29T11:18:49.185028 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:18:49.185125 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:18:49.185230 - [ERROR] * VAEDecode 176:

    2026-08-29T11:18:49.185665 - [ERROR] - Required input is missing: vae

    2026-08-29T11:18:49.185922 - [ERROR] Output will be ignored

    2026-08-29T11:18:49.186593 - [ERROR] Failed to validate prompt for output 134:

    2026-08-29T11:18:49.186814 - [ERROR] * BasicGuider 133:130:

    2026-08-29T11:18:49.186940 - [ERROR] - Required input is missing: model

    2026-08-29T11:18:49.187056 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:18:49.187315 - [ERROR] * SamplerCustomAdvanced 133:129:

    2026-08-29T11:18:49.187440 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:18:49.187544 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:18:49.187655 - [ERROR] Output will be ignored

    2026-08-29T11:18:49.554155 - [INFO] SELECTED: input1

    2026-08-29T11:18:49.581920 - [INFO] Found quantization metadata version 1

    2026-08-29T11:18:49.834273 - [INFO] VAE load device: cuda:0, offload device: cpu, dtype: torch.float16

    2026-08-29T11:18:49.883951 - [INFO] Requested to load MiniMaxH3VideoVAE

    2026-08-29T11:18:50.030492 - [INFO] Model MiniMaxH3VideoVAE prepared for dynamic VRAM loading. 2677MB Staged. 0 patches attached. Force pre-loaded 128 weights: 692 KB.

    2026-08-29T11:18:51.318474 - [INFO] Requested to load MiniMaxH3TEModel_

    2026-08-29T11:18:51.472509 - [INFO] Model MiniMaxH3TEModel_ prepared for dynamic VRAM loading. 25882MB Staged. 0 patches attached. Force pre-loaded 310 weights: 1272 KB.

    2026-08-29T11:19:03.787112 - [ERROR] !!! Exception during processing !!! BasicGuider.execute() missing 1 required positional argument: 'model'

    2026-08-29T11:19:03.788883 - [ERROR] Traceback (most recent call last):

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 545, in execute

    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 344, in get_output_data

    return_values = await asyncmap_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 318, in asyncmap_node_over_list

    await process_inputs(input_dict, i)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 306, in process_inputs

    result = f(**inputs)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\comfy_api\internal\__init__.py", line 149, in wrapped_func

    return method(locked_class, **inputs)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\comfy_api\latest\_io.py", line 1990, in EXECUTE_NORMALIZED

    to_return = cls.execute(*args, **kwargs)

    TypeError: BasicGuider.execute() missing 1 required positional argument: 'model'

    2026-08-29T11:19:03.790861 - [INFO] Prompt executed in 14.60 seconds

    2026-08-29T11:20:32.387632 - [INFO] got prompt

    2026-08-29T11:20:32.396335 - [ERROR] Failed to validate prompt for output 144:

    2026-08-29T11:20:32.396520 - [ERROR] * BasicGuider 143:140:

    2026-08-29T11:20:32.396670 - [ERROR] - Required input is missing: model

    2026-08-29T11:20:32.396892 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:20:32.397042 - [ERROR] * MiniMaxH3ReferenceToVideo 5:

    2026-08-29T11:20:32.397172 - [ERROR] - Required input is missing: vae

    2026-08-29T11:20:32.397308 - [ERROR] * SamplerCustomAdvanced 143:139:

    2026-08-29T11:20:32.397444 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:20:32.397582 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:20:32.397696 - [ERROR] * VAEDecode 180:

    2026-08-29T11:20:32.397803 - [ERROR] - Required input is missing: vae

    2026-08-29T11:20:32.397907 - [ERROR] Output will be ignored

    2026-08-29T11:20:32.398351 - [ERROR] Failed to validate prompt for output 18:

    2026-08-29T11:20:32.398470 - [ERROR] * BasicGuider 125:14:

    2026-08-29T11:20:32.399311 - [ERROR] - Required input is missing: model

    2026-08-29T11:20:32.399543 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:20:32.399662 - [ERROR] * SamplerCustomAdvanced 125:12:

    2026-08-29T11:20:32.399790 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:20:32.399905 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:20:32.400010 - [ERROR] * VAEDecode 176:

    2026-08-29T11:20:32.400122 - [ERROR] - Required input is missing: vae

    2026-08-29T11:20:32.400216 - [ERROR] Output will be ignored

    2026-08-29T11:20:32.401090 - [ERROR] Failed to validate prompt for output 134:

    2026-08-29T11:20:32.401223 - [ERROR] * BasicGuider 133:130:

    2026-08-29T11:20:32.401350 - [ERROR] - Required input is missing: model

    2026-08-29T11:20:32.401494 - [ERROR] - Required input is missing: conditioning

    2026-08-29T11:20:32.401644 - [ERROR] * SamplerCustomAdvanced 133:129:

    2026-08-29T11:20:32.401781 - [ERROR] - Required input is missing: sampler

    2026-08-29T11:20:32.401894 - [ERROR] - Required input is missing: sigmas

    2026-08-29T11:20:32.402012 - [ERROR] Output will be ignored

    2026-08-29T11:20:32.422823 - [ERROR] !!! Exception during processing !!! No images provided

    2026-08-29T11:20:32.424147 - [ERROR] Traceback (most recent call last):

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 545, in execute

    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 344, in get_output_data

    return_values = await asyncmap_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 318, in asyncmap_node_over_list

    await process_inputs(input_dict, i)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 306, in process_inputs

    result = f(**inputs)

    File "E:\Ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VFI\nodes.py", line 105, in interpolate

    raise ValueError("No images provided")

    ValueError: No images provided

    2026-08-29T11:20:32.425954 - [INFO] Prompt executed in 0.02 seconds

    ```

    ## Attached Workflow

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

    ```

    Workflow too large. Please manually upload the workflow from local file system.

    ```

    ## Additional Context

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

    foxydits
    Author
    Aug 29, 2026

    hi, for now just disable RIFE in the options toggles on the left side. I need to figure out why it stopped allowing image bypasses. RIFE is completely unrequired for the workflow so turning it off is completely fine. it's toggleable.

    eastsaturn745Aug 29, 2026
    CivitAI

    Thank you so much for sharing! I encountered the following error when trying to open your workflow, even though my ComfyUI is already updated to the latest version. Any idea what might be causing this? “Loading aborted due to error reloading workflow data

    TypeError: t.findInputSlot is not a function

    This may be due to the following script:

    /extensions/ComfyUI-Impact-Pack/impact-pack.js

    foxydits
    Author
    Aug 29, 2026

    That would simply be that your impact node pack isn't up to date, or is missing a python dependency preventing its functioning. Impact pack is a popular node suite that is used for some of the latent processing in the workflow.

    cmp1000426Aug 29, 2026· 1 reaction
    CivitAI

    For me your workflow has been the best in terms of technical ability and ease of use. Great work!

    mjh02111964582Aug 29, 2026
    CivitAI

    I truly don't understand why my system hates this workflow so much. And really, anything with sparse/solattention. It takes my 16 gb vram card 12 minutes just to generate a single low res 0.2 mp clip (10 seconds) with all the optimizations installed and the latent upscale part doubles that time. Seems like everyone else is seeing massive improvements with this WF and my system just chokes on it every time.

    CannBoyoAug 29, 2026

    maybe you have some launch settings or graphics card settings (like nvidia app) that prevent file swapping? or it's going into an extremely slow storage? in worst case try a fresh install of comfyui and see if it's the comfyui itself the problem or your hardware/windows setup

    Workflows
    MiniMax H3

    Details

    Downloads
    763
    Platform
    CivitAI
    Platform Status
    Available
    Created
    8/28/2026
    Updated
    8/29/2026
    Deleted
    -

    Files

    minimaxSEEDHUNTERWorkflow_v12.json

    Mirrors

    minimaxSEEDHUNTERWorkflow_v121.json

    Mirrors