Luca Beltrame
Luca Beltrame
### Issue Description When adding a new ControlNet unit, after a successful run with ADetailer, subsequent runs will fail: my guess is that ADetailer gets confused, or Control sends incorrect...
### Feature description It's not unusual to use the gallery to check on generations, especially when making use of the agent scheduler. Currently, although not problematic, the workflow to update...
### Issue Description When setting up sd-webui-regional-prompter without specifying any LoRA in the prompt, the following exception is raised: ```python 12:44:57-273233 ERROR gradio call: TypeError ╭───────────────────── Traceback (most recent call...
## Description This PR adds two new ControlNet models made by HF user xinsir: - New OpenPose model - New Canny model Both outperform the standard CN models and they...
### Issue Description When running a batch where the number of images to do is > 1, the conditioning is only applied to the first image. The others show little...
### Description of feature As the subject says, it may be useful to perform just an alignment a first QC (and UMI adjustment) to evaluate the base metrics of an...
### Feature description Note: this may not be technically possible or wanted, if so feel free to close this request. I've been bitten several times due to the (desirable) async...
### Feature description **Note**: I realize that this might be hard or outright impossible to do due to the... peculiar structure of the metadata popularized by A1111, but just in...
### Feature description When using an input image, even for control only, there is quite some flexibility on how to handle the resizing to match the target resolution (or not...
### Feature description With the emergence of ControlNet Union, the same model may be used in more than one unit (in multi controlnets). As of now, Control loads the model...