Skip to content

Commit c194281

Browse files
docs: install troubleshooting
1 parent 7daff46 commit c194281

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/installation/quick_start.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,20 @@ We recommend watching our [Getting Started Playlist](https://www.youtube.com/pla
9999
- Using control layers and reference guides.
100100
- Refining images with advanced workflows.
101101

102+
## Troubleshooting
103+
104+
If installation fails, retrying the install in Repair Mode may fix it. There's a checkbox to enable this on the Review step of the install flow.
105+
106+
If that doesn't fix it, [clearing the `uv` cache](https://docs.astral.sh/uv/reference/cli/#uv-cache-clean) might do the trick:
107+
108+
- Open and start the dev console (button at the bottom-left of the launcher).
109+
- Run `uv cache clean`.
110+
- Retry the installation. Enable Repair Mode for good measure.
111+
112+
If you are still unable to install, try installing to a different location and see if that works.
113+
114+
If you still have problems, ask for help on the Invoke [discord](https://discord.gg/ZmtBAhwWhy).
115+
102116
## Other Installation Methods
103117

104118
- You can install the Invoke application as a python package. See our [manual install](./manual.md) docs.

0 commit comments

Comments
 (0)