mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #914] [MERGED] feat: ComfyUI 0.1.0 Update #1618
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/914
Author: @yt-koike
Created: 5/14/2025
Status: ✅ Merged
Merged: 5/18/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 (+620 additions, -213 deletions)
View changed files
📝
tools/comfyui/README.md(+72 -1)➕
tools/comfyui/_assets/AIR.jpg(+0 -0)➕
tools/comfyui/_assets/nodes.png(+0 -0)📝
tools/comfyui/manifest.yaml(+1 -1)📝
tools/comfyui/provider/comfyui.yaml(+8 -7)📝
tools/comfyui/tools/comfyui_client.py(+1 -4)📝
tools/comfyui/tools/comfyui_depth_anything.py(+2 -2)📝
tools/comfyui/tools/comfyui_depth_pro.py(+2 -2)📝
tools/comfyui/tools/comfyui_face_swap.py(+3 -2)📝
tools/comfyui/tools/comfyui_face_swap.yaml(+3 -8)📝
tools/comfyui/tools/comfyui_img2img.py(+57 -14)📝
tools/comfyui/tools/comfyui_img2img.yaml(+30 -6)📝
tools/comfyui/tools/comfyui_img2vid.py(+5 -4)📝
tools/comfyui/tools/comfyui_list_models.py(+3 -1)📝
tools/comfyui/tools/comfyui_list_models.yaml(+17 -7)➖
tools/comfyui/tools/comfyui_list_upscalers.py(+0 -21)➖
tools/comfyui/tools/comfyui_list_upscalers.yaml(+0 -28)📝
tools/comfyui/tools/comfyui_txt2img.py(+47 -37)📝
tools/comfyui/tools/comfyui_txt2img.yaml(+18 -64)📝
tools/comfyui/tools/comfyui_upscale.py(+5 -4)...and 6 more files
📄 Description
Related Issues or Context
New feature:
Deletion:
This PR has a slight backward incompatibility in UI for LORA settings so I bump up the version to 0.1.0 not to 0.0.10.
I also wrote explanations of each node to README.md.
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
I checked LORAs are correctly added to ComfyUI nodes when I inputed LORA names and strengths on Txt2Img and Img2Img nodes.

I also checked that CivitAI Download node and Hugging Face Download node can download models from the websites.
I'm glad to see them end processing instantly when the desired models are already downloaded. It's just like a caching feature.
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.2.0,<0.3.0in 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.