Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Sri2091 opened this issue May 29, 2024 · 4 comments
Open

Comments

@Sri2091
Copy link

Sri2091 commented May 29, 2024

Screenshot 2024-05-29 162849

Pls help me solve this error

@Bloomzer
Copy link

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

@DUEnight
Copy link

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.

@pp-peanut
Copy link

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.

@DUEnight
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants