Merge pull request #1321 from iszcz/main

支持Midjourney视频任务和图片编辑
This commit is contained in:
Calcium-Ion
2025-07-05 15:28:33 +08:00
committed by GitHub
12 changed files with 1111 additions and 1 deletions

View File

@@ -153,6 +153,8 @@ const EditChannel = (props) => {
localModels = [
'swap_face',
'mj_imagine',
'mj_video',
'mj_edits',
'mj_variation',
'mj_reroll',
'mj_blend',

View File

@@ -77,6 +77,8 @@ const EditTagModal = (props) => {
localModels = [
'swap_face',
'mj_imagine',
'mj_video',
'mj_edits',
'mj_variation',
'mj_reroll',
'mj_blend',