10 2025 档案
摘要:Windows启动Stable Diffusion报错 错误原因,本机IP地址设置错误 修改配置文件为本机地址 文件为 sd-webui-aki-v4.1\.launcher\preference.json 修改以下地址为本机地址再次启动即可
阅读全文
摘要:Github https://github.com/ZTE-AICloud/Co-Sight 环境查看 系统环境 ~ lsb_release -a No LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 22.04
阅读全文
摘要:Github地址 https://github.com/astral-sh/uv/tree/main 文档地址 https://docs.astral.sh/uv/#highlights uv是一个用 Rust 编写的极其快速的 Python 包和项目管理工具 环境查看 系统环境 # cat /et
阅读全文
摘要:参考 https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-stack/docker/ 环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9.
阅读全文
摘要:创建用户并授权 需要使用本地地址127.0.0.1连接MySQL数据库否则可能授权失败 > create user zentao@'%' identified by 'password'; > grant all on zentao.* to zentao@'%'; > flush privileg
阅读全文