mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1604] [MERGED] feat: ComfyUI 0.2.4 #1981
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/1604
Author: @yt-koike
Created: 8/28/2025
Status: ✅ Merged
Merged: 8/29/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
23 files changed (+1224 additions, -145 deletions)
View changed files
📝
tools/comfyui/README.md(+14 -2)📝
tools/comfyui/_assets/nodes.png(+0 -0)📝
tools/comfyui/manifest.yaml(+1 -1)📝
tools/comfyui/provider/comfyui.yaml(+2 -1)📝
tools/comfyui/tools/comfyui_client.py(+18 -11)📝
tools/comfyui/tools/comfyui_workflow.py(+34 -12)📝
tools/comfyui/tools/img2any.py(+11 -9)📝
tools/comfyui/tools/img2any.yaml(+3 -2)📝
tools/comfyui/tools/img2img.py(+10 -10)📝
tools/comfyui/tools/img2img.yaml(+4 -4)📝
tools/comfyui/tools/img2vid.py(+11 -26)➕
tools/comfyui/tools/json/flux_dev_fp8.json(+120 -0)➕
tools/comfyui/tools/json/flux_schnell_fp8.json(+107 -0)➕
tools/comfyui/tools/json/qwen_image.json(+155 -0)➕
tools/comfyui/tools/json/qwen_image_edit.json(+212 -0)📝
tools/comfyui/tools/json/widgets_value_names.json(+2 -1)📝
tools/comfyui/tools/model_manager.py(+25 -5)➕
tools/comfyui/tools/quickstart.py(+296 -0)➕
tools/comfyui/tools/quickstart.yaml(+146 -0)📝
tools/comfyui/tools/run_workflow.py(+3 -3)...and 3 more files
📄 Description
Related Issues or Context
New feature
Rename node "Image Edit" to "Img2Any" because "Image Edit" sounds it can edit with prompts like Qwen Image Edit, although it cannot.
Some refactoring
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR does NOT contain Changes to 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.