当前位置: 首页 > article >正文

2023-12-04 AIGC-Stable Diffusion和SadTalker-搭建及使用

摘要:

2023-12-04 AIGC-SadTalker-搭建及使用

代码仓库:

https://github.com/Stability-AI/stablediffusion

https://github.com/camenduru/stable-diffusion-webui-colab

https://github.com/OpenTalker/SadTalker

https://github.com/adofsauron/SadTalker-Video-Lip-Sync

文档:

Stable Diffusion一键安装包 Windows版 - Stable Diffusion中文网

类似D-ID的免费开源虚拟数字人制作工具SadTalker搭建教程及效果演示 - 哔哩哔哩

SadTalker调参实验 - 知乎

https://github.com/OpenTalker/SadTalker/blob/main/docs/best_practice.md

SadTalker参数:

(sadtalker) PS D:\sd\SadTalker>  python inference.py  --help
usage: inference.py [-h] [--driven_audio DRIVEN_AUDIO] [--source_image SOURCE_IMAGE] [--ref_eyeblink REF_EYEBLINK] [--ref_pose REF_POSE] [--checkpoint_dir CHECKPOINT_DIR]
                    [--result_dir RESULT_DIR] [--pose_style POSE_STYLE] [--batch_size BATCH_SIZE] [--size SIZE] [--expression_scale EXPRESSION_SCALE]
                    [--input_yaw INPUT_YAW [INPUT_YAW ...]] [--input_pitch INPUT_PITCH [INPUT_PITCH ...]] [--input_roll INPUT_ROLL [INPUT_ROLL ...]] [--enhancer ENHANCER]
                    [--background_enhancer BACKGROUND_ENHANCER] [--cpu] [--face3dvis] [--still] [--preprocess {crop,extcrop,resize,full,extfull}] [--verbose] [--old_version]
                    [--net_recon {resnet18,resnet34,resnet50}] [--init_path INIT_PATH] [--use_last_fc USE_LAST_FC] [--bfm_folder BFM_FOLDER] [--bfm_model BFM_MODEL]
                    [--focal FOCAL] [--center CENTER] [--camera_d CAMERA_D] [--z_near Z_NEAR] [--z_far Z_FAR]

optional arguments:
  -h, --help            show this help message and exit
  --driven_audio DRIVEN_AUDIO
                        path to driven audio
  --source_image SOURCE_IMAGE
                        path to source image
  --ref_eyeblink REF_EYEBLINK
                        path to reference video providing eye blinking
  --ref_pose REF_POSE   path to reference video providing pose
  --checkpoint_dir CHECKPOINT_DIR
                        path to output
  --result_dir RESULT_DIR
                        path to output
  --pose_style POSE_STYLE
                        input pose style from [0, 46)
  --batch_size BATCH_SIZE
                        the batch size of facerender
  --size SIZE           the image size of the facerender
  --expression_scale EXPRESSION_SCALE
                        the batch size of facerender
  --input_yaw INPUT_YAW [INPUT_YAW ...]
                        the input yaw degree of the user
  --input_pitch INPUT_PITCH [INPUT_PITCH ...]
                        the input pitch degree of the user
  --input_roll INPUT_ROLL [INPUT_ROLL ...]
                        the input roll degree of the user
  --enhancer ENHANCER   Face enhancer, [gfpgan, RestoreFormer]
  --background_enhancer BACKGROUND_ENHANCER
                        background enhancer, [realesrgan]
  --cpu
  --face3dvis           generate 3d face and 3d landmarks
  --still               can crop back to the original videos for the full body aniamtion
  --preprocess {crop,extcrop,resize,full,extfull}
                        how to preprocess the images
  --verbose             saving the intermedia output or not
  --old_version         use the pth other than safetensor version
  --net_recon {resnet18,resnet34,resnet50}
                        useless
  --init_path INIT_PATH
                        Useless
  --use_last_fc USE_LAST_FC
                        zero initialize the last fc
  --bfm_folder BFM_FOLDER
  --bfm_model BFM_MODEL
                        bfm model
  --focal FOCAL
  --center CENTER
  --camera_d CAMERA_D
  --z_near Z_NEAR
  --z_far Z_FAR


http://www.kler.cn/news/161874.html

相关文章:

  • Linux_CentOS_7.9 VNC安装卸载以及相关配置开机自启动服务简易记录
  • 字符串排序
  • 【华为数据之道学习笔记】3-2 基础数据治理
  • JavaEE之多线程编程(一):基础篇
  • 手机升级到iOS15.8后无法在xcode(14.2)上真机调试
  • ubuntu 14.04的git 错误: gnutls_handshake() failed: Handshake failed
  • 华为云安全组规则
  • Android 11.0 MTK Camera2 设置默认拍照尺寸功能实现
  • vue3日常知识点学习归纳
  • 第 7 部分 — 增强 LLM 安全性的策略:数学和伦理框架
  • 微前端 -- wujie 预加载和原理 无界传参
  • 探索图像生成中的生成对抗网络 (GAN) 世界
  • 唯创知音WTV380语音芯片高品质声音播放提示IC在骨盆按摩器上的应用介绍
  • 1、命名空间、C++的复合类型、缺省参数
  • 精通Nginx(21)-大幅度提升性能优化方法
  • 石头剪刀布python
  • TCP通信
  • qt中sokect断开的几种情况
  • keil添加了头文件仍然报找不到头文件的原因
  • 4-Docker命令之docker stop
  • Apache Flink(九):集群基础环境搭建-Centos7节点配置
  • LeetCode 每日一题 Day 6(DFS+BFS)
  • ChatGPT在国内的使用限制,国内的ChatGPT替代工具
  • C#winform上下班打卡系统Demo
  • 基于AWS Serverless的Glue服务进行ETL(提取、转换和加载)数据分析(一)——创建Glue
  • 两个分数相加。
  • 持续集成交付CICD:GitLabCI 运行前后端项目
  • react经验6:使用SVG图片
  • Ray构建GPU隔离的机器学习平台
  • 【Angular开发】Angular:2023年最佳实践