Skip to content

Commit 0bed60e

Browse files
committed
Update readme
1 parent 44e19e3 commit 0bed60e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,16 @@ A concise (more technical) version is below:
4848

4949
#### Hardware support
5050

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!
5252

5353
<table>
5454
<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>
5757
<tr><td>CPU</td><td>supported, but very slow</td></tr>
5858
</table>
5959

60+
6061
### Installation
6162

6263
1. If you haven't yet, go and install [Krita](https://krita.org/)! _Required version: 5.2.0 or newer_

ai_diffusion/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Generative AI plugin for Krita using Stable Diffusion"""
22

3-
__version__ = "1.18.0"
3+
__version__ = "1.18.1"
44

55
import importlib.util
66

0 commit comments

Comments
 (0)