Create huggingface.yaml
Browse files- huggingface.yaml +5 -0
huggingface.yaml
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
env:
|
2 |
+
- GIT_LFS_SKIP_SMUDGE=1 # Skip downloading large files initially
|
3 |
+
scripts:
|
4 |
+
- git clone https://github.com/comfyanonymous/ComfyUI.git
|
5 |
+
- cd ComfyUI && pip install -r requirements.txt
|