Jairo Correa

Results 11 issues of Jairo Correa

### Issue This issue may happen with specific ckpt files when merged with interpolations pairs that add up to 1 like you can see in the screenshot bellow: ![image](https://user-images.githubusercontent.com/5104869/195513660-6a765f62-3f20-4b23-9ebe-724aec8f0b0d.png) First...

Alternative solution based on the PR #2459 and calculating the hash using the CRC as suggested by @RupertAvery in https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/2459#issuecomment-1308717907 so people can try this suggestion. Please see the original...

The [Mikubill/sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet) has a nice lowvram optimization, I can run it on stable-diffusion-webui in my 2GB GPU, but I cannot run the ControlNet from here because I get an out...

The `realpath()` expands symbolic links, this PR changes it to `abspath()`, because it preserves the symbolic links, allowing the output folder to be a symbolic link pointing to a folder...

This PR adds the ability to mute nodes. It is built on top of the node mode that already exists in litegraph, so you can mute the node by changing...

Edit: some changes got implemented in another commit, so I updated the description to represents only the current changes. --- This PR adds the `set_seed(seed)` to allow deterministic generations: *...

This PR adds back an USE_SMALL_MODELS removed in the commit 130ba953e7d4fe058b1fe43f1a7c3fdf7d29fef3.

The context menu is empty in KDE, I use kubuntu 20.04, also tried kubuntu 22.04, and ubuntu, in ubuntu it works fine, but in kde it is always empty no...

This PR allows inputs to have multiple connections. It works by adding new inputs when you make the connection, this way there is always one free input to connect, in...

The litegraph already accepts the generic type `*` this PR makes the backend validation accepts it too. Generic types are useful for custom nodes for things like math and item...