Skip to content

Repository files navigation


Quick Install with Conda

conda create -n venv python=3.9
conda activate venv

Pip Packages

pip install "modelscope[cv]==1.3.2" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
pip install "modelscope[multi-modal]==1.3.2" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
pip install "tensorflow<2.11"

FFmpeg

Conda Users
conda install ffmpeg
Ubuntu/Debian Users
sudo apt install ffmpeg
sudo apt install libsox-dev
conda install -c conda-forge 'ffmpeg<7'
MacOS Users
brew install ffmpeg
Windows Users
winget install ffmpeg

or

choco install ffmpeg

how to use

python3 app.py

avatar

Credits

https://github.com/menyifang/DCT-Net

About

基于DCT-Net的图片/视频转绘gradio界面webui

Resources

Stars

28 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages