LykosAI / StabilityMatrix

Multi-Platform Package Manager for Stable Diffusion
https://lykos.ai
GNU Affero General Public License v3.0
4.75k stars 305 forks source link

macOS: error when launching ComfyUI #980

Open tanis2000 opened 2 weeks ago

tanis2000 commented 2 weeks ago

What happened?

I updated ComfyUI to the latest master as of today from the StabilityMatrix package manager.

When I launch ComfyUI I get the following error:

Unobserved Task Exception - IOException
Read-only file system: '/ (0).DS_Store'

The file-system is not read-only of course. I have the feeling it might due to some permissions or something like that, but I did not change anything and I haven't updated the macOS version for a long time. This box is still running on Sonoma 14.6.1

Steps to reproduce

  1. Open StabilityMatrix
  2. Install the latest master version of ComfyUI
  3. Launch ComfyUI

Relevant logs

No response

Version

v2.12.2

What Operating System are you using?

macOS

Relevant logs:

app.log

tanis2000 commented 2 weeks ago

If I switch the shared models method from symlink to config it does start but then some models are not actually available because SM is overwriting the custom_model_paths.yaml where I wanted to put the other folders with additional models.

mohnjiles commented 1 week ago

Might be having trouble moving that .DS_Store file into the shared model directory? Could try deleting that, or check this comment to solve your issue with Config model sharing.

tanis2000 commented 1 week ago

Yeah I am pretty sure it might not even know what to do with macOS managed files, but it would be good if it dis. And thanks for pointing me in the right direction about the custom config stuff!