Install this package:
emerge -a sci-misc/stable-diffusion-cpp
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
<pkgmetadata> <maintainer type="person"> <email>candrews@gentoo.org</email> <name>Craig Andrews</name> </maintainer> <use> <flag name="blis">Build a BLIS backend</flag> <flag name="flexiblas">Build a FlexiBLAS backend</flag> <flag name="rocm">Build a HIP (ROCm) backend</flag> <flag name="wmma">Use rocWMMA to enhance flash attention performance</flag> <flag name="openblas">Build an OpenBLAS backend</flag> <flag name="webm">Support the webm audiovisual media file format</flag> </use> <upstream> <remote-id type="github">leejet/stable-diffusion.cpp</remote-id> </upstream> </pkgmetadata>
Manage flags for this package:
euse -i <flag> -p sci-misc/stable-diffusion-cpp |
euse -E <flag> -p sci-misc/stable-diffusion-cpp |
euse -D <flag> -p sci-misc/stable-diffusion-cpp
| Flag | Description | 9999 |
|---|---|---|
| blis | Build a BLIS backend | ✓ |
| cuda | Enable NVIDIA CUDA support ⚠️ | ✓ |
| flexiblas | Build a FlexiBLAS backend | ✓ |
| openblas | Build an OpenBLAS backend | ✓ |
| opencl | Build an OpenCL backend, so far only works on Adreno and Intel GPUs ⚠️ | ✓ |
| rocm | Build a HIP (ROCm) backend | ✓ |
| vulkan | Build vulkan renderer ⚠️ | ✓ |
| webm | Support the webm audiovisual media file format | ✓ |
| webp | ⚠️ | ✓ |
| wmma | Use rocWMMA to enhance flash attention performance | ✓ |