Skip to content

Commit

Permalink
bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
csokun committed Jul 31, 2024
1 parent 6bff11d commit 840df2e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- ./input:/app/input
- ./output:/app/output
- ../models:/app/models
- ../models/u2net:/root/.u2net
- ./custom_nodes:/app/custom_nodes
tty: true
deploy:
Expand Down
24 changes: 21 additions & 3 deletions requirements_docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PyGithub
matrix-client==0.4.0
transformers
huggingface-hub>0.20
typer
typer==0.9.0
rich
typing-extensions

Expand Down Expand Up @@ -50,8 +50,26 @@ cachetools
yacs
mediapipe
svglib

fvcore
omegaconf
imageio-ffmpeg
librosa
color-matcher
huggingface_hub
huggingface_hub
filelock
ftfy
trimesh[easy]
albumentations
scikit-learn

# AnimateDiff
pandas
numexpr

#MimicMotioin
diffusers
decord
einops
moviepy
accelerate
av

0 comments on commit 840df2e

Please sign in to comment.