去除propainter

This commit is contained in:
yaofanguk
2026-04-10 16:08:17 +08:00
parent c189f8368e
commit bc31d1ff2d
24 changed files with 20 additions and 1164 deletions

View File

@@ -8,7 +8,6 @@ class InpaintMode(Enum):
STTN_AUTO = "sttn-auto"
STTN_DET = "sttn-det"
LAMA = "lama"
PROPAINTER = "propainter"
OPENCV = "opencv"
@unique