Christopher Layne
Christopher Layne
* Provide *per*-hook entry and exit logging around each hook called. This came out of a debugging experience where client code was adding the same hook twice at different stages...
Given the following module `Foo`: ``` package Foo; use Dancer2; use strict; use warnings; set serializer => 'JSON'; # curl -d '{ "key": [ "value" ] }' -H 'Content-Type: application/json'...
AKA: https://github.com/crosire/reshade-shaders/blob/master/Shaders/Technicolor.fx I renamed it to `RetroTechnicolor.fx` locally but without doing that it causes an issue with having the core shaders + RSRetroArch shaders installed as it duplicates the effect...
## Description * upscale_with_model: Remove debugging logging occurring in loop as it's an excessive amount of noise when running w/ DEBUG log levels. ## Screenshots/videos: This is excessive: ``` 2024-03-02...
``` Traceback (most recent call last): File "F:\stablediffusion\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "F:\stablediffusion\ComfyUI\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File...
If a single file/fetch fails during a reposync, mrepo will raise an exception over it (and continue) but will not cleanup the temporary config. Results in this: ``` $ ls...
### 👀 检查清单 | Initial checklist - [X] 已经阅读了 [常见问题](https://github.com/lobehub/sd-webui-lobe-theme/issues/467) | I have read the [FAQ](https://github.com/lobehub/sd-webui-lobe-theme/issues/468) - [X] 插件和 SD WebUI 均为为最新版本 | Plugin and SD WebUI both are the...
* showPixelBorder: Start showing the border if imagescale > 16x * showPixelBorderHighlight: Start showing the highlight square if imagescale > 24x Both of these changes seem more in line with...
* Keep the baked in defaults but move them to dopt and allow them to be overridden from the command line. e.g. `baktsiu --width 1920 --height 1080`
Baktsiu is great for comparing images locally and is just all around very useful for something you'd figure would be easy to do in most image related apps (but isn't)....