Closed UnaiM closed 1 year ago
I can't reproduce this specific error, but it seems there's a problem with the cutoff nodes themselves on recent ComfyUI; the Cutoff Set Regions node thinks the tokens are from an SDXL CLIP model and fails to process them properly. Since I rely on code from the Cutoff nodes, I can't fix this in prompt control.
There have been changes to ComfyUI's token datastructures in the last few days. You can try downgrading your extensions or ComfyUI to earlier versions that worked.
This now works for me with the latest ComfyUI Cutoff nodes and ComfyUI commit, so I'm going to close this.
If you still see this error after updating your extensions and ComfyUI, please reopen with an example workflow so I can try to reproduce this.
Yep, all good now, thanks for the info! 🎉
Hi,
I have installed Cutoff and Prompt Control via ComfyUI Manager. When I use a prompt like
man with [CUT:green eyes:green] and [CUT:purple hair:purple]
on PromptControlSimple, I get the following error:If I add another semicolon to the end of each CUT block, it works, but the result isn’t the same as using the Cutoff nodes directly.
Thanks, Unai