2024年08月26日 comfyui报错:RuntimeError: ERROR: Could not detect model type of 是因为这个不是检查点模型,把这个模型放在I:\AI\comfyui\ComfyUI_windows_portable_nvidia\ComfyUI_window... AI相关 1166 人阅读 23 条评论 阅读全文
2024年08月26日 stable diffusion webui forge设置使用webui的模型路径 打开forge里的webui启动脚本 I:\AI\stable-diffusion-webui-forge\webui_forge_cu121_torch23... AI相关 652 人阅读 23 条评论 阅读全文
2024年08月23日 comfyui生成图片保存路径设置 设置为按照检查点名称为文件夹保存 %Load Checkpoint.ckpt_name%/image 也可以填入其他节点名称加子项目,也可以使用正则表达... AI相关 943 人阅读 23 条评论 阅读全文
2024年08月22日 使用LoRA_Easy_Training_Scripts训练lora 一、预处理图片 把需要的图片放进一个目录,使用stable diffusion webui预处理 我放在这里 I:\AI\model\dnf1\input... AI相关 299 人阅读 23 条评论 阅读全文
2024年08月21日 python创建venv环境 创建命令如下,可以用绝对路径,也可以用相对路径 PS I:\AI\chat\chatglm\GLM3-6B\ChatGLM3> python -m ve... python 198 人阅读 23 条评论 阅读全文
2024年08月21日 本地搭建chatglm3-6b 之前搭建glm4结果显卡带不动,只好退而求其次 环境准备: python3.12,miniconda,安装时都要加入path,即环境变量 先把项目给git下... AI相关 191 人阅读 0 条评论 阅读全文
2024年08月20日 comfyui使用webui的模型 进入Comfyui文件夹,复制extra_model_paths.yaml.example然后重命名为extra_model_paths.yaml 修改文... 未分类 369 人阅读 23 条评论 阅读全文
2024年08月15日 AIX创建vg和lv并设置自动挂载 刷新磁盘 cfgmgr -v 查看磁盘 lsdev -Cc disk 查看pv lspv 查看磁盘大小 bootinfo -s hdisk2 或... 小型机 209 人阅读 0 条评论 阅读全文
2024年08月01日 kubenets报错The connection to the server localhost:8080 was refused - did you specify the right host o 运行kubectl get node命令报错 一般有两个原因,kubelet服务没有启动,或者部署时没有开启ssh互信导致部署不完全 解决方法如下 kub... docker 196 人阅读 23 条评论 阅读全文
2024年07月31日 使用docker-drag下载docker镜像,并打包成tar格式 一、安装python 勾选add path,然后选择install now 二,下载docker-drag wget https://raw.gith... docker 294 人阅读 23 条评论 阅读全文
2024年07月31日 kubernets报错The connection to the server 192.168.117.141:6443 was refused - did you specify the right 先排错,用crictl ps查看一下容器,果然报没有 /var/run/cri-dockerd.sock这个文件 [root@kmaster ~]#... docker 249 人阅读 23 条评论 阅读全文
2024年07月29日 kubectl proxy设置别的机器也可以访问 kubectl proxy --address=0.0.0.0 --accept-paths='^*$' --address=0.0.0.0 监听所有... docker 227 人阅读 23 条评论 阅读全文
2024年07月23日 aix链接存储的磁盘部分链路failed 临时解决方法是把部分链路禁用了 可以先试着启用链路 chpath -l hdisk2 -s enable https://support.huawei... 小型机 222 人阅读 23 条评论 阅读全文
2024年07月18日 rocky linux9设置开机自启cockpit报错 [root@rocky9 ~]# systemctl enable --now cockpit The unit files have no... rocky 255 人阅读 23 条评论 阅读全文