mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1570] [CLOSED] feat: add aihubmix-image plugin v0.0.1 #1699
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-plugins/pull/1570
Author: @xinrui-z
Created: 11/18/2025
Status: ❌ Closed
Base:
main← Head:feature/new-aihubmix-image📝 Commits (1)
675ddddfeat: add aihubmix-image plugin v0.0.1📊 Changes
37 files changed (+3299 additions, -0 deletions)
View changed files
➕
aihubmix/aihubmix-image/.difyignore(+184 -0)➕
aihubmix/aihubmix-image/.env.example(+3 -0)➕
aihubmix/aihubmix-image/.github/workflows/plugin-publish.yml(+109 -0)➕
aihubmix/aihubmix-image/.gitignore(+176 -0)➕
aihubmix/aihubmix-image/PRIVACY.md(+81 -0)➕
aihubmix/aihubmix-image/README.md(+39 -0)➕
aihubmix/aihubmix-image/_assets/icon-dark.svg(+1 -0)➕
aihubmix/aihubmix-image/_assets/icon.svg(+1 -0)➕
aihubmix/aihubmix-image/aihubmix-image-complete.zip(+0 -0)➕
aihubmix/aihubmix-image/aihubmix-image-datasource.zip(+0 -0)➕
aihubmix/aihubmix-image/aihubmix-image-final.zip(+0 -0)➕
aihubmix/aihubmix-image/aihubmix-image-multi-action.zip(+0 -0)➕
aihubmix/aihubmix-image/aihubmix-image.difypkg(+0 -0)➕
aihubmix/aihubmix-image/aihubmix-image.zip(+0 -0)➕
aihubmix/aihubmix-image/main.py(+18 -0)➕
aihubmix/aihubmix-image/manifest.yaml(+40 -0)➕
aihubmix/aihubmix-image/provider/aihubmix-image.py(+78 -0)➕
aihubmix/aihubmix-image/provider/aihubmix-image.yaml(+91 -0)➕
aihubmix/aihubmix-image/requirements.txt(+6 -0)➕
aihubmix/aihubmix-image/tools/doubao.py(+114 -0)...and 17 more files
📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.