[PR #1202] [CLOSED] feat: ComfyUI 0.2.0, Video&AutoDownloader Update #1767

Closed
opened 2026-02-16 10:23:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/1202
Author: @yt-koike
Created: 7/2/2025
Status: Closed

Base: mainHead: main


📄 Description

Related Issues or Context

New feature:

  • Img2vid node now supports Wan2.1, LTXV and SVD.
  • New Txt2vid node generates a video from prompts. It also supports Wan2.1, LTXV, Mochi and Hunyuan.
  • Auto Download feature: All generative nodes from txt2img to img2vid now download ComfyUI's default models if models are not specified.
  • Support for generating MP4 video: As requested in here, txt2vid and img2vid can output .mp4 as well as .webp.
  • List models node used to be able to list models in some directories including checkpoints/ but now it can list those in all the directiory on ComfyUI.

Deletion:

  • Depth Anything, Depth Pro, Faceswap and Upscale nodes are deleted and integrated to Image Edit node.

Refactor:

  • Implement ComfyUiWorkflow() to manage and modify workflow json efficiently.

This PR will make it easier for beginners to generate videos as this plugins can automatically download default models.

I also published a prebuild docker image tuned for this plugin and wrote about it on README.md. If you don't want it written on README.md, I would be pleased to delete the description since the docker image is a personally built image, not an official image.

Enjoy!

This PR contains Changes to Non-Plugin

  • Documentation

This PR contains Changes to Non-LLM Models Plugin

  • I have Run Comprehensive Tests Relevant to My Changes

Version Control (Any Changes to the Plugin Will Require Bumping the Version)

  • I have Bumped Up the Version in Manifest.yaml (Top-Level Version Field, Not in Meta Section)

Dify Plugin SDK Version

  • I have Ensured dify_plugin>=0.3.0,<0.5.0 is in requirements.txt (SDK docs)

Environment Verification (If Any Code Changes)

Local Deployment Environment

  • Dify Version is: 1.5.0, I have Tested My Changes on Local Deployment Dify with a Clean Environment That Matches the Production Configuration.

SaaS Environment

  • I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/1202 **Author:** [@yt-koike](https://github.com/yt-koike) **Created:** 7/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📄 Description ## Related Issues or Context <!-- ⚠️ NOTE: This repository is for Dify Official Plugins only. For community contributions, please submit to https://github.com/langgenius/dify-plugins instead. - Link Related Issues if Applicable: #issue_number - Or Provide Context about Why this Change is Needed --> New feature: - Img2vid node now supports [Wan2.1](https://github.com/Wan-Video/Wan2.1), [LTXV](https://ltxv.video/) and SVD. - New Txt2vid node generates a video from prompts. It also supports Wan2.1, LTXV, Mochi and Hunyuan. - Auto Download feature: All generative nodes from txt2img to img2vid now download ComfyUI's default models if models are not specified. - Support for generating MP4 video: As requested in [here](https://github.com/langgenius/dify-official-plugins/issues/954#issuecomment-2912344567), txt2vid and img2vid can output .mp4 as well as .webp. - List models node used to be able to list models in some directories including checkpoints/ but now it can list those in all the directiory on ComfyUI. Deletion: - Depth Anything, Depth Pro, Faceswap and Upscale nodes are deleted and integrated to Image Edit node. Refactor: - Implement ComfyUiWorkflow() to manage and modify workflow json efficiently. This PR will make it easier for beginners to generate videos as this plugins can automatically download default models. I also published a [prebuild docker image](https://hub.docker.com/r/l125/comfyui-for-dify) tuned for this plugin and wrote about it on [README.md](https://github.com/langgenius/dify-official-plugins/pull/1202/files#diff-ff78164adc2e91478c87e17d241cd0c35593cb1a16e2aac3975013afe367289e). If you don't want it written on README.md, I would be pleased to delete the description since the docker image is a personally built image, not an official image. Enjoy! ## This PR contains Changes to *Non-Plugin* <!-- Put an `x` in all the boxes that apply by replacing [ ] with [x] For example: - [x] Documentation --> - [x] Documentation ## This PR contains Changes to *Non-LLM Models Plugin* - [x] I have Run Comprehensive Tests Relevant to My Changes <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> ## Version Control (Any Changes to the Plugin Will Require Bumping the Version) - [x] I have Bumped Up the Version in Manifest.yaml (Top-Level `Version` Field, Not in Meta Section) <!-- ⚠️ NOTE: Version Format: MAJOR.MINOR.PATCH - MAJOR (0.x.x): Reserved for Significant architectural changes or incompatible API modifications - MINOR (x.0.x): For New feature additions while maintaining backward compatibility - PATCH (x.x.0): For Backward-compatible bug fixes and minor improvements - Note: Each Version Component (MAJOR, MINOR, PATCH) Can Be 2 Digits, e.g., 10.11.22 --> ## Dify Plugin SDK Version - [x] I have Ensured `dify_plugin>=0.3.0,<0.5.0` is in requirements.txt ([SDK docs](https://github.com/langgenius/dify-plugin-sdks/blob/main/python/README.md)) ## Environment Verification (If Any Code Changes) <!-- ⚠️ NOTE: At Least One Environment Must Be Tested. --> ### Local Deployment Environment - [x] Dify Version is: 1.5.0, I have Tested My Changes on Local Deployment Dify with a Clean Environment That Matches the Production Configuration. <!-- - Python Virtual Env Matching Manifest.yaml & requirements.txt - No Breaking Changes in Dify That May Affect the Testing Result --> ### SaaS Environment - [ ] I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration <!-- - Python Virtual Env Matching Manifest.yaml & requirements.txt --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:23:55 -05:00
yindo closed this issue 2026-02-16 10:23:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1767