Update huggingface.yaml
Browse files- huggingface.yaml +2 -1
huggingface.yaml
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
env:
|
2 |
-
- GIT_LFS_SKIP_SMUDGE=1 #
|
|
|
3 |
scripts:
|
4 |
- git clone https://github.com/comfyanonymous/ComfyUI.git
|
5 |
- cd ComfyUI && pip install -r requirements.txt
|
|
|
1 |
env:
|
2 |
+
- GIT_LFS_SKIP_SMUDGE=1 # Prevent large files from causing issues
|
3 |
+
|
4 |
scripts:
|
5 |
- git clone https://github.com/comfyanonymous/ComfyUI.git
|
6 |
- cd ComfyUI && pip install -r requirements.txt
|