文章

菜谱、技术笔记和生活记录。

windwos下安装ComfyUI来生成图片

1、官网上: https://github.com/comfyanonymous/ComfyUI/releases 我选的是 https://github.com/comfyanonymous/ComfyUI/releases/download/latest/ComfyUI_windows_portable_nvid...

AnytingLLM配合本地Ollama

参考这一篇: https://blog.lemonhall.me/notesview/show/484 如何在wsl2+ollama环境下成功配置Enchanted,使其成功与局域网LLM对话2、配置ollama本身,改变其监听范围【参考资料: https://github.com/ollama/ollama/iss...

用docker安装thelounge,IRC服务

https://thelounge.chat/docs/install-and-upgrade docker run --detach \ --name thelounge \ --publish 9000:9000 \ --volume ~/.thelounge:/var/opt/thelounge \ --res...

用ollama运行解码版llama3

参考文章: https://blog.lemonhall.me/notesview/show/490 1、环境mkdir llama38b cd llama38b/ python3 -m venv .venv source .venv/bin/activate2、安装依赖pip install huggingface...

minikeyboard的配置工具增强

参考: https://github.com/kriomant/ch57x-keyboard-tool 我买了一个3x2的,六个键位的小键盘,真好用然后,看了一下,竟然github上确实有第三方制作的配置工具,自带的那个是真的丑,而且功能确实也很弱2、安装:首先装rust,我因为最近有在搞rust,所以跳过了carg...

windows下使用rust来hook某个程序

1、先安装环境 https://www.rust-lang.org/learn/get-started 上来就要我的C盘啊算了,不要倔,给它说是装好了2、开始 http://www.qfrost.com/posts/rust-hook/ rustup install nightly rustup default ni...

使用blosm插件在Blender下下载街区

参考资料:【 https://mp.weixin.qq.com/s/X--YDc0-VrsPfc8Tz6EHjw 】参考资料:【 https://github.com/vvoovv/blosm 】先试试basic的version https://prochitecture.gumroad.com/l/blender-...

四天学rust,wsl环境下的配置,第一天上午

参考资料:【 https://google.github.io/comprehensive-rust/zh-CN/cargo.html 】谷歌内部的一个4天的教案,被他们自己的工程师翻译成了中文,所以还挺好使的1、先安装吧 https://rustup.rs/ 我最后是听了人家的建议,还是用这个来装:curl --p...