FizzleDorf / ComfyUI_FizzNodes

Custom Nodes for Comfyui
MIT License
370 stars 56 forks source link

Difference between text_g and text_l in SDXL Batch Prompt Scheduler #67

Open ptmarks opened 7 months ago

ptmarks commented 7 months ago

Hi, I can't find an explanation of difference between text_g and text_l is in the Batch Prompt Scheduler. I'm just using text_g because it's the first box, so not sure if I'm missing something. Thanks!

FizzleDorf commented 7 months ago

hey @ptmarks! The text_g and text_l are for the G CLIP and L CLIP respectively as SDXL is the only model with two clips used inside of it. This node gives the opportunity to provide prompt separately to each clip. You can find out more in this reddit link. although the advice says to provide the same prompt to both clips, it is still open to experimentation using the schedule node or the SDXL encode node in base ComfyUI. Hope this helps!