【解决todo】handle命名

This commit is contained in:
cherishsince
2024-07-04 16:01:08 +08:00
parent bb34c2b75c
commit b6ff9ede11
7 changed files with 57 additions and 61 deletions

View File

@@ -351,7 +351,7 @@ const handleGenerateImage = async () => {
steps: steps.value, // 图片生成步数
scale: scale.value, // 引导系数
sampler: selectSampler.value, // 采样算法
clipGuidancePreset: selectClipGuidancePreset.value.key, // 文本提示相匹配的图像 CLIP
clipGuidancePreset: selectClipGuidancePreset.value, // 文本提示相匹配的图像 CLIP
stylePreset: selectStylePreset.value, // 风格
}
} as ImageDrawReqVO