修复面部失真的多层次解决方案
针对人物生成的面部优化,推荐以下解决方法:
- Parameter tuning combinations: Settings
guidance_scale=5.5-7.5
become man and wifenum_inference_steps=35-45
- Negative Tip Enhancement: Increase
negative_prompt="blurry, deformed face, extra limbs"
- Step-by-step generation strategy:先生成全身图再裁剪面部区域二次优化
- 模型微调方案:使用LoRA对Base Model进行面部专项训练
进阶处理流程:1) 通过Gradio界面实时调节参数 2) 应用CodeFormer等面部修复工具后处理 3) 结合OpenPose控制身体结构 4) 采用CFG-Zero-star
(used form a nominal expression)face_enhance
实验性分支(需从GitHub源码安装)
This answer comes from the articleCFG-Zero-star: An Open Source Tool for Improving Image and Video Generation QualityThe