mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #205] [MERGED] feat: add gpustack image tools #1178
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/205
Author: @alexcodelf
Created: 2/13/2025
Status: ✅ Merged
Merged: 2/14/2025
Merged by: @crazywoola
Base:
main← Head:feat/tool-gpustack📝 Commits (1)
0ddaeccfeat: add gpustack image tools📊 Changes
15 files changed (+985 additions, -0 deletions)
View changed files
➕
tools/gpustack/.difyignore(+175 -0)➕
tools/gpustack/.env.example(+4 -0)➕
tools/gpustack/.gitignore(+168 -0)➕
tools/gpustack/README.md(+18 -0)➕
tools/gpustack/_assets/icon.svg(+14 -0)➕
tools/gpustack/main.py(+6 -0)➕
tools/gpustack/manifest.yaml(+37 -0)➕
tools/gpustack/provider/gpustack.py(+26 -0)➕
tools/gpustack/provider/gpustack.yaml(+49 -0)➕
tools/gpustack/requirements.txt(+1 -0)➕
tools/gpustack/tools/image_edit.py(+50 -0)➕
tools/gpustack/tools/image_edit.yaml(+190 -0)➕
tools/gpustack/tools/text2image.py(+39 -0)➕
tools/gpustack/tools/text2image.yaml(+178 -0)➕
tools/gpustack/tools/utils.py(+30 -0)📄 Description
This PR is request with comment in the Dify PR https://github.com/langgenius/dify/pull/13042#issuecomment-2620671926
Tested locally with Dify Branch plugins/beta
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.