ljleb

Results 256 comments of ljleb

You can also go to settings and add the folder, or use command line argument `--controlnet-dir `.

Are you on the latest version? A month ago the part of the code responsible for this was moved to a different location: https://github.com/Mikubill/sd-webui-controlnet/blob/241c05f8c9d3c5abe637187e3c4bb46f17447029/scripts/global_state.py#L99 You should be able to use...

Check the option "Use mid-control on highres pass (second pass)" in settings.

For inspiration, just letting you know that @Mikubill implemented basic test support in controlnet extensions in https://github.com/Mikubill/sd-webui-controlnet/pull/579. Note that you have to set `IGNORE_CMD_ARGS_ERRORS=1` before launch.py because otherwise importing many...

Good idea. Maybe prepend literally "(user) " to the preprocessor alias name to make it clear in the ui when a preprocessor is user-defined. I suggest these functions for user-defined...

hmm /example looks like a neglected part of the repo. It hasn't been updated for months and still uses the first controlnet web api.

Try the latest version and see if it fixes the problem.

IIUC this is fixed by putting only images in the batch folder? If that is the case, is there a reason this Thumbs.db file is present in the batch dir?...

I am assuming holding the tensors in memory for the lifetime of the f object is necessary, but if my assumption is wrong, then this may be a bug.