Skip to content

Commit 17cca93

Browse files
Update manager/troubleshooting.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 07c34c9 commit 17cca93

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

manager/troubleshooting.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ If you want to specify a different path instead of `~/.tmp/default`, run `python
104104

105105
## Security policy
106106

107+
If you encounter the error `This action is not allowed with this security level configuration` when installing custom nodes via git URL or using the nightly version, you need to adjust the security level in your `config.ini` file.
108+
109+
The `config.ini` file is located at:
110+
- **ComfyUI v0.3.76+**: `<USER_DIRECTORY>/__manager/config.ini`
111+
- **Older versions**: `<USER_DIRECTORY>/default/ComfyUI-Manager/config.ini`
112+
113+
Where `<USER_DIRECTORY>` defaults to `ComfyUI/user`. See [Configuration](/manager/configuration) for more details.
114+
107115
Configure security levels in `config.ini`:
108116

109117
```ini
@@ -125,6 +133,10 @@ security_level = normal
125133
| **Middle** | Uninstall/Update, installation of custom nodes in default channel, restore/remove snapshot, restart |
126134
| **Low** | Update ComfyUI |
127135

136+
<Tip>
137+
To install custom nodes via git URL or nightly versions, set `security_level = weak` in your `config.ini`.
138+
</Tip>
139+
128140
## Getting help
129141

130142
If you're still experiencing issues:

0 commit comments

Comments
 (0)