File tree Expand file tree Collapse file tree 6 files changed +16
-3
lines changed Expand file tree Collapse file tree 6 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 功能升级日志
2
2
3
3
# 计划
4
+
5
+ # 2.24.6
6
+ - 😄 新增:mj v6.1 v7的放大 关于MJ V6.1 和 V7 没有放大按钮 #635
7
+ - 😄 新增:kling-v2-master 模型
4
8
# 2.24.5
5
9
- 😄 新增:pix 运镜
6
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chatgpt-web-midjourney-proxy" ,
3
- "version" : " 2.24.5 " ,
3
+ "version" : " 2.24.6 " ,
4
4
"private" : false ,
5
5
"description" : " ChatGPT Web Midjourney Proxy" ,
6
6
"author" : " Dooy <ydlhero@gmail.com>" ,
Original file line number Diff line number Diff line change 8
8
},
9
9
"package" : {
10
10
"productName" : " ChatGPT-MJ" ,
11
- "version" : " 2.24.5 "
11
+ "version" : " 2.24.6 "
12
12
},
13
13
"tauri" : {
14
14
"allowlist" : {
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ export default {
316
316
, pro :'高表现'
317
317
, needImg :'请传参考图才生效!'
318
318
, seed :'种子数字 1~2147483647'
319
- , klingInfo :'说明: <li>1. 高表现是3.5倍的价格</li> <li>2. 10s是2倍的价格</li> <li>3. 尾帧必须有参考图片才生效</li> <li>4. v1.5 v1.6的价格都是v1.0的2倍</li>'
319
+ , klingInfo :'说明: <li>1. 高表现是3.5倍的价格</li> <li>2. 10s是2倍的价格</li> <li>3. 尾帧必须有参考图片才生效</li> <li>4. v1.5 v1.6的价格都是v1.0的2倍</li><li>5. v2-master的价格都是v1.0的10倍</li> '
320
320
321
321
, camera_type :'镜头'
322
322
, cnull :'智能匹配'
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ const mvOption= [
29
29
{label:' kling-v1-6' ,value: ' kling-v1-6' }
30
30
,{label:' kling-v1-5' ,value: ' kling-v1-5' }
31
31
,{label:' kling-v1' ,value: ' kling-v1' }
32
+ ,{label:' kling-v2-master' ,value: ' kling-v2-master' }
32
33
]
33
34
34
35
function selectFile(input : any ){
@@ -74,6 +75,10 @@ const createImg = async ()=>{
74
75
}
75
76
// mlog('abc>> ', abc );
76
77
// return
78
+ if (abc .model == ' kling-v2-master' ) {
79
+ delete abc .mode ;
80
+ }
81
+
77
82
const d: any = await klingFetch (' /v1/videos/' + cat , abc )
78
83
mlog (' img' , d );
79
84
klingFeed ( d .data .task_id , cat , f .value .prompt )
Original file line number Diff line number Diff line change @@ -161,6 +161,10 @@ const bt= [
161
161
,{k:' upsample_v5_4x' ,n:t (' mj.up4' )}
162
162
,{k:' upsample_v6_2x_subtle' ,n:t (' mj.subtle' )}// t('mj.up2') 'Subtle'
163
163
,{k:' upsample_v6_2x_creative' ,n:t (' mj.creative' )} // 'Creative'
164
+ ,{k:' upsample_v6r1_2x_subtle' ,n:t (' mj.subtle' )}
165
+ ,{k:' upsample_v6r1_2x_creative' ,n:t (' mj.creative' )}
166
+ ,{k:' upsample_v7_2x_subtle' ,n:t (' mj.subtle' )}
167
+ ,{k:' upsample_v7_2x_creative' ,n:t (' mj.creative' )}
164
168
]
165
169
]
166
170
You can’t perform that action at this time.
0 commit comments