Void model - pass 1 & 2 (CORE-38) (#13403)

This commit is contained in:
Talmaj
2026-05-06 04:59:04 +02:00
committed by GitHub
parent 2b63add0ad
commit 78b3096bf3
9 changed files with 1070 additions and 2 deletions

View File

@@ -54,6 +54,8 @@ folder_names_and_paths["audio_encoders"] = ([os.path.join(models_dir, "audio_enc
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)
output_directory = os.path.join(base_path, "output")
temp_directory = os.path.join(base_path, "temp")
input_directory = os.path.join(base_path, "input")