Skip to content

Commit 5302526

Browse files
committed
Update readme
1 parent adf6f58 commit 5302526

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The main goals of this project are:
2626
* **Inpainting**: Use selections for generative fill, expand, to add or remove objects
2727
* **Live Painting**: Let AI interpret your canvas in real time for immediate feedback. [Watch Video](https://youtu.be/AF2VyqSApjA?si=Ve5uQJWcNOATtABU)
2828
* **Upscaling**: Upscale and enrich images to 4k, 8k and beyond without running out of memory.
29-
* **Stable Diffusion**: Supports Stable Diffusion 1.5, and XL. Partial support for SD3.
29+
* **Diffusion Models**: Supports Stable Diffusion 1.5, and XL. Partial support for [Flux](https://github.com/Acly/krita-ai-diffusion/discussions/1176) and SD3.
3030
* **ControlNet**: Scribble, Line art, Canny edge, Pose, Depth, Normals, Segmentation, +more
3131
* **IP-Adapter**: Reference images, Style and composition transfer, Face swap
3232
* **Regions**: Assign individual text descriptions to image areas defined by layers.
@@ -45,7 +45,7 @@ A concise (more technical) version is below:
4545

4646
* Windows, Linux, MacOS
4747
* _On Linux/Mac:_ Python + venv must be installed
48-
* recommended version: 3.11 or 3.10
48+
* recommended version: 3.12 or 3.11
4949
* usually available via package manager, eg. `apt install python3-venv`
5050

5151
#### Hardware support
@@ -55,9 +55,9 @@ recommended. Otherwise generating images will take very long or may fail due to
5555
insufficient memory!
5656

5757
<table>
58-
<tr><td>NVIDIA GPU</td><td>supported via CUDA</td></tr>
59-
<tr><td>AMD GPU</td><td>limited support, DirectML on Windows, ROCm on Linux (custom install)</td></tr>
60-
<tr><td>Apple Silicon</td><td>community support, MPS on macOS</td></tr>
58+
<tr><td>NVIDIA GPU</td><td>supported via CUDA (Windows/Linux)</td></tr>
59+
<tr><td>AMD GPU</td><td>DirectML (Windows, limited features, 12+ GB VRAM recommended)<br>ROCm (Linux, via custom ComfyUI)</td></tr>
60+
<tr><td>Apple Silicon</td><td>community support, MPS on macOS 14+</td></tr>
6161
<tr><td>CPU</td><td>supported, but very slow</td></tr>
6262
</table>
6363

@@ -124,6 +124,6 @@ _Control layers: Scribble, Line art, Depth map, Pose_
124124

125125
## Technology
126126

127-
* Image generation: [Stable Diffusion](https://github.com/Stability-AI/generative-models)
127+
* Image generation: [Stable Diffusion](https://github.com/Stability-AI/generative-models), [Flux](https://blackforestlabs.ai/)
128128
* Diffusion backend: [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
129129
* Inpainting: [ControlNet](https://github.com/lllyasviel/ControlNet), [IP-Adapter](https://github.com/tencent-ailab/IP-Adapter)

0 commit comments

Comments
 (0)