ShineChen1024/MagicClothing

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

Sri2091 opened this issue · 4 comments

Screenshot 2024-05-29 162849

Pls help me solve this error

did you manage to figure it out ? i have the same error

I also encountered the same error , because it couldn't read the file of the Lora model,it's a path error; In the source code, the completion path for reading the Face ID model is in the/lora folder. You can try putting the "Face ID" model directly in the /lora folder. Hoping it will be helpful to you.

I also encountered the same error , because it couldn't read the file of the Lora model,it's a path error; In the source code, the completion path for reading the Face ID model is in the/lora folder. You can try putting the "Face ID" model directly in the /lora folder. Hoping it will be helpful to you.

hi bro, do you mind sharing the whole path of '/lora'? or do you mean 'loras'? I try but still not work.

I also encountered the same error , because it couldn't read the file of the Lora model,it's a path error; In the source code, the completion path for reading the Face ID model is in the/lora folder. You can try putting the "Face ID" model directly in the /lora folder. Hoping it will be helpful to you.

hi bro, do you mind sharing the whole path of '/lora'? or do you mean 'loras'? I try but still not work.

I just put the model 'ip-adapter-faceid-plusv2_sd15_lora.safetensors',in the 'ComfyUI\models\loras',and the error disappeared.
The meaning of this error message is that the read model path is an empty value, so check the path where the model is stored, or you can look at the source code of this node to read the specific location of the model.You can check the file 'node.py',near line 208.