Files
logseq/pages/ComfyUI 2.md

37 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 基础概念
- WorkFlow
- 工作流
- 创建图像的整个流程,内部包含了所需要使用的模型以及具体的处理数据的流程
- [[Nodes]]
- 节点
- 构成工作流的基本功能单元,每一个节点都有输入输出,负责一项特定的任务
- 分类
- Load CheckPoint
- CLIP Text Encode(Prompt)
- KSampher
- VAE Decode
- Save Image
- Properties
- 位于节点内部可以调整的设置选项
- KSampher
- seed
- step
- cfg
- sampler_name
- Links
- 在不同节点之间创立的连接管道,连接着每个不同节点的输入和输出
- 只有对应类型的数据的输入输出才能创建连接
- MaskEditor
- 蒙版编辑器
- 在图像上创建和编辑遮罩,通常用于图像的局部修改
- [[Models]]
- AI图像生成的核心通过大量数据训练得到的神经网络文件
- 分类
- Checkpoint Models
- LoRA
- VAE
- ControlNet
- Dependencies
- 运行ComfyUI所需要的文件以及软件库
- ModesCustom NodesPythonInput File
- ## 实践案例