FizzleDorf / ComfyUI_FizzNodes

Custom Nodes for Comfyui
MIT License
386 stars 60 forks source link

Its back? #87

Closed NullEqualsZero closed 6 months ago

NullEqualsZero commented 6 months ago

Due to GPU limitations, I haven't used the node for a few months. Finally, I managed to upgrade my GPU. It usually works fine but sometimes when you change something in the prompt I get this error which doesn't want to stop.

The size of tensor a (77) must match the size of tensor b (154) at non-singleton dimension 1

FizzleDorf commented 6 months ago

yeah, I'm in the middle of refactoring and making sure the padding is going to apply correctly. I'm hoping things are back to normal today to begin adding additional functionality and some more examples

NullEqualsZero commented 6 months ago

oh perfect thank you. It is weird, it is better than before. If I remove a few prompts it works fine. It is like there is a limit on the token size allowed (or whatever the correct name is). Also, I am really interested in making nodes of my own but I have no clue where to start. If you could give me a basic guide I would love that thank you!