mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #948] [MERGED] Feat&fix: ComfyUI 0.1.1 update #1635
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/948
Author: @yt-koike
Created: 5/20/2025
Status: ✅ Merged
Merged: 5/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
35 files changed (+211 additions, -237 deletions)
View changed files
📝
tools/comfyui/README.md(+7 -15)📝
tools/comfyui/manifest.yaml(+1 -1)📝
tools/comfyui/provider/comfyui.yaml(+23 -14)📝
tools/comfyui/tools/comfyui_client.py(+6 -1)➖
tools/comfyui/tools/comfyui_workflow.py(+0 -82)📝
tools/comfyui/tools/depth_anything.json(+0 -0)📝
tools/comfyui/tools/depth_anything.py(+0 -0)📝
tools/comfyui/tools/depth_anything.yaml(+1 -1)📝
tools/comfyui/tools/depth_pro.json(+0 -0)📝
tools/comfyui/tools/depth_pro.py(+0 -0)📝
tools/comfyui/tools/depth_pro.yaml(+1 -1)➕
tools/comfyui/tools/download.json(+14 -0)➖
tools/comfyui/tools/download_civitai.json(+0 -14)📝
tools/comfyui/tools/download_civitai.py(+37 -21)📝
tools/comfyui/tools/download_civitai.yaml(+4 -4)➖
tools/comfyui/tools/download_huggingface.json(+0 -15)📝
tools/comfyui/tools/download_huggingface.py(+21 -5)📝
tools/comfyui/tools/face_swap.py(+0 -0)📝
tools/comfyui/tools/face_swap.yaml(+1 -1)📝
tools/comfyui/tools/image_info.py(+0 -0)...and 15 more files
📄 Description
Related Issues or Context
Feature:
Fix: https://github.com/langgenius/dify-official-plugins/issues/933. This was because of https://en.wikipedia.org/wiki/Non-breaking_space so I get rid of special letters from 0x007F to 0x00A1 at this part
Refactor: I renamed most files whose names start with comfy_*.
This PR contains Changes to Non-LLM Models Plugin
I checked that workflow node works even with input images.
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.