From 8259f865a440dbe116e44194ae61dba716b7e4d6 Mon Sep 17 00:00:00 2001 From: Talmaj Marinc Date: Tue, 19 May 2026 21:11:43 +0200 Subject: [PATCH] Remove depth_estimation folder. --- folder_paths.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/folder_paths.py b/folder_paths.py index 2b1274a77..35fc7e050 100644 --- a/folder_paths.py +++ b/folder_paths.py @@ -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")