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

Getting [Errno 13] error when trying to import styles. #504

Open
Ryuukarasu opened this issue Oct 30, 2024 · 0 comments
Open

Getting [Errno 13] error when trying to import styles. #504

Ryuukarasu opened this issue Oct 30, 2024 · 0 comments

Comments

@Ryuukarasu
Copy link

Ryuukarasu commented Oct 30, 2024

I'm using Stability Matrix and trying to link ComfyUI to the styles of my stable diffusion installation. Every time I turn it on I get the error "[Errno 13]" error saying I don't have privileges to access that file. This is the section of code in the terminal talking about it.

WAS Node Suite: Importing styles from `C:\Users\epbra\Documents\AI\Stability Matrix\Packages\Stable Diffusion WebUI reForge`.
Traceback (most recent call last):
  File "C:\Users\epbra\Documents\AI\Stability Matrix\Packages\ComfyUI\nodes.py", line 2006, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\epbra\Documents\AI\Stability Matrix\Packages\ComfyUI\custom_nodes\was-node-suite-comfyui\__init__.py", line 1, in <module>
    from .WAS_Node_Suite import NODE_CLASS_MAPPINGS
  File "C:\Users\epbra\Documents\AI\Stability Matrix\Packages\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 305, in <module>
    with open(webui_styles_file, "r", encoding="utf-8-sig", newline='') as file:
PermissionError: [Errno 13] Permission denied: 'C:\\Users\\epbra\\Documents\\AI\\Stability Matrix\\Packages\\Stable Diffusion WebUI reForge'

Cannot import C:\Users\epbra\Documents\AI\Stability Matrix\Packages\ComfyUI\custom_nodes\was-node-suite-comfyui module for custom nodes: [Errno 13] Permission denied: 'C:\\Users\\epbra\\Documents\\AI\\Stability Matrix\\Packages\\Stable Diffusion WebUI reForge'
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

1 participant