Add support for BiRefNet background remove model (CORE-46) (#12747)

This commit is contained in:
Yousef R. Gamaleldin
2026-05-08 12:59:24 +03:00
committed by GitHub
parent bac6fc35fb
commit d3c18c1636
10 changed files with 887 additions and 6 deletions

View File

@@ -52,6 +52,8 @@ folder_names_and_paths["model_patches"] = ([os.path.join(models_dir, "model_patc
folder_names_and_paths["audio_encoders"] = ([os.path.join(models_dir, "audio_encoders")], supported_pt_extensions)
folder_names_and_paths["background_removal"] = ([os.path.join(models_dir, "background_removal")], supported_pt_extensions)
folder_names_and_paths["frame_interpolation"] = ([os.path.join(models_dir, "frame_interpolation")], supported_pt_extensions)
folder_names_and_paths["optical_flow"] = ([os.path.join(models_dir, "optical_flow")], supported_pt_extensions)