StableLlama

Results 38 comments of StableLlama

> Do you have some examples of external applications that this can be used with? Any that accept image files to be dragged to them. E.g. I'm using it for...

This is with 1.40.0 I'll update to 1.41.1 to see whether there's a difference or not

The batch size is an important hint, but there's also a different bug. For that I opened issue #2150

As I'm missing all the Python basic functionality I made https://github.com/StableLlama/ComfyUI-basic_data_handling (or just use `Basic data handling` from the node registry) that aims to give you the full basic Python...

I fully understand that there's a trade off between a few mighty nodes (i.e. one that can to many things by selecting from a COMBO) and many simple nodes with...

> for locking math to only python operations. Hm, I don't understand. How should e.g. a square root work without clamping the input to IO.NUMBER? And one custom node set...

You are just using an implicit cast. And using a cast my node set can do that as well: ![image](https://github.com/user-attachments/assets/43936659-310a-4418-8b24-595b0c760bcd) Actually that's not an issue about nodes, that's an issue...

In an ideal world (i.e. long term or perhaps even mid term?) we would have two things: 1. Type hierarchy with type traits 2. simple templates (in the sense of...