Skip to content

episode_20 #15

@CyberIncome

Description

@CyberIncome

in n8n_wan_2.2_14b_i2v.json at line 198:

"value": "={{ $('Get video generation status').last().json[$('Start the workflow with ComfyUI').item.json.prompt_id].outputs['58'].images[0].subfolder }}"

The output instead of 58 needs to be set to 61.
58 was correct for the 5b model.

Additionally, the json in node "Start the workflow with ComfyUI" did not work for me. This is what I finally got working for me.

i2v:
{{ { "client_id": "n8n", "prompt": JSON.parse($('Configure me').item.json.workflow.replace('"${IMAGE}"', JSON.stringify($json.name)).replace('"${PROMPT}"', JSON.stringify($('Setup defaults').first().json.PROMPT)).replace('"${NEGATIVE_PROMPT}"', JSON.stringify($('Setup defaults').first().json.NEGATIVE_PROMPT))) } }}

I'm not certain about the other workflows but this is what I setup for i2v.

Thank you <3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions