Skip to content

Commit f1d9cf5

Browse files
authored
Merge pull request #8 from ucwLeonardo/patch-1
Fix file name typo
2 parents 2fd0303 + 02218df commit f1d9cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perfusion_pytorch/perfusion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
assert DATA_DIR.is_dir()
3030

3131
COVARIANCE_FILENAME_BY_TEXT_IMAGE_MODEL = dict(
32-
SD15 = DATA_DIR / 'covariance_CLIP_VIT-L-14.pt'
32+
SD15 = DATA_DIR / 'covariance_CLIP_ViT-L-14.pt'
3333
)
3434

3535
assert all([filepath.exists() for filepath in COVARIANCE_FILENAME_BY_TEXT_IMAGE_MODEL.values()])

0 commit comments

Comments
 (0)