赞
踩
DiffSynth 是一个新的 Diffusion 引擎,可以实现图片和视频的风格转换。
git clone https://github.com/Artiprocher/DiffSynth-Studio/
- conda env create -f environment.yml
- conda activate DiffSynthStudio
将Stable Diffusion模型、AnimateDiff模型、Lora模型、ControlNet模型、Annotators预处理模型放到models对应目录下
https://huggingface.co/guoyww/animatediff/
https://huggingface.co/lllyasviel/ControlNet-v1-1/
https://huggingface.co/lllyasviel/Annotators/
python -m streamlit run Diffsynth_Studio.py
也可以通过代码的方式实现图片视频风格转换,参照DiffSynth-Studio\examples目录下的示例。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。