Blog
StableDiffusion的Lora模型训练
前言 首先模型训练需要的条件比较严苛 科学的网络 强大的显卡 基本的Linux知识 耐心与时间 准备工作 将需要训练的图片放置在一个文件夹内 打开htt...
ChatGpt与AI绘图软件的神级搭配
与ChatGpt联动生成propmt StableDiffusion You are going to pretend to be Concept2PromptAI or C2P_AI for short. C2P_AI takes concepts and turns th...
关于StableDiffusion的一些小事
安装 Automatic Installation on Windows 安装 Python 3.10, 安装时勾选 'Add Python to PATH' Install git install nVidia CUDA toolkit: https://de...
常用Midjourney Prompts
1.超现实,超详细,8k,--无水印 Hyper-Realistic, Hyper-Detailed, 8k, --no watermarks 2.超逼真和超详细,令人惊叹的构图,超情绪化,史诗般的电影照明...
centos如何定时早上5点自动重启详细设置
在CentOS中,可以使用crontab来设置每天早上5点自动重启系统。具体步骤如下: 1. 打开Terminal终端,使用root权限登录系统。 2. 输入以下命令创建一个cron ...
WINDOWS官方镜像下载
WINDOWS官方镜像下载 https://www.microsoft.com/zh-cn/software-download
UNRAID全流程
安装unraid https://unraid.net/zh 启动unraid 1.设置root密码登陆 2.Settings/DateTime 设置系统时区 3.Tools/Registration 激活unraid密钥 设置unraid...
UBUNTU编译OPENWRT
安装编译依赖 20.04 sudo apt update sudo apt upgrade sudo apt-get install build-essential ccache ecj fastjar file g++ gawk gettext git java-propose...
minisforum U820 Ventura安装
创建USB安装盘 下载安装镜像 下载balenaEtcher,选择安装镜像,选择需要制作的U盘,点击 Flash 即可。Windows10需要以管理员权限运行 下载efi https://github...
VPS安装Alist,Rclone,Emby
Centos安装运行环境 安装EPEL源 yum -y install epel-release 安装一些基本组件和依赖 yum -y install wget unzip screen fuse fuse-devel ...