COMFYUI换脸ReActor报错Value not in list: face_restore_model: ‘codeformer.pth‘解决
Value not in list: face_restore_model: 'codeformer.pth' not in ['none', 'GFPGANv1.3.pth']
搜了下没找到答案,最后看github官方的指引:
You can download models here: https://huggingface.co/datasets/Gourieff/ReActor/tree/main/models/facerestore_models
Put them into the ComfyUI\models\facerestore_models
嗯,原来是facerestore_models找了这个模型,下载的地址搜一下就可以找到:
https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/codeformer.pth
把它放入facerestore_models重启就好了