mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1742] [MERGED] feat: Gemini image 0.1.1 #2058
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/1742
Author: @yt-koike
Created: 9/20/2025
Status: ✅ Merged
Merged: 9/22/2025
Merged by: @crazywoola
Base:
main← Head:gemini_image-0.1.0📝 Commits (10+)
6b7a08arm replace("'",'"') on json file1158487introduce ruff the formatbb797e5Bump up the version467d45brm print() according to https://github.com/langgenius/dify-official-plugins/issues/167318146baintroduce ComfyUIModelc1a81a0rename model_manager.py7442410bump up11c48d0first try download without tokens6f32b72bugfix3feab06try downloading models without tokens first📊 Changes
4 files changed (+22 additions, -16 deletions)
View changed files
📝
tools/gemini_image/README.md(+2 -3)📝
tools/gemini_image/manifest.yaml(+1 -1)📝
tools/gemini_image/requirements.txt(+1 -1)📝
tools/gemini_image/tools/image_generate.py(+18 -11)📄 Description
Related Issues or Context
New feature:
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
I successfully ran the official example which takes multiple input images. https://ai.google.dev/gemini-api/docs/image-generation#4_advanced_composition_combining_multiple_images
This PR does not contain 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.3.0,<0.5.0is in 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.