Not all the facerestore models are available
First, confirm
- [X] I have read the instruction carefully
- [X] I have searched the existing issues
- [X] I have updated the extension to the latest version
What happened?
I've downloaded all the models from https://huggingface.co/datasets/Gourieff/ReActor/tree/main/models/facerestore_models to \ComfyUI_windows_portable\ComfyUI\models\facerestore_models. But in ComfyUI only these models are visible.
How to make the other ones available as well?
Steps to reproduce the problem
standard workflow.
Sysinfo
windows 10, chrome, 4090
Relevant console log
n/a
Additional information
No response
Usually you should just reload the page and new models will appear
Usually you should just reload the page and new models will appear
Yep, I was hoping the same, but even after countless restarts I am still seeing only 4 models, as I have posted in the op.
This is very strange, it also can happen if you use the outdated version of ReActor, but I see that you have the Masking Helper node in the workflow 🤔
Try to remove comfyui-reactor-node directory and git clone the repo again
This is very strange, it also can happen if you use the outdated version of ReActor, but I see that you have the Masking Helper node in the workflow 🤔 Try to remove
comfyui-reactor-nodedirectory andgit clonethe repo again
Hi, I have done as said, only in ReActor _ FFS[OPTIONS] node the new models are visible.
This is very strange, it also can happen if you use the outdated version of ReActor, but I see that you have the Masking Helper node in the workflow 🤔 Try to remove
comfyui-reactor-nodedirectory andgit clonethe repo again
Do I need to do all this again,
Then install Insightface: (SD WebUI) pip install insightface-0.7.3-cp310-cp310-win_amd64.whl (for 3.10) or pip install insightface-0.7.3-cp311-cp311-win_amd64.whl (for 3.11) or pip install insightface-0.7.3-cp312-cp312-win_amd64.whl (for 3.12) (ComfyUI Portable) python_embeded\python.exe -m pip install insightface-0.7.3-cp310-cp310-win_amd64.whl (for 3.10) or python_embeded\python.exe -m pip install insightface-0.7.3-cp311-cp311-win_amd64.whl (for 3.11) or python_embeded\python.exe -m pip install insightface-0.7.3-cp312-cp312-win_amd64.whl (for 3.12)