Erik Nilsson
Erik Nilsson
**It actually works if I add the 'keyup' action before I add the 'keydown' action.**
+1 experiencing the same problem with combo: 'shift' for action: 'keydown' and action: 'keyup' Edit: **It actually works if I add the 'keyup' action before I add the 'keydown' action.**
+1 This is very much needed
If we merge on 4 channels and keep 5 intact, it wouldn't work?
Well it is certainly possible to merge, but I haven't gotten any good results yet. Feel free to try it: https://gist.github.com/ntrpnr/f5cc57090d5be82284b5a72db7807136 Edit: Accidentally published the wrong version. Fixed now. Results...
Hey @AUTOMATIC1111, just want to make you aware that we have a solution here
Opened PR: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3788
It will have the extra inputs of the inpainting model as before the merge, since those are needed for inpainting. Other inputs are merged based on the multiplier.
@AUTOMATIC1111 Yes it is possible without checkbox. The reason for doing it this way: * The user will be aware that it’s now possible to merge inpainting models. * This...
@random-thoughtss Thanks, but I’m not sure this improves readability. At least not to me as a Python novice. But it might be a cleaner approach.