mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1772] [MERGED] feat: ComfyUI 0.3.2 #2073
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/1772
Author: @yt-koike
Created: 9/25/2025
Status: ✅ Merged
Merged: 9/25/2025
Merged by: @crazywoola
Base:
main← Head:feat/qwen-image-edit-2509📝 Commits (10+)
6b7a08arm replace("'",'"') on json file1158487introduce ruff the formatbb797e5Bump up the version467d45brm print() according to https://github.com/langgenius/dify-official-plugins/issues/167318146baintroduce ComfyUIModelc1a81a0rename model_manager.py7442410bump up11c48d0first try download without tokens6f32b72bugfix3feab06try downloading models without tokens first📊 Changes
8 files changed (+800 additions, -5 deletions)
View changed files
📝
tools/comfyui/README.md(+1 -0)📝
tools/comfyui/manifest.yaml(+1 -1)➕
tools/comfyui/tools/json/qwen_image_edit_2509_1img.json(+223 -0)➕
tools/comfyui/tools/json/qwen_image_edit_2509_2imgs.json(+240 -0)➕
tools/comfyui/tools/json/qwen_image_edit_2509_3imgs.json(+257 -0)📝
tools/comfyui/tools/json/widgets_value_names.json(+17 -4)📝
tools/comfyui/tools/quickstart.py(+58 -0)📝
tools/comfyui/tools/quickstart.yaml(+3 -0)📄 Description
Related Issues or Context
New feature:
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
I successfully ran an example prompt with three input images. The result image does not quite follow the prompt but still has key elements from three input images.
Prompt and Image Reference:
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.