This commit is contained in:
lvmin
2023-08-09 12:10:42 -07:00
parent 7386161937
commit 1a904ba333
10 changed files with 147527 additions and 1 deletions
+1 -1
View File
@@ -347,7 +347,7 @@ class FrozenCLIPEmbedder(AbstractEmbModel):
def __init__(
self,
version="openai/clip-vit-large-patch14",
version="./clip/clip-vit-large-patch14",
device="cuda",
max_length=77,
freeze=True,