Releases: lemonade-sdk/stable-diffusion.cpp
Releases · lemonade-sdk/stable-diffusion.cpp
master-509-846e9fe
Update ggml to 0.9.7 release
master-509-811b433
Exclude GFX1152
master-508-7bdbbe4
Update HIP target to use 26.Q1 (ROCm 7.1.1)
master-507-c7de748
Add a Windows ROCm job to use tarball distribution of TheRock - Update from HIPSDK 25.Q3 to ROCm 7.11.0 tarball format - Download gfx1151 tarball from AMD repository instead of using EXE installer - Configure environment variables for extracted ROCm installation - Update GPU_TARGETS to match Linux job (7.11.0 targets) - Cache extracted tarball directory instead of installer directory - Simplify installation by removing EXE installer verification step - Align Windows and Linux ROCm build configurations
master-507-1c7b440
set hip platform
master-505-e212912
Switch over ROCm builds to artifacts both for stable and preview rele…
master-506-1f30df9
Add librocroller.so and other missing libraries to rocm artifact
master-505-cde6244
Fix moving files
master-505-060d2ad
Add libomp.so library to rocm artifact This comes from the `openmp` package on Arch but isn't there for Ubuntu unless a matching LLVM package happens to be installed. As the point of the artifact is to run standalone, explicitly add it.
master-503-26b5a26
Fix file purging The rules weren't working properly and the wrong files ended up in the zip. Switch to a regex instead.