Fabrice-TIERCELIN
commited on
Commit
•
758a3f9
1
Parent(s):
f2ab299
Use HuggingFace models
Browse files- CKPT_PTH.py +4 -4
CKPT_PTH.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
LLAVA_CLIP_PATH = '/
|
2 |
-
LLAVA_MODEL_PATH = '/
|
3 |
-
SDXL_CLIP1_PATH = '/
|
4 |
-
SDXL_CLIP2_CKPT_PTH = '/
|
|
|
1 |
+
LLAVA_CLIP_PATH = 'openai/clip-vit-large-patch14-336'
|
2 |
+
LLAVA_MODEL_PATH = 'liuhaotian/llava-v1.5-13b'
|
3 |
+
SDXL_CLIP1_PATH = 'openai/clip-vit-large-patch14'
|
4 |
+
SDXL_CLIP2_CKPT_PTH = 'laion/CLIP-ViT-bigG-14-laion2B-39B-b160k/open_clip_pytorch_model.bin'
|