ComfyUI/models/text_encoders 文件夹中的模型。
输入
- 加载顺序不影响输出效果
输出
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
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 DualCLIPLoader node in ComfyUI. Learn its inputs, outputs, parameters and usage.
ComfyUI/models/text_encoders 文件夹中的模型。
| 参数 | 描述 | Comfy 数据类型 |
|---|---|---|
CLIP名称1 | 指定要加载的第一个 CLIP 模型的名称。此参数对于从预定义的可用 CLIP 模型列表中识别并检索正确模型至关重要。 | COMBO[STRING] |
CLIP名称2 | 指定要加载的第二个 CLIP 模型的名称。此参数允许加载第二个不同的 CLIP 模型,以便与第一个模型进行对比或整合分析。 | COMBO[STRING] |
类型 | 从 “sdxl”、“sd3”、“flux” 中选择,以适应不同的模型。 | option |
| 参数 | 描述 | 数据类型 |
|---|---|---|
clip | 输出是一个组合后的 CLIP 模型,它整合了两个指定 CLIP 模型的特征或功能。 | CLIP |
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑