CivArchive
    CogVideoX - Image to Video With Video Extension x7! (Low VRAM) - v1.0
    Preview 31061006

    **Don't forget to Like šŸ‘ the model. This inflates my ego and costs you nothing! Haha ;)

    *Known bugs from CogVideoX (At least for me...):

    • Allocation on device: If you're having this error most of the time you can solve it by using a fixed seed and just Queue-ing the workflow again without changing anything. It will continue from where it stoped and will return the result. This error usually happens in CogVideo Decode node.

    • Taking too long to run each Sampler: While running the Samplers, if it's running at a value much greater than 10.00s/it (eg: 200.00s/it), something went wrong while loading (I don't know what... Just some weird bug). Stop the process and reload your Comfy.

    This workflow allows you to create image-based videos. Besides the basics, it also lets you extend the video duration up to seven times (although, to be honest, the result isn't great most of the time). And best of all, it works with little VRAM!

    I originally created this workflow to be used with SVD models, hoping that at some point the model would evolve enough to prevent the quality of generated frames from deteriorating, so that the video could continue. With the CogVideoX model, the deterioration is much less, allowing the video to be continued from the generated frames. So, I adapted it for this model.

    Unfortunately, the dimensions of the generated videos are small regardless of the configuration. I considered adding a method to improve the final result, but I don’t want to overcomplicate things. Overall, the quality of objects in the videos is good. People, on the other hand, deteriorate a lot, and the movements look unrealistic. Personally, I really like using this model to generate landscapes. It works very well! That’s it. I hope you like it. Don’t forget to leave a Like on the model!

    Description

    First Release

    FAQ

    Comments (16)

    VashthareaperSep 24, 2024Ā· 1 reaction
    CivitAI

    ty for workflow but all i get is allocation on device error on 3080 10gb, even lowered resolution, steps to 20 and cfg to 2, using 2b model

    Sam_A
    Author
    Sep 24, 2024

    Use a fixed seed. Once you get the error, queue it again with the same seed. It will continue the work.

    Sam_A
    Author
    Sep 24, 2024

    I know what I said sounds dumb, but it works since you have more than enough VRAM. The allocation error in CogVideoX, when you have memory, is a bug. Some bad use of the memory in decoder node. I'll repost it later to the node creator.

    khajiithasnowaresOct 11, 2024Ā· 1 reaction
    CivitAI

    trying this and not understanding entirely but i am getting this result when loading the workflow:

    Warning: Missing Node Types

    When loading the graph, the following node types were not found:

    Evaluate Integers

    No selected item

    Nodes that have failed to load will show as red on the graph.
    -
    then when trying to run the flow anyway because i cant see evaluate integers i get this:
    Cannot execute because a node is missing the class_type property.: Node ID '#77'

    i used comfyui manager to download all the custom nodes in the workflow.
    do i need to do something?

    Sam_A
    Author
    Oct 11, 2024

    Some nodes are missing. You need to install it. Use the ComfyUI manager to auto install the missing nodes, then you will be able to use the workflow! Just click in Manager > Install Missing Nodes.

    peter2floor593Oct 18, 2024

    @Sam_AĀ the Manager can't find it.. it is the (Evaluate Integers) .. (last Frame index)

    stefanosburlatiOct 22, 2024

    @peter2floor593Ā How do you fixed the missing/broken node (Evaluate Integers) .. (last Frame index)?

    peter2floor593Oct 22, 2024

    @stefanosburlatiĀ It was a missing dependency for Efficiency nodes which is used in this workflow. open cmd in comfyUI root and type this
    python_embeded\python -m pip install simpleeval

    it worked perfectly for me after this

    LatentDreamOct 25, 2024
    CivitAI

    do you tryed the alibaba version 1.1?

    zimzaderk_Oct 26, 2024
    CivitAI

    it worked once then I had to update and comfy fun nodes broken to the rest of the strings and have know idea how to fix it. seed, steps and video length aren't looping after it passes that node

    kinqsradioOct 26, 2024

    you may want to replace the CogVideoxXFun to the newer version

    zimzaderk_Oct 26, 2024

    @kinqsradioĀ not sure why its working now but i cloned the node and it unstuck the original node and it works now. had to reattach the pipeline but everything else that it was saying was missing just isnt now. so thanks, i think?

    jingtianliNov 1, 2024
    CivitAI

    Hello! I got this wierd error while running?

    JWIntegerToString

    list index out of range

    how to fix this ?

    2024-11-01 19:23:46,262 - root - INFO - Prompt executed in 53.78 seconds 2024-11-01 19:25:42,774 - root - INFO - got prompt 2024-11-01 19:25:42,809 - root - ERROR - !!! Exception during processing !!! list index out of range 2024-11-01 19:25:42,809 - root - ERROR - Traceback (most recent call last): File "E:\ComfyUI-aki-v1.3\execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "E:\ComfyUI-aki-v1.3\execution.py", line 198, in get_output_data return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "E:\ComfyUI-aki-v1.3\execution.py", line 168, in mapnode_over_list input_dict = slice_dict(input_data_all, i) File "E:\ComfyUI-aki-v1.3\execution.py", line 144, in slice_dict return {k: v[i if len(v) > i else -1] for k, v in d.items()} File "E:\ComfyUI-aki-v1.3\execution.py", line 144, in <dictcomp> return {k: v[i if len(v) > i else -1] for k, v in d.items()} IndexError: list index out of range 2024-11-01 19:25:42,809 - root - INFO - 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. ``` 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)

    jingtianliNov 3, 2024

    Anyway I fixed it, just remove the extra JWIntegerToString

    jwp7181603Dec 5, 2024
    CivitAI

    When I try to add a CogVideo LoraSelect node to the model node, it gives me an "IndexError: pop from empty list" error. Does this workflow possibly work with any loras? Thanks!

    peliksaxbox316Jan 14, 2025Ā· 2 reactions
    CivitAI

    This doesn't work anymore. Need an update.

    Open terminal in: ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper

    Run the following command: git checkout 0e8f814

    error: pathspec '0e8f814' did not match any file(s) known to git

    Workflows
    Other

    Details

    Downloads
    1,398
    Platform
    CivitAI
    Platform Status
    Available
    Created
    9/24/2024
    Updated
    5/12/2026
    Deleted
    -

    Files

    cogvideoxImageToVideoWith_v10.zip

    Mirrors