Results 11 comments of xss

I've tracked down this issue I think and it is related to tab indexes and keydown events. I've made a PR

Has anyone found a workaround for this? I'm having this same issue I believe. GGUF works fine through the API but EXL2 is pretty much useless.

I have a 4090 and can load 30B @ 4 bit so a 3090 should be able too I'd think. It should only require around 20gb of vram. What does...

While I don't disagree with you, this is a feature provided by [litegraph.js](https://github.com/jagenjo/litegraph.js) and might be better submitted as an issue on their repository.

It would be cool if there were an official node/extension library such as the one [Automatic1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui-extensions) has. No doubt many people have great ideas, but as of now I don't...

I want to understand the need here. You are wanting a node that takes in an image and outputs a mask directly, something like this mockup? ![mockup](https://user-images.githubusercontent.com/5521241/227057263-a873afc4-8af1-4753-9664-81537ddf2f3e.png)

When you say sampler, do you mean you want to, for example, take the `LATENT` output of a `KSampler` and turn it into a `MASK` or the `IMAGE` output of...

Ok, so something like this maybe? ![workflowmask](https://user-images.githubusercontent.com/5521241/227108615-1a06e417-6e42-46c8-b154-c35618ed7544.png) I'll upload it to my repo tomorrow and you can try it out assuming I don't find any killer bugs.

Glad it worked for you. I didn't post it yet since I knew there were some **breaking changes** I'd need to make. For one I added the ability to choose...

The default way an image mask is loaded is: 1. If you import an image with `LoadImage` and it has an alpha channel, it will use it as the mask....