windwos下安装ComfyUI来生成图片
1、官网上: https://github.com/comfyanonymous/ComfyUI/releases 我选的是 https://github.com/comfyanonymous/ComfyUI/releases/download/latest/ComfyUI_windows_portable_nvid...
菜谱、技术笔记和生活记录。
1、官网上: https://github.com/comfyanonymous/ComfyUI/releases 我选的是 https://github.com/comfyanonymous/ComfyUI/releases/download/latest/ComfyUI_windows_portable_nvid...
参考这一篇: https://blog.lemonhall.me/notesview/show/484 如何在wsl2+ollama环境下成功配置Enchanted,使其成功与局域网LLM对话2、配置ollama本身,改变其监听范围【参考资料: https://github.com/ollama/ollama/iss...
https://thelounge.chat/docs/install-and-upgrade docker run --detach \ --name thelounge \ --publish 9000:9000 \ --volume ~/.thelounge:/var/opt/thelounge \ --res...
参考文章: https://blog.lemonhall.me/notesview/show/490 1、环境mkdir llama38b cd llama38b/ python3 -m venv .venv source .venv/bin/activate2、安装依赖pip install huggingface...
参考: https://github.com/kriomant/ch57x-keyboard-tool 我买了一个3x2的,六个键位的小键盘,真好用然后,看了一下,竟然github上确实有第三方制作的配置工具,自带的那个是真的丑,而且功能确实也很弱2、安装:首先装rust,我因为最近有在搞rust,所以跳过了carg...
1、先安装环境 https://www.rust-lang.org/learn/get-started 上来就要我的C盘啊算了,不要倔,给它说是装好了2、开始 http://www.qfrost.com/posts/rust-hook/ rustup install nightly rustup default ni...
1、首先是插件篇:1.1 manifest.json{ "manifest_version": 3, "name": "My Douyin Downloader", "version": "1.1", "description": "My Douyin Downloader", "content_scripts": ...
1、建立环境python3 -m venv .venv source .venv/bin/activate2、注册账号 https://rapidapi.com/nguyenmanhict-MuTUtGWD7K/api/douyin-media-no-watermark1 3、拷贝代码import requests ...
参考资料:【 https://mp.weixin.qq.com/s/X--YDc0-VrsPfc8Tz6EHjw 】参考资料:【 https://github.com/vvoovv/blosm 】先试试basic的version https://prochitecture.gumroad.com/l/blender-...
参考资料:【 https://google.github.io/comprehensive-rust/zh-CN/cargo.html 】谷歌内部的一个4天的教案,被他们自己的工程师翻译成了中文,所以还挺好使的1、先安装吧 https://rustup.rs/ 我最后是听了人家的建议,还是用这个来装:curl --p...