《花间绮梦》|AIGC艺术集

不敢相信我竟然能画出这样的作品 绘制参数如下: model: etherBluMix_etherBluMix7 prompt: a child laughing and playing with pure joy, the feeling of happiness and joy that fills your whole being, spilling out in laughter and playfulness, a sunny field is filled with flowers, the world is alive with color and life, jubilation, happy, filled with joy, laughter, sunshine, (watercolor (high), IrisCompiet:1.2), <lora:IrisCompietStyle:1> Negative prompt: NSFW, (worst quality, low quality:1.3), wings, badhandv4 other parameters: Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7, Seed: 2673402545, Size: 1920x1080, Model hash: 686eec2aef, Model: etherBluMix_etherBluMix7, Denoising strength: 0.7, Clip skip: 2, Mask blur: 4, ControlNet 0: "preprocessor: none, model: control_v11f1p_sd15_depth [cfd03158], weight: 1, starting/ending: (0, 1), resize mode: Crop and Resize, pixel perfect: True, control mode: Balanced, preprocessor params: (512, 64, 64)", Lora hashes: "IrisCompietStyle: 54d4a3781e5e", TI hashes: "badhandv4: 5e40d722fc3d", Version: v1.5.1

March 23, 2025 · 1 min · 132 words · Me

九溪烟树|摄影

March 20, 2025 · 0 min · 0 words · Me

To the wilder-Woodkid|音乐分享

March 17, 2025 · 1 min · 14 words · Me

Drenched-Wanting|音乐分享

March 8, 2025 · 1 min · 2 words · Me

MacOS+Hugo+阿里云|搭建个人网站

💻设备信息: MacBook Air M3 安装Homebrew Homebrew 是一款专门为macOS设计的开源软件包管理工具 下载最新的 GitHub 发行版 安装包,并进行安装 设置环境变量,打开终端输入如下: echo 'eval "$(/opt/homebrew/bin/brew shellenv)" #brew.idayer.com' >> ~/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)" 参考自 Homebrew 中文网 验证安装完毕 brew --version 安装Hugo 使用 brew 下载Hugo相关文件 brew install hugo 创建博客文件夹(站点) hugo new site myblog --format yaml 下载 PaperMod 主题 cd myblog git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1 cd themes/PaperMod git pull 打开 myblog 文件夹下的 hugo.yaml,添加: theme: ["PaperMod"] 创建新文章 hugo new posts/first-blog.md 本地浏览,地址为: http://localhost:1313/ ...

March 6, 2025 · 2 min · 317 words · Me