BlenderNeko / ComfyUI_Cutoff

cutoff implementation for ComfyUI
GNU General Public License v3.0
347 stars 21 forks source link

Does it still work? #14

Open MoonMoon82 opened 1 year ago

MoonMoon82 commented 1 year ago

In the example you show, all regions in all batches look like the color you defined. But in my experiences it just rarely hit it. What am I'm doing wrong? Does it depend on the checkpoint I'm using? (ie. dreamshaper, chilloutmix) Is --dont-upcast-attention relevant? (In my experience it doesn't matter)

grafik ComfyUI_Cutoff.json.txt (slightly changed)

ltdrdata commented 1 year ago

Latest SDXL update broke several compatibility. Especially CLIP related... But you can now use builtin-node ConcatConditioning instead of cutoff. Try that. It's similar to BREAK on A1111

BlenderNeko commented 1 year ago

Non SDXL checkpoints should still work, millage may vary depending on the checkpoint. SDXL checkpoints for the moment will throw an error. As mentioned by @ltdrdata at the cost of some additional memory you can also use concatConditioning, similar to cutoff this isolates parts of the prompt.

Duemellon commented 10 months ago

I'm having a hard time finding documentation on the Conditioning (Concat) node. Is this what you're talking about?

Any examples?

image