mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1537] [MERGED] feat: ComfyUI 0.2.3 #1941
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1537
Author: @yt-koike
Created: 8/20/2025
Status: ✅ Merged
Merged: 8/20/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (10+)
a6b8bbaadd list_models nodebd72fbeadd img2img node104f9e0rename stable_diffusion node to txt2img37be0edadd img2img.json1c364bfregister txt2img, img2img and list_models nodee4b2381bugfix94e9355Merge branch 'langgenius:main' into main5b4bf25add depth_anything and depth_proa4d43c5Merge pull request #1 from yt-koike/depthc691a84Merge branch 'langgenius:main' into main📊 Changes
26 files changed (+5501 additions, -625 deletions)
View changed files
📝
tools/comfyui/README.md(+2 -2)📝
tools/comfyui/manifest.yaml(+1 -1)📝
tools/comfyui/provider/comfyui.yaml(+1 -0)📝
tools/comfyui/tools/comfyui_client.py(+25 -25)📝
tools/comfyui/tools/comfyui_workflow.py(+116 -41)➕
tools/comfyui/tools/convert_to_api.py(+22 -0)➕
tools/comfyui/tools/convert_to_api.yaml(+25 -0)📝
tools/comfyui/tools/download_by_json.py(+5 -43)📝
tools/comfyui/tools/download_by_url.py(+2 -16)📝
tools/comfyui/tools/img2img.py(+3 -17)📝
tools/comfyui/tools/img2vid.py(+92 -36)➕
tools/comfyui/tools/json/comfyorg_templates/reference.txt(+1 -0)📝
tools/comfyui/tools/json/download.json(+51 -11)📝
tools/comfyui/tools/json/img2img.json(+514 -108)➕
tools/comfyui/tools/json/img2vid_wan2_2_14B.json(+1107 -0)➕
tools/comfyui/tools/json/img2vid_wan2_2_5B.json(+733 -0)📝
tools/comfyui/tools/json/txt2img.json(+391 -91)📝
tools/comfyui/tools/json/txt2img_hiresfix.json(+547 -153)➕
tools/comfyui/tools/json/txt2vid_wan2_2_14B.json(+952 -0)➕
tools/comfyui/tools/json/txt2vid_wan2_2_5B.json(+621 -0)...and 6 more files
📄 Description
Related Issues or Context
New Feature:
Others:
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.