File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,20 @@ We recommend watching our [Getting Started Playlist](https://www.youtube.com/pla
99
99
- Using control layers and reference guides.
100
100
- Refining images with advanced workflows.
101
101
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
+
102
116
## Other Installation Methods
103
117
104
118
- You can install the Invoke application as a python package. See our [ manual install] ( ./manual.md ) docs.
You can’t perform that action at this time.
0 commit comments