dcb08910创建于 2025年8月22日历史提交
文件最后提交记录最后更新时间
Episode 20 (#13) * Add modal and comfyui files * Add the n8n worflows and edit the readme * Update the n8n workflows * Add video9 个月前
Episode 20 (#13) * Add modal and comfyui files * Add the n8n worflows and edit the readme * Update the n8n workflows * Add video9 个月前
Episode 20 (#13) * Add modal and comfyui files * Add the n8n worflows and edit the readme * Update the n8n workflows * Add video9 个月前
Episode 20 (#13) * Add modal and comfyui files * Add the n8n worflows and edit the readme * Update the n8n workflows * Add video9 个月前
Episode 20 (#13) * Add modal and comfyui files * Add the n8n worflows and edit the readme * Update the n8n workflows * Add video9 个月前
Episode 20 (#13) * Add modal and comfyui files * Add the n8n worflows and edit the readme * Update the n8n workflows * Add video9 个月前
Episode 20 (#13) * Add modal and comfyui files * Add the n8n worflows and edit the readme * Update the n8n workflows * Add video9 个月前
Episode 20 (#13) * Add modal and comfyui files * Add the n8n worflows and edit the readme * Update the n8n workflows * Add video9 个月前
Episode 20 (#13) * Add modal and comfyui files * Add the n8n worflows and edit the readme * Update the n8n workflows * Add video9 个月前
Update modal_wan_comfyui_14b_t2v.py9 个月前
Episode 22 8 个月前
Edit the n8n workflow files for episode 20 9 个月前
Edit the n8n workflow files for episode 20 9 个月前
Edit the n8n workflow files for episode 20 9 个月前
Edit the n8n workflow files for episode 20 9 个月前
Episode 22 8 个月前
README.md

Episode 20: Use Wan 2.2, ComfyUI and n8n to generate videos for free

In this video, we show you how you can run Wan 2.2 from Alibaba on modal.com using ComfyUI and n8n. You can use your $30 free credits you receive every month to generate stunning AI videos.

📚 Join our Skool community for support, premium content and more!

Be part of a growing community and help us create more content like this

Screenshot 2025-07-29 at 3 23 33 PM

Watch the video

Wan 2.2 for FREE (NO GPU NEEDED) - Best VEO3 and Seedance alternative (ComfyUI + n8n workflow)

Free n8n JSON workflows

Instructions

Pre-requisites

  • Watch the video!
  • Have a Modal account (you can sign up for free)
  • Have an n8n setup

Windows setup

MacOS + Linux setup

  • Make sure you have Python 3.10+ installed
  • Make sure you have Python venv installed

Steps to run the application

  1. Copy the modal file you want to run (e.g., modal_wan_comfyui_5b.py) to your local machine
  2. Open a terminal and navigate to the directory where you copied the file
  3. Create a virtual environment with python3 -m venv .venv
  4. Activate the virtual environment with source .venv/bin/activate
  5. Install the modal package with pip install modal
  6. Run modal setup to configure your Modal account and approve it on the Modal website
  7. Run modal serve {THE_MODAL_PYTHON_FILE} to start the Modal application (replace {THE_MODAL_PYTHON_FILE} with the name of the file you copied, e.g., modal_wan_comfyui_5b.py)
  8. (optional) Deploy the application with modal deploy {THE_MODAL_PYTHON_FILE}

Additional resources

ComfyUI official workflows from the ComfyUI documentation

ComfyUI API workflows