add Manga Model

This commit is contained in:
Qing
2022-11-18 21:40:12 +08:00
parent d7e2148ce1
commit 08c295a70d
7 changed files with 150 additions and 5 deletions

View File

@@ -196,6 +196,8 @@ function ModelSettingBlock() {
return renderFCFModelDesc()
case AIModel.SD15:
return undefined
case AIModel.Mange:
return undefined
case AIModel.CV2:
return renderOpenCV2Desc()
default:
@@ -241,6 +243,12 @@ function ModelSettingBlock() {
'https://ommer-lab.com/research/latent-diffusion-models/',
'https://github.com/CompVis/stable-diffusion'
)
case AIModel.Mange:
return renderModelDesc(
'Manga Inpainting',
'https://www.cse.cuhk.edu.hk/~ttwong/papers/mangainpaint/mangainpaint.html',
'https://github.com/msxie92/MangaInpainting'
)
case AIModel.CV2:
return renderModelDesc(
'OpenCV Image Inpainting',