mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #858] [CLOSED] add img2img and img2vid #1593
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/858
Author: @yt-koike
Created: 5/6/2025
Status: ❌ Closed
Base:
main← Head:2vid📝 Commits (10+)
a6b8bbaadd list_models nodebd72fbeadd img2img node104f9e0rename stable_diffusion node to txt2img37be0edadd img2img.json1c364bfregister txt2img, img2img and list_models nodee4b2381bugfixfe44e5120250506619b311del txt2vid4fb1456add list_samplersaab14c6dynamic sampling parameters for txt2img📊 Changes
14 files changed (+1556 additions, -9 deletions)
View changed files
📝
tools/comfyui/manifest.yaml(+1 -1)📝
tools/comfyui/provider/comfyui.yaml(+14 -1)➕
tools/comfyui/tools/comfyui_img2img.py(+421 -0)➕
tools/comfyui/tools/comfyui_img2img.yaml(+155 -0)➕
tools/comfyui/tools/comfyui_img2vid.py(+435 -0)➕
tools/comfyui/tools/comfyui_img2vid.yaml(+144 -0)➕
tools/comfyui/tools/comfyui_list_models.py(+37 -0)➕
tools/comfyui/tools/comfyui_list_models.yaml(+25 -0)➕
tools/comfyui/tools/comfyui_list_samplers.py(+40 -0)➕
tools/comfyui/tools/comfyui_list_samplers.yaml(+30 -0)📝
tools/comfyui/tools/comfyui_txt2img.py(+4 -2)📝
tools/comfyui/tools/comfyui_txt2img.yaml(+7 -5)➕
tools/comfyui/tools/img2img.json(+121 -0)➕
tools/comfyui/tools/img2vid.json(+122 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.