[logseq-plugin-git:commit] 2025-06-17T07:54:26.058Z

This commit is contained in:
2025-06-17 15:54:26 +08:00
parent b3d8f6053d
commit bd250a957c
2 changed files with 31 additions and 2 deletions

View File

@@ -1,8 +1,36 @@
## 基础概念
- WorkFlow
- Nodes
- 工作流
- 创建图像的整个流程,内部包含了所需要使用的模型以及具体的处理数据的流程
- [[Nodes]]
- 节点
- 构成工作流的基本功能单元,每一个节点都有输入输出,负责一项特定的任务
- 分类
- Load CheckPoint
- CLIP Text Encode(Prompt)
- KSampher
- VAE Decode
- Save Image
- Properties
- 位于节点内部可以调整的设置选项
- KSampher
- seed
- step
- cfg
- sampler_name
- Links
- 在不同节点之间创立的连接管道,连接着每个不同节点的输入和输出
- 只有对应类型的数据的输入输出才能创建连接
- MaskEditor
- 蒙版编辑器
- 在图像上创建和编辑遮罩,通常用于图像的局部修改
- Models
- Dependencies
- AI图像生成的核心通过大量数据训练得到的神经网络文件
- 分类
- Checkpoint Models
- LoRA
- VAE
- ControlNet
- Dependencies
- 运行ComfyUI所需要的文件以及软件库
- ModesCustom NodesPythonInput File

1
pages/Nodes.md Normal file
View File

@@ -0,0 +1 @@
-