Closed beiwilliam closed 2 months ago
The tensor sizes are a problem I am looking into. The empty prompt showing in the debug is the negative prompt output but since you are using a different negative conditioning it just prints empty. I can add another bool to print the POS or NEG separately.
I can't seem to replicate it after the first commit I put out tonight so try again after updating and let me know if there are still issues with the tensor size.
Hi, I understand the situation. After updating to the newest version, there is other error.
The size of pooled_out is 0.
I just comitted c0ec3632430ea03476e66b8de5f6e967159efb81, try pulling and trying again. if you are still getting errors can you please share a workflow so I can see what is going on?
The node Batch Prompt Schedule(SD15), which was working normally, encountered the same error after updating to c0ec363.
The end frame needs to be set to a non zero value. set it to be the same as max_frame
Hi. First of all, I want to thank you for your contribution.
I am work with animatediff + prompt travel, but i got this ↓
I am confused about the situation in the picture, why is the prompt blank? Is this normal?
Thanks.