Remove depth_estimation folder.

This commit is contained in:
Talmaj Marinc 2026-05-19 21:11:43 +02:00
parent c5aba12f2f
commit 8259f865a4

View File

@ -60,12 +60,6 @@ folder_names_and_paths["geometry_estimation"] = ([os.path.join(models_dir, "geom
folder_names_and_paths["optical_flow"] = ([os.path.join(models_dir, "optical_flow")], supported_pt_extensions)
folder_names_and_paths["depth_estimation"] = (
[os.path.join(models_dir, "depth_estimation"),
os.path.join(models_dir, "diffusion_models")],
supported_pt_extensions,
)
output_directory = os.path.join(base_path, "output")
temp_directory = os.path.join(base_path, "temp")