comfyui-reactor-node icon indicating copy to clipboard operation
comfyui-reactor-node copied to clipboard

Not all the facerestore models are available

Open XTRMsavage opened this issue 1 year ago • 5 comments

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. image image How to make the other ones available as well?

Steps to reproduce the problem

standard workflow. image

Sysinfo

windows 10, chrome, 4090

Relevant console log

n/a

Additional information

No response

XTRMsavage avatar Apr 25 '24 07:04 XTRMsavage

Usually you should just reload the page and new models will appear

Gourieff avatar Apr 25 '24 14:04 Gourieff

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.

XTRMsavage avatar Apr 26 '24 02:04 XTRMsavage

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

Gourieff avatar Apr 26 '24 12:04 Gourieff

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

Hi, I have done as said, only in ReActor _ FFS[OPTIONS] node the new models are visible.

XTRMsavage avatar Apr 29 '24 05:04 XTRMsavage

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

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)

XTRMsavage avatar May 15 '24 08:05 XTRMsavage