2023-04-19 linux 内存清理/释放命令(也可用于openwrt和padavan等系统的路由器) linux 内存清理/释放命令(也可用于openwrt和padavan等系统的路由器) 1.清理前内存使用情况free -m2.开始清理echo 1 > /proc/sys/vm/drop_caches 3.清理后内存使用情况free -m 4.完成! 2023年04月19日 1,380 阅读 2 评论
2023-04-12 Stable-Diffusion 通过骨架分析插件ControlNet 来制作超有意境的图片 Stable-Diffusion 通过骨架分析插件ControlNet 来制作超有意境的图片 安装 Python 3.10.6, “Add Python to PATH”安装 git.B.正式开始安装的步骤:1.下载 Stable-Diffusion-webui 【链接地址】 Github开源项目,【中文语言包】 (注意:大陆用户请挂梯,否则打不开)2.安装扩展 :https://github.com/Mikubill/sd-webui-controlnet.git3.下载ControlNet模型【链接】选择里面的 control_sd15_openpose.pth,下载后放入./stable-diffusion-webui/extensions/sd-webui-controlnet/models 文件夹下4.重启进入 WebUi 选择 ControlNet模型5.载入训练好的模型:stablydiffuseds_26 也就是模型:StablyDiffused’s Aesthetic Mix 【点击下载】6.载入图片进行骨架分析,并输入下面的正负关键词:正面关键词:4 girls,4 girls on the beach,back to the sea,Whit... 2023年04月12日 686 阅读 1 评论
2023-04-12 最火的(stable-diffusion-webui)AI绘画教程! 最火的(stable-diffusion-webui)AI绘画教程! 1.Git: 【官网】2.Python:【官网】3.安装命令:git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git4.Model下载:【点击前往】最新版的stable-diffusion-v1.5模型下载:【获取】5.提示词:NSFW, Prhololive, uruha_rushia, 1girl, bangs, bare shoulders, red eyes, blue dress, blue green hair, blue sleeves, blush, bow, breasts, chick, collarbone, detached collar, detached sleeves, double bun, eyebrows visible through hair, frills, hair orhament, medium hair, off-shoulder dress lowres, bad anatomy, bad hands, text,error, missing f... 2023年04月12日 419 阅读 1 评论
2023-02-02 linux出现-bash: curl: command not found更新安装 linux出现-bash: curl: command not found更新安装 出现-bash: curl: command not found更新安装CentOSyum update -y && yum install wget -y && yum install curl -y Debian / Ubuntuapt update -y && apt dist-upgrade -y apt-get update -y && apt-get install wget -y && apt-get install curl -y 2023年02月02日 526 阅读 1 评论
2022-05-03 把cloudflare全部ip加入宝塔防火墙白名单 把cloudflare全部ip加入宝塔防火墙白名单 IP list先上干货,cloudflare全部ip[["131.0.72.0","131.0.75.255"], ["172.64.0.0","172.71.255.255"], ["104.24.0.0","104.27.255.255"], ["104.16.0.0","104.23.255.255"], ["162.158.0.0","162.159.255.255"], ["198.41.128.0","198.41.255.255"], ["197.234.240.0","197.234.243.255"], ["188.114.96.0","188.114.111.255"], ["190.93.240.0","190.9... 2022年05月03日 615 阅读 1 评论