You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -48,15 +48,16 @@ A concise (more technical) version is below:
48
48
49
49
#### Hardware support
50
50
51
-
To run locally a powerful graphics card with at least 6 GB VRAM is recommended. Otherwise generating images will take very long!
51
+
To run locally a powerful graphics card with at least 6 GB VRAM (NVIDIA) is recommended. Otherwise generating images will take very long or may fail due to insufficient memory!
52
52
53
53
<table>
54
54
<tr><td>NVIDIA GPU</td><td>supported via CUDA</td></tr>
55
-
<tr><td>AMD GPU</td><td>supported via DirectML on Windows, ROCm on Linux (only custom server)</td></tr>
56
-
<tr><td>Apple M1/M2</td><td>supported via MPS on macOS</td></tr>
55
+
<tr><td>AMD GPU</td><td>limited support, DirectML on Windows, ROCm on Linux (custom install)</td></tr>
56
+
<tr><td>Apple Silicon</td><td>community support, MPS on macOS</td></tr>
57
57
<tr><td>CPU</td><td>supported, but very slow</td></tr>
58
58
</table>
59
59
60
+
60
61
### Installation
61
62
62
63
1. If you haven't yet, go and install [Krita](https://krita.org/)! _Required version: 5.2.0 or newer_
0 commit comments