asagi4/comfyui-prompt-control
ComfyUI nodes for prompt editing and LoRA control
ComfyUI Prompt Control 是一个 ComfyUI 扩展,让你在文本提示中直接控制 LoRA 加载、调度、区域提示和高级文本编码,从而用简单文本替代复杂的节点图。
它提供 PCTextEncode 节点(支持 A1111 风格语法、多编码器、权重类型、掩码等),以及 PCLazyTextEncode 和 PCLazyLoraLoader 节点,利用惰性图执行避免不必要的重新编码。
主要特性:
- 在提示中调度 LoRA 和文本(如
[cat:dog:0.1])
- 区域提示(Attention Couple)和掩码(Cutoff)
- 兼容多编码器模型(SDXL、Flux)
- 支持自定义权重类型(ComfyUI、A1111、compel)
- 与 ComfyUI 原生节点无缝集成,可替代
CLIPTextEncode
Related
- Project
- Project
Acly/comfyui-tooling-nodesA set of ComfyUI custom nodes and API extensions that enable the use of ComfyUI as a backend for external tools, featuring optimized image transfer, regional prompting, and model inspection.
- Project
Comfy-Org/ComfyUIA modular, node-based AI engine for visual professionals to create complex workflows for generating images, video, audio, and 3D models with precise parameter control.
- Project
Chaoses-Ib/ComfyScriptA Python frontend and library for ComfyUI that allows users to define and run image generation workflows as Python scripts instead of visual node graphs.
- Project
willmiao/ComfyUI-Lora-ManagerA comprehensive management tool for ComfyUI that streamlines the organization, downloading from CivitAI, and application of LoRA models and checkpoints.