EdVince / Stable-Diffusion-NCNN

Stable Diffusion in NCNN with c++, supported txt2img and img2img
BSD 3-Clause "New" or "Revised" License
1k stars 95 forks source link

Missing depedencies #29

Open Mek101 opened 1 year ago

Mek101 commented 1 year ago

The building script does not check for some dependencies, which results in errors during the linking step. At least on Arch Linux, those dependencies are hdf5, vtk and fmt.

Could it be possible to add those dependencies to the CMake script or at least add a note on the README? Thanks