sd-webui-controlnet icon indicating copy to clipboard operation
sd-webui-controlnet copied to clipboard

[Bug]: ValueError: 'ControlMode.BALANCED' is not a valid ControlMode

Open caleidoscopio opened this issue 5 months ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui

What happened?

The extension returns an error while using QRCode monster in combination with IP-adapter

Steps to reproduce the problem

  1. Drag image to PNG info
  2. Send to txt2img
  3. Add the control images again to controlnet
  4. Reset the Control mode, Resize mode and Hires-Fix Option
  5. Click generate
  6. Controlnet units have no effect in the image output

What should have happened?

The image should have been generated as it normally does without issue

Commit where the problem happens

webui: 1.6.0 controlnet: 1.1.440

What browsers do you use to access the UI ?

No response

Command Line Arguments

#!/bin/bash
####################################################################
#                          macOS defaults                          #
# Please modify webui-user.sh to change these instead of this file #
####################################################################

if [[ -x "$(command -v python3.10)" ]]
then
    python_cmd="python3.10"
fi

export install_dir="$HOME"
export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate"
export TORCH_COMMAND="pip install torch==2.0.1 torchvision==0.15.2"
export PYTORCH_ENABLE_MPS_FALLBACK=1

####################################################################

List of enabled extensions

`

Extension URL Branch Version Date Update
clip-interrogator-ext https://github.com/pharmapsychotic/clip-interrogator-ext.git main 0f1a4591 2023-09-10 03:35:46 unknown
openOutpaint-webUI-extension https://github.com/zero01101/openOutpaint-webUI-extension.git main 8f0e93d4 2024-01-27 14:48:02 unknown
openpose-editor https://github.com/fkunn1326/openpose-editor.git master c9357715 2023-10-11 11:04:20 unknown
posex https://github.com/hnmr293/posex.git master 292f92d5 2023-05-03 10:59:57 unknown
sd-dynamic-prompts https://github.com/adieyal/sd-dynamic-prompts.git main 74991820 2024-01-16 12:18:51 unknown
sd-webui-3d-open-pose-editor https://github.com/nonnonstop/sd-webui-3d-open-pose-editor.git main f2d5aac5 2023-04-15 15:21:06 unknown
sd-webui-agent-scheduler https://github.com/ArtVentureX/sd-webui-agent-scheduler.git main 39159f2d 2024-01-02 19:17:12 unknown
sd-webui-controlnet https://github.com/Mikubill/sd-webui-controlnet.git main 416c3450 2024-02-01 04:29:58 unknown
LDSR built-in None      
Lora built-in None      
ScuNET built-in None      
SwinIR built-in None      
canvas-zoom-and-pan built-in None      
extra-options-section built-in None      
mobile built-in None      
prompt-bracket-checker built-in None      

caleidoscopio avatar Feb 01 '24 15:02 caleidoscopio