mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-29 02:17:52 +08:00
Remove depth_estimation folder.
This commit is contained in:
parent
c5aba12f2f
commit
8259f865a4
@ -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["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")
|
output_directory = os.path.join(base_path, "output")
|
||||||
temp_directory = os.path.join(base_path, "temp")
|
temp_directory = os.path.join(base_path, "temp")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user