FizzleDorf / ComfyUI_FizzNodes

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

[Question] Batch on SDXL? #103

Closed NullEqualsZero closed 2 months ago

NullEqualsZero commented 2 months ago

Well, this is awkward. I am trying animatediff with SDXL for the very first time. I want to do batch prompting. Usually with SD1.5, there is a nice box where I can have my batch prompts image but on the sdxl version of the node I don't see it. Is the text_g and text_l the same thing as the one I am seeing in the sd1.5 version? Sorry for the stupid question.

FizzleDorf commented 2 months ago

The text_g is for the Clip G encoder and the text_l is for the Clip L encoder. the encode from the regular batch prompt would be the two inputs with the same prompt. this node was made so you can schedule them separately.

NullEqualsZero commented 2 months ago

sorry but could you give me an example? I am having some trouble figuring it out!