melMass / comfy_mtb

Animation oriented nodes pack for ComfyUI
MIT License
376 stars 43 forks source link

Can't find FaceSwap anymore, what happend? [bug] #128

Open HenryFroio opened 8 months ago

HenryFroio commented 8 months ago

Describe the bug

Well, the title is self explanatory

Captura de tela 2023-11-20 175340

Captura de tela 2023-11-20 175411

Reproduction

No response

Expected behavior

No response

Operating System

Linux

Comfy Mode

In a custom virtual env (venv, virtualenv, conda...)

Console output

No response

Additional context

No response

melMass commented 8 months ago

Hi,

Thanks for the report, yes I actually removed them from the "setup" because they were a pain to maintain on windows (became impossible without using other approaches with Py11 afaik).

But other OSes work actually fine so I need to add instructions to properly install them. I personally still use all the optional nodes on windows and macos.

https://github.com/melMass/comfy_mtb?tab=readme-ov-file#optional-nodes

J-Cott commented 7 months ago

Where do you run this command? .venv/python -m pip install tensorflow facexlib insightface basicsr In the \ComfyUI\custom_nodes\comfy_mtb\ folder? I think they are not very clear instructions for most users.

EDIT: For me on the Portal ComfyUI it was: \ComfyUI_windows_portable\python_embeded\ python -m pip install tensorflow facexlib insightface basicsr

But I am still getting errors on the workflow from:

Evaluate Strings Evaluate Floats Evaluate Integers

But that could be unrelated to your extension.

melMass commented 7 months ago

I will write better instructions did not have the time yet tbh.

That said I really recommend the alternatives listed in the readme as they are more up to date!