macOS facesets "[Errno 30] Read-only file system: '/temp'" #292
-
Beta Was this translation helpful? Give feedback.
Answered by
C0untFloyd
Oct 14, 2023
Replies: 2 comments 7 replies
-
QUick fix: you can modify /temp dir related in the code, change it under your project's temp dir by hardcode |
Beta Was this translation helpful? Give feedback.
4 replies
-
As I don't own a Mac to test, could you try changing this line: to look like this: Please tell me if that's working for you. In the meantime I'll add another setting to force using the OS Temp. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
sakeRadio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As I don't own a Mac to test, could you try changing this line:
https://github.com/C0untFloyd/roop-unleashed/blob/main/ui/tabs/facemgr_tab.py#L54
to look like this:
unzipfolder = os.path.join(os.environ["TEMP"], 'faceset')
Please tell me if that's working for you. In the meantime I'll add another setting to force using the OS Temp.