thesved
thesved
@remixer-dec and @abrisene you guys seriously rock! I could finally make `Euler a` reproduce the same thing. 1. on Settings tab set `eta (noise multiplier) for ancestral samplers` to 0...
In the `run_webui_mac.sh` file add the following as a **new line** after `conda activate web-ui` and before `git pull --rebase`: `pip install GitPython` then run `./run_webui_mac.sh`
All these `ModuleNotFoundError: No module named 'X'` errors can be solved the same way: you have to install them 1. add them to your run_webui_mac.sh as in https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4109#issuecomment-1298711749, in this...
Yes, it runs at the same speed as other samplers (eg. euler):
This code fixes the origi SD models in the same way as the `do_inpainting_hijack()` function does in `sd_hijack_inpainting.py`, by defining and overwriting specific functions. I looked into how the codebase...
Interesting. Indeed `LatentInpaintDiffusion` and Monkey Patch are specific to inpainting (~31 lines of code). The first ~278 lines though contain 2 main changes compared to the original code, which are...
Just created one: https://jsfiddle.net/6e170o3n/ My real use-case was using high-resolution watermark and high-resolution images that didn't lead to a crisp result, even though the pixel density was there. Note: my...
I have created a pull request for this feature: https://github.com/mouse0270/bootstrap-notify/pull/186 If you place notifications to the top, I suggest to you to use it the following way. Otherwise if newest...
This could be a setting, but when reaching an image, it should stop and show the image until the user clicks (taps) on it, or maybe hits a space.