File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,24 @@ The full path depends on OS and how Krita was installed. You can find it via the
112112</p >
113113</Details >
114114
115+ <Details id = " additional-files" >
116+ <span slot = " summary" >Where are files cached? Why is space on C: drive required?</span >
117+ <p >
118+ Even when installing the plugin and server on a different drive, significant space
119+ is used on the system drive (C:) during installation for temporary files and caches.
120+ If you are running out of space, you can control the locations of these files by setting environment variables:
121+ </p >
122+
123+ | Cache | Default Location (Windows) | Purpose | Environment Variable |
124+ | -------| ------------------| --------------| -------|
125+ | HuggingFace | ` %USERPROFILE%\.cache\huggingface ` | Model cache | ` HF_HOME ` |
126+ | uv | ` %LOCALAPPDATA%\uv\cache ` | Python packages | ` UV_CACHE_DIR ` |
127+ | pip | ` %LOCALAPPDATA%\pip\cache ` | Python packages | ` PIP_CACHE_DIR ` |
128+
129+ It is okay to delete the contents of these folders to free up space. Important files
130+ will be re-downloaded as needed.
131+ </Details >
132+
115133<Details id = " relocate-server" >
116134<span slot = " summary" >How do I relocate my server installation?</span >
117135<p >
You can’t perform that action at this time.
0 commit comments