space-nuko

Results 141 comments of space-nuko

Okay I made it use the list filtering behavior for normal combo boxes like with current LoadImage, so it shouldn't be any slower than that. I also made the widget...

> Is it normal that the arrow buttons for the file combo are broken? With this implementation yes. The list of paths is sent back as an array (which other...

One reason is something is mutating the folder list after it's been sent back to the caller, if I allocate a new list for every call to `get_folder_paths` there's no...

Same concern, I wrote some extra code around serialization in ComfyBox to strip out unwanted combo box item lists It basically means anyone sending PNGInfo can inadvertently leak the contents...

You can pass the `--cpu` flag to `main.py`

Could there be a frontend node that picks the first non-muted output and forwards it? Here is one I made for my own project

I want this feature too. Here is how I'm thinking I'd do it 1. Tag each widget on a node as belonging to a certain "category" of input, with a...

I have spent some more time thinking of how to format this and here's what I've come up with Taking this webui prompt: A1111 Prompt ``` 1girl, tinkerer, workshop, gears,...

> could one keyword be in both positive condition and negative condition at the same time? It could if the user connects the node like this But this isn't something...

Also a small issue I came across with when thinking of this format, is how it will support custom nodes. Some nodes can load more than one type like the...