[PR #205] [MERGED] feat: add gpustack image tools #1178

Closed
opened 2026-02-16 10:22:12 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: feat/tool-gpustack


📝 Commits (1)

  • 0ddaecc feat: 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

7fbfe7ca1f9e709ebc7bd8532fd6fc6a

ed19914725432d0003351348ac3fa4ef


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/205 **Author:** [@alexcodelf](https://github.com/alexcodelf) **Created:** 2/13/2025 **Status:** ✅ Merged **Merged:** 2/14/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat/tool-gpustack` --- ### 📝 Commits (1) - [`0ddaecc`](https://github.com/langgenius/dify-official-plugins/commit/0ddaecc7cf33407a8bfdd8e81194e24472d382f7) feat: add gpustack image tools ### 📊 Changes **15 files changed** (+985 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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 ](https://github.com/langgenius/dify/tree/9ac6662635feac2317f58a94678631a228b7556c) ![7fbfe7ca1f9e709ebc7bd8532fd6fc6a](https://github.com/user-attachments/assets/4a47f170-a95a-4652-99cb-74f90a0a64d7) ![ed19914725432d0003351348ac3fa4ef](https://github.com/user-attachments/assets/e4d1e7c3-03e3-4efe-8946-1cb132238c49) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:12 -05:00
yindo closed this issue 2026-02-16 10:22:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1178