frontend: sd1.4->sd1.5

This commit is contained in:
Qing
2022-10-20 21:31:56 +08:00
parent 9daeca7693
commit 88a3e16ca5
2 changed files with 5 additions and 5 deletions

View File

@@ -181,7 +181,7 @@ function ModelSettingBlock() {
return undefined
case AIModel.FCF:
return renderFCFModelDesc()
case AIModel.SD14:
case AIModel.SD15:
return undefined
case AIModel.CV2:
return renderOpenCV2Desc()
@@ -222,7 +222,7 @@ function ModelSettingBlock() {
'https://arxiv.org/abs/2208.03382',
'https://github.com/SHI-Labs/FcF-Inpainting'
)
case AIModel.SD14:
case AIModel.SD15:
return renderModelDesc(
'Stable Diffusion',
'https://ommer-lab.com/research/latent-diffusion-models/',