/DCT-Net_Webui

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

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

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


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