本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
Conditioning
CLIPTextEncodePixArtAlpha - ComfyUI Built-in Node Documentation
Complete documentation for the CLIPTextEncodePixArtAlpha node in ComfyUI. Learn its inputs, outputs, parameters and usage.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete documentation for the CLIPTextEncodePixArtAlpha node in ComfyUI. Learn its inputs, outputs, parameters and usage.
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
| 参数 | 数据类型 | 输入类型 | 默认值 | 范围 | 描述 |
|---|---|---|---|---|---|
宽度 | INT | 输入 | 1024 | 0 到 MAX_RESOLUTION | 用于分辨率条件的宽度维度 |
高度 | INT | 输入 | 1024 | 0 到 MAX_RESOLUTION | 用于分辨率条件的高度维度 |
文本 | STRING | 输入 | - | - | 要编码的文本输入,支持多行输入和动态提示 |
剪辑 | CLIP | 输入 | - | - | 用于标记化和编码的 CLIP 模型 |
| 输出名称 | 数据类型 | 描述 |
|---|---|---|
CONDITIONING | CONDITIONING | 包含文本标记和分辨率信息的编码条件数据 |