update changelog

This commit is contained in:
Vladimir Mandic
2023-09-20 14:03:13 -04:00
parent 0986c9ed13
commit b00c323c31
5 changed files with 13 additions and 9 deletions
+2 -2
View File
@@ -448,8 +448,8 @@ def cleanup_models():
src_path = os.path.join(root_path, "repositories/latent-diffusion/experiments/pretrained_models/")
dest_path = os.path.join(models_path, "LDSR")
move_files(src_path, dest_path)
src_path = os.path.join(root_path, "ScuNET")
dest_path = os.path.join(models_path, "ScuNET")
src_path = os.path.join(root_path, "SCUNet")
dest_path = os.path.join(models_path, "SCUNet")
move_files(src_path, dest_path)