add remove bg model selection

This commit is contained in:
Qing
2024-02-08 16:49:54 +08:00
parent cf9ceea4e6
commit 8060e16c70
19 changed files with 915 additions and 222 deletions

View File

@@ -25,3 +25,6 @@ class BasePlugin:
def check_dep(self):
...
def switch_model(self, new_model_name: str):
...