forked from LiveCarta/ContentGeneration
Refactored code, added Dockerfile, replaced bash scripts with python alternatives, added README with instructions on running a pipeline
This commit is contained in:
@@ -42,6 +42,7 @@ Thumbs.db
|
||||
# Local env and logs
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.log
|
||||
*.pid
|
||||
|
||||
@@ -50,3 +51,13 @@ Thumbs.db
|
||||
*.mov
|
||||
*.avi
|
||||
*.mkv
|
||||
|
||||
# Project generated data and checkpoints
|
||||
images/
|
||||
audios/
|
||||
videos/
|
||||
merged/
|
||||
results/
|
||||
outputs/
|
||||
ckpts/
|
||||
HunyuanVideo-1.5/ckpts/
|
||||
|
||||
Reference in New Issue
Block a user