mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1618] [MERGED] fix: ComfyUI 0.2.5 #1990
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/1618
Author: @yt-koike
Created: 8/29/2025
Status: ✅ Merged
Merged: 8/31/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (3)
6b7a08arm replace("'",'"') on json file1158487introduce ruff the formatbb797e5Bump up the version📊 Changes
22 files changed (+308 additions, -426 deletions)
View changed files
📝
tools/comfyui/main.py(+1 -1)📝
tools/comfyui/manifest.yaml(+1 -1)📝
tools/comfyui/provider/comfyui.py(+3 -5)➕
tools/comfyui/ruff.toml(+104 -0)📝
tools/comfyui/tools/comfyui_client.py(+17 -40)📝
tools/comfyui/tools/comfyui_workflow.py(+8 -19)📝
tools/comfyui/tools/convert_to_api.py(+1 -3)📝
tools/comfyui/tools/download_by_json.py(+2 -6)📝
tools/comfyui/tools/download_by_url.py(+2 -5)📝
tools/comfyui/tools/download_civitai.py(+5 -14)📝
tools/comfyui/tools/download_huggingface.py(+3 -8)📝
tools/comfyui/tools/image_info.py(+1 -3)📝
tools/comfyui/tools/img2any.py(+9 -16)📝
tools/comfyui/tools/img2img.py(+8 -20)📝
tools/comfyui/tools/img2vid.py(+35 -49)📝
tools/comfyui/tools/list_models.py(+2 -7)📝
tools/comfyui/tools/list_samplers.py(+2 -7)📝
tools/comfyui/tools/model_manager.py(+13 -32)📝
tools/comfyui/tools/quickstart.py(+42 -64)📝
tools/comfyui/tools/run_workflow.py(+3 -9)...and 2 more files
📄 Description
Related Issues or Context
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.