CCSR
CCSR copied to clipboard
No module named 'modules'
if sys.platform == "darwin": from modules import mac_specific
Hi, I tried to run the code on macOS, but got the error when it comes to the above lines.
And pip install modules doesn't help with that, do you guys know why?
Thank you for your report. You can try adding the mac_specific.py from Stable Diffusion WebUI to the corresponding code location.