【增加】ai image 增加千帆模型
This commit is contained in:
@ -30,7 +30,7 @@ export const OtherPlatformEnum:ImageModelVO [] = [
|
||||
},
|
||||
{
|
||||
key: AiPlatformEnum.YI_YAN,
|
||||
name: '百度图片'
|
||||
name: '百度千帆'
|
||||
}
|
||||
]
|
||||
|
||||
@ -259,6 +259,14 @@ export const TongYiWanXiangModels: ImageModelVO[] = [
|
||||
}
|
||||
]
|
||||
|
||||
export const QianFanModels: ImageModelVO[] = [
|
||||
{
|
||||
key: 'sd_xl',
|
||||
name: 'sd_xl'
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
export const StableDiffusionClipGuidancePresets: ImageModelVO[] = [
|
||||
{
|
||||
key: 'NONE',
|
||||
|
||||
Reference in New Issue
Block a user