GUOSHIYIN (@GUOSHIYING) 在 如何将普通视频转译为动漫画风,使用Diffutoon帮你解决这个问题 中发帖
项目:Diffutoon
项目地址:GitHub - modelscope/DiffSynth-Studio: Enjoy the magic of Diffusion models!
原生部署教材(需要代理,下载模型)
挂载代理
export http_proxy='http://ip:port' export https_proxy='http://ip:port'
创建环境变量
conda create -n DiffSynth-Studio python=3.10 -y
conda activate DiffSynth-Studio
下载包
pip install -e . -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install gradio -i https://pypi.tuna.tsinghua.edu.cn/si...