Spaces:
Running on Zero
Running on Zero
fix: include Sway Dance seed video in deploy
Browse files*.mp4 was matching the seed-input placeholder. Add the assets/seed_inputs
exception in .gitignore and stage the missing file so VHS_LoadVideo on
Spaces stops warning about /home/user/comfyui/input/Sway Dance Lesson 31s.mp4
not found.
.gitignore
CHANGED
|
@@ -26,6 +26,7 @@ generated/
|
|
| 26 |
*.webm
|
| 27 |
!demo/**/*.mp4
|
| 28 |
!demo/**/*.wav
|
|
|
|
| 29 |
|
| 30 |
# OS
|
| 31 |
.DS_Store
|
|
|
|
| 26 |
*.webm
|
| 27 |
!demo/**/*.mp4
|
| 28 |
!demo/**/*.wav
|
| 29 |
+
!assets/seed_inputs/**
|
| 30 |
|
| 31 |
# OS
|
| 32 |
.DS_Store
|
assets/seed_inputs/Sway Dance Lesson 31s.mp4
ADDED
|
Binary file (3.16 kB). View file
|
|
|