该模型是facechain的一个示例风格模型。可以通过facechain使用该模型,体验风格照片生成效果
Clone with HTTP
模型下载
git clone https://www.modelscope.cn/Cherrytest/zjz_mj_jiyi_small_addtxt_fromleo.git
使用modelscope api下载模型
#模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('Cherrytest/zjz_mj_jiyi_small_addtxt_fromleo')
评论