mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #783] [MERGED] Feat: Add text to video & image to video to siliconflow #1548
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/783
Author: @stvlynn
Created: 4/24/2025
Status: ✅ Merged
Merged: 4/24/2025
Merged by: @crazywoola
Base:
main← Head:feat/siliconflow-img2video📝 Commits (3)
a13cb0afeat: siliconflow-img2videoc4df252fix: restore wolframalpha image assets93f2631fix: update manifest.yaml📊 Changes
14 files changed (+1243 additions, -180 deletions)
View changed files
📝
tools/siliconflow/README.md(+81 -0)➕
tools/siliconflow/_assets/flux.png(+0 -0)➕
tools/siliconflow/_assets/janus-pro.png(+0 -0)➕
tools/siliconflow/_assets/sd.png(+0 -0)➕
tools/siliconflow/_assets/video_generation.png(+0 -0)📝
tools/siliconflow/manifest.yaml(+1 -1)📝
tools/siliconflow/provider/siliconflow.yaml(+2 -0)📝
tools/siliconflow/requirements.txt(+1 -1)➕
tools/siliconflow/tools/image-to-video.py(+547 -0)➕
tools/siliconflow/tools/image-to-video.yaml(+115 -0)➕
tools/siliconflow/tools/text-to-video.py(+375 -0)➕
tools/siliconflow/tools/text-to-video.yaml(+121 -0)➖
tools/siliconflow/tools/video.py(+0 -121)➖
tools/siliconflow/tools/video.yaml(+0 -57)📄 Description
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.1.0,<0.2.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.