2024年08月29日 stable diffusion webui forge使用flux模型 模型放在 models\Stable-diffusion. vae放在 models\VAE clip和T5放在 models\text_encoder... AI相关 152 人阅读 23 条评论 阅读全文
2024年08月29日 comfyui使用git安装node报错This action is not allowed with this security level configuration 因为设置的安全级别不允许该操作 找到comfyui manager的安装目录 打开I:\AI\comfyui\ComfyUI_windows_portabl... AI相关 514 人阅读 0 条评论 阅读全文
2024年08月27日 comfyui使用flux生成图像 flux一般有两种模型,一种是传统的checkpoint检查点,下载的时候放在I:\AI\comfyui\ComfyUI_windows_portable_nv... AI相关 83 人阅读 23 条评论 阅读全文
2024年08月26日 comfyui报错:RuntimeError: ERROR: Could not detect model type of 是因为这个不是检查点模型,把这个模型放在I:\AI\comfyui\ComfyUI_windows_portable_nvidia\ComfyUI_window... AI相关 138 人阅读 23 条评论 阅读全文
2024年08月26日 comfyui报错:RuntimeError: ERROR: Could not detect model type of 是因为这个不是检查点模型,把这个模型放在I:\AI\comfyui\ComfyUI_windows_portable_nvidia\ComfyUI_window... AI相关 200 人阅读 23 条评论 阅读全文
2024年08月26日 stable diffusion webui forge设置使用webui的模型路径 打开forge里的webui启动脚本 I:\AI\stable-diffusion-webui-forge\webui_forge_cu121_torch23... AI相关 120 人阅读 23 条评论 阅读全文
2024年08月23日 comfyui生成图片保存路径设置 设置为按照检查点名称为文件夹保存 %Load Checkpoint.ckpt_name%/image 也可以填入其他节点名称加子项目,也可以使用正则表达... AI相关 118 人阅读 23 条评论 阅读全文
2024年08月22日 使用LoRA_Easy_Training_Scripts训练lora 一、预处理图片 把需要的图片放进一个目录,使用stable diffusion webui预处理 我放在这里 I:\AI\model\dnf1\input... AI相关 80 人阅读 23 条评论 阅读全文
2024年08月21日 python创建venv环境 创建命令如下,可以用绝对路径,也可以用相对路径 PS I:\AI\chat\chatglm\GLM3-6B\ChatGLM3> python -m ve... python 59 人阅读 23 条评论 阅读全文
2024年08月21日 本地搭建chatglm3-6b 之前搭建glm4结果显卡带不动,只好退而求其次 环境准备: python3.12,miniconda,安装时都要加入path,即环境变量 先把项目给git下... AI相关 69 人阅读 0 条评论 阅读全文
2024年08月20日 comfyui使用webui的模型 进入Comfyui文件夹,复制extra_model_paths.yaml.example然后重命名为extra_model_paths.yaml 修改文... 未分类 91 人阅读 23 条评论 阅读全文
2024年08月15日 AIX创建vg和lv并设置自动挂载 刷新磁盘 cfgmgr -v 查看磁盘 lsdev -Cc disk 查看pv lspv 查看磁盘大小 bootinfo -s hdisk2 或... 小型机 55 人阅读 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 62 人阅读 23 条评论 阅读全文
2024年07月31日 使用docker-drag下载docker镜像,并打包成tar格式 一、安装python 勾选add path,然后选择install now 二,下载docker-drag wget https://raw.gith... docker 111 人阅读 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 128 人阅读 23 条评论 阅读全文