leejet / stable-diffusion.cpp

Stable Diffusion in pure C/C++
MIT License
2.91k stars 233 forks source link

move parameters enums as separate headers #217

Closed piallai closed 1 month ago

piallai commented 3 months ago
leejet commented 3 months ago

Thank you for your contribution. But as a C-style api header file, stable-diffusion.h should be kept as simple as possible, using only one file, so I don't think these changes are necessary.