ljleb

Results 256 comments of ljleb

> @mar-muel Have you tried running `gc.collect()` explicitly to free up memory? I did try to `gc.collect` for every key, to no avail. I concede it may be caused by...

Apparently there is a conflict between sd-webui-mov2mov and sd-webui-comfyui. This issue seems highly related to that issue: https://github.com/ModelSurge/sd-webui-comfyui/issues/176

As a side note, since webui==1.7.0 you can put a metadata.ini file at the root of your extension to determine script order: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Developing-extensions#metadataini

It does not seem to display the payloads in the right order as of right now.

how do you load/reload a custom config dir in hydra? I can't get the code to work. `main` complains about HydraConf not being set here https://github.com/s1dlx/sd-webui-bayesian-merger/blob/a1f79c5813cf5e6d7a7fa0a98fd5290119abbb73/sd_webui_bayesian_merger/optimiser.py#L50 https://hastebin.com/share/oxenosewev.swift my google searches...