mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #972] [MERGED] Add API Token for ComfyUI for secure access (based on ComfyUI-Sentinel plugin). #1651
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/972
Author: @XiaoCC
Created: 5/25/2025
Status: ✅ Merged
Merged: 5/29/2025
Merged by: @crazywoola
Base:
main← Head:ComfyUI-Sentinel📝 Commits (2)
6293d6dAdd API Token for ComfyUI for secure access (based on ComfyUI-Sentinel plugin).c155b2fAdd API Token for ComfyUI for secure access (based on ComfyUI-Sentinel plugin).📊 Changes
16 files changed (+160 additions, -83 deletions)
View changed files
📝
tools/comfyui/manifest.yaml(+1 -1)📝
tools/comfyui/provider/comfyui.py(+10 -3)📝
tools/comfyui/provider/comfyui.yaml(+9 -0)📝
tools/comfyui/tools/comfyui_client.py(+89 -58)📝
tools/comfyui/tools/depth_anything.py(+4 -1)📝
tools/comfyui/tools/depth_pro.py(+4 -1)📝
tools/comfyui/tools/download_civitai.py(+4 -1)📝
tools/comfyui/tools/download_huggingface.py(+4 -1)📝
tools/comfyui/tools/face_swap.py(+4 -1)📝
tools/comfyui/tools/img2vid.py(+4 -1)📝
tools/comfyui/tools/list_models.py(+4 -1)📝
tools/comfyui/tools/list_samplers.py(+4 -1)📝
tools/comfyui/tools/txt2img.py(+5 -7)📝
tools/comfyui/tools/txt2img.yaml(+1 -1)📝
tools/comfyui/tools/upscale.py(+4 -1)📝
tools/comfyui/tools/workflow.py(+9 -4)📄 Description
Add API Token for ComfyUI for secure access (based on ComfyUI-Sentinel plugin).
Need to install this plugin for comfyui.(https://github.com/LucipherDev/ComfyUI-Sentinel)
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains 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.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.