Getting errors upon installing Controlnet #1255
RianaStarspaw
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a struggle figuring out how to fix this, tried to install just the webui then add controlnet into it and nothing else and im getting all these errors... anyone have any idea to solve this?
ControlNet v1.1.162 Error loading script: xyz_grid_support.py Traceback (most recent call last): File "D:\Venom\AI\Automatic1111\modules\scripts.py", line 257, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "D:\Venom\AI\Automatic1111\modules\script_loading.py", line 11, in load_module module_spec.loader.exec_module(module) File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "D:\Venom\AI\Automatic1111\extensions\sd-webui-controlnet\scripts\xyz_grid_support.py", line 443, in <module> run() File "D:\Venom\AI\Automatic1111\extensions\sd-webui-controlnet\scripts\xyz_grid_support.py", line 439, in run add_axis_options(xyz_grid) File "D:\Venom\AI\Automatic1111\extensions\sd-webui-controlnet\scripts\xyz_grid_support.py", line 421, in add_axis_options xyz_grid.AxisOption("[ControlNet] Enabled", identity, apply_field("control_net_enabled"), confirm=confirm(bool_), choices=choices_bool), TypeError: AxisOption.__new__() got an unexpected keyword argument 'choices'
Beta Was this translation helpful? Give feedback.
All reactions