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")