无需 Python 或 PyTorch 即可运行的Stable Diffusion开源文生图 (Text-to-Image) 扩散模型——stable-diffusion.cpp

stable-diffusion.cpp 是 Stable Diffusion 的纯 C++/C 实现,基于原始的 PyTorch 模型权重,无需 Python 环境即可运行。

继续阅读无需 Python 或 PyTorch 即可运行的Stable Diffusion开源文生图 (Text-to-Image) 扩散模型——stable-diffusion.cpp

解决 LLaMA.cpp 使用 MCP 代理时出现“SSL server verification failed”错误的办法

受限于 MCP Server 地址跨域的问题一时半会无法解决的影响,遂想到使用 LLaMA.cpp 所提供自带的代理功能来解决跨域的问题。

继续阅读解决 LLaMA.cpp 使用 MCP 代理时出现“SSL server verification failed”错误的办法