frankchieng / ComfyUI_MagicClothing

unofficial implementation of Comfyui magic clothing
Other
521 stars 44 forks source link

PEFT backend is required for this method. #23

Open cheltenhammedia opened 7 months ago

cheltenhammedia commented 7 months ago

Everything installed OK but am getting this message, any ideas?

Error

frankchieng commented 7 months ago

pip install -U peft transformers,try this

zpengcom commented 7 months ago

pip install -U peft transformers,try this

then

Error occurred when executing MagicClothing_Generate:

stat: path should be string, bytes, os.PathLike or integer, not NoneType

zpengcom commented 7 months ago

pip install -U peft transformers,try this

then

Error occurred when executing MagicClothing_Generate:

stat: path should be string, bytes, os.PathLike or integer, not NoneType

It seems to be related to face input. If you remove the face node input, there will be no problem.

zpengcom commented 7 months ago

Solved, the model structure has changed

cheltenhammedia commented 7 months ago

Ok I ran the

pip install -U peft transformers

but got the same error message as above.

Where do I update the model structure?

bigmover commented 3 months ago

pip install -U peft transformers

HI guys @frankchieng Would you mind to share where can I find how do PEFT versions correspond to PyTorch versions?

I installed peft. But the error is still there. image image

FOSSEnjoyer69 commented 1 month ago

i'm getting the same error in A1111, why is this such a pain is the ass?