chflame163 / ComfyUI_LayerStyle

A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.
MIT License
1.4k stars 78 forks source link

Permission denied: 'G:\\ComfyUI\\models\\mediapipe\\selfie_multiclass_256x256.tflite' #211

Open sw19852006 opened 2 months ago

sw19852006 commented 2 months ago

QQ截图20240813213435 QQ截图20240813213449

chflame163 commented 2 months ago

https://github.com/chflame163/ComfyUI_LayerStyle/issues/52#issuecomment-2021391386

PanicNOR commented 2 months ago

Move the "selfie_multiclass_256x256.tflite" file down one folder, it should look like this: '\models\mediapipe\selfie_multiclass_256x256.tflite'

and NOT LIKE THIS: '\models\mediapipe\selfie_multiclass_256x256.tflite\selfie_multiclass_256x256.tflite'

and it should work..

chnisar515 commented 2 months ago

Move the "selfie_multiclass_256x256.tflite" file down one folder, it should look like this: '\models\mediapipe\selfie_multiclass_256x256.tflite'

and NOT LIKE THIS: '\models\mediapipe\selfie_multiclass_256x256.tflite\selfie_multiclass_256x256.tflite'

and it should work..

i am using portable comfyui and i followed your method but now i am getting this error `Error occurred when executing LayerMask: PersonMaskUltra V2:

Incorrect path_or_model_id: 'C:\ComfyUI_windows_portable\ComfyUI\models\vitmatte'. Please provide either the path to a local folder or the repo_id of a model on the Hub.`

i also tried the method which is in #52 (comment) but the problem is still not solve.

chflame163 commented 2 months ago

Incorrect path_or_model_id: 'C:\ComfyUI_windows_portable\ComfyUI\models\vitmatte'. Please provide either the path to a local folder or the repo_id of a model on the Hub.`

Download all model files from BaiduNetdisk or Huggingface to ComfyUI/models/vitmatte folder.

chnisar515 commented 2 months ago

vitmatte

this works for me. Thank you Dear.