From 1a670088c068d7d0663e369246932120d7e9553d Mon Sep 17 00:00:00 2001 From: Codex Date: Tue, 30 Jun 2026 15:36:07 +0800 Subject: [PATCH] Use ViTMatte base composition model --- configs/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/default.yaml b/configs/default.yaml index 4bd1c1d..6e9b125 100644 --- a/configs/default.yaml +++ b/configs/default.yaml @@ -1,5 +1,5 @@ model: - model_name: hustvl/vitmatte-small-composition-1k + model_name: hustvl/vitmatte-base-composition-1k device: cuda matting_method: vitmatte fallback_to_chroma_alpha: false