We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd0303 commit 02218dfCopy full SHA for 02218df
perfusion_pytorch/perfusion.py
@@ -29,7 +29,7 @@
29
assert DATA_DIR.is_dir()
30
31
COVARIANCE_FILENAME_BY_TEXT_IMAGE_MODEL = dict(
32
- SD15 = DATA_DIR / 'covariance_CLIP_VIT-L-14.pt'
+ SD15 = DATA_DIR / 'covariance_CLIP_ViT-L-14.pt'
33
)
34
35
assert all([filepath.exists() for filepath in COVARIANCE_FILENAME_BY_TEXT_IMAGE_MODEL.values()])
0 commit comments