Skip to content

Commit 8cc4062

Browse files
committed
【解决todo】sd 调整 sampler类型
1 parent ca64760 commit 8cc4062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/ai/image/stable-diffusion/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const hotWords = ref<string[]>([
147147
// message
148148
const message = useMessage()
149149
150-
// 采样方法 TODO @fan:有 Euler a;DPM++ 2S a;DPM++ 2M;DPM++ SDE;DPM++ 2M SDE;UniPC;Restart;另外,要不这种枚举,我们都放到 image 里?写成 stableDiffusionSampler ?
150+
// 采样方法
151151
const selectSampler = ref<string>('DDIM') // 模型
152152
// DDIM DDPM K_DPMPP_2M K_DPMPP_2S_ANCESTRAL K_DPM_2 K_DPM_2_ANCESTRAL K_EULER K_EULER_ANCESTRAL K_HEUN K_LMS
153153
const sampler = ref<ImageModelVO[]>([

0 commit comments

Comments
 (0)