Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post$ hexo new "My New Post"
More info: Writing
Run server$ hexo server
More info: Server
Generate static files$ hexo generate
More info: Generating
Deploy to remote sites$ hexo deploy
More info: Deployment
hexo搭建blog及安装第三方主题Next等配置操作(二)
一键盘生成hexo及安装第三方主题next脚本如下:# ----------------------------------------------------------------# Copyright © 2024 OpenSource Ltd. All rights reserved.# FileName : hexo_blog_init.sh# Author : looismes# Mail : [email protected]# Version : v1.0.0# CreateTime : 2024-05-24 11:53:17# COPYRIGHT : Copyright ©2024 - 开源服务# Description: Welcome Use The Script.# ------------------------------------------------------ ...
hexo搭建blog及安装第三方主题Next等配置操作(一)
快速开始:1.安装Hexo$ npm install hexo-cli -gInstall with brew on macOS and Linux:$ brew install hexo
2.安装初始化博客$ hexo init blog$ cd blog
3.启动hexo服务:$ hexo server -p 8080
4.创建一个新文章:$ hexo new "Hello Hexo"
Front matter有哪些:
---title: AI学画画001-ComfyUI入门篇date: 2024-05-22 15:59:19categories: 人工智能tags: AI画画---
5.生成静态文件$ hexo generate
6.hexo服务重启脚本:# cd /acdata/dba_tools/hexo_blog/blog# cat restart_hexo.sh
#!/bin/bash# ------------------------------------------- ...
title: AI学画画001-ComfyUI入门篇date: 2024-05-22 15:59:19categories: - 人工智能 - Chatgpt - ComfyUItags: AI画画,ComfyUIAI学绘画001-ComfyUI入门篇
今天开始带大家从0到1学习目前很火的stable diffusion的一个工作流webUI框架ComfyUI。
01 介绍ComfyUI 是由Comfy AnonyMous于2023年1月创建的,他创建了该工具用来学习和研究Stable Diffusion的工作原理。
ComfyUI 是一个基于节点流程式的stable diffusion AI 绘图工具WebUI, 通过将stable diffusion的流程拆分成节点,实现了更加精准的工作流定制和完善的可复现性。相较于我们常用的WebUI,ConfyUI有如下这些优势和劣势:
优势:
1:轻量化,比SD更省内存,出图速度比SD快,硬件要求低,3G以上显存GPU也能工作很好。
2:模块化,按需启用不同模块,自由度更高。
3:灵活,工作流机制,可以把以往复杂多个页面切换使 ...






