-
Notifications
You must be signed in to change notification settings - Fork 29k
Open
Labels
bug-reportReport of a bug, yet to be confirmedReport of a bug, yet to be confirmed
Description
Checklist
- The issue exists after disabling all extensions
- The issue exists on a clean installation of webui
- The issue is caused by an extension, but I believe it is caused by a bug in the webui
- The issue exists in the current version of the webui
- The issue has not been reported before recently
- The issue has been reported before but has not been fixed yet
What happened?
After installing ControleNet via the interface, the program terminated without further possibility to open it
Steps to reproduce the problem
- Install ControlNet
- Update interface
What should have happened?
Adding a ControlNet Option
What browsers do you use to access the UI ?
Microsoft Edge
Sysinfo
It is not possible due to the inability to open the interface
Console logs
C:\HUI\stable-diffusion-webui>git pull
Already up to date.
venv "C:\HUI\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
Launching Web UI with arguments: --autolaunch
C:\HUI\stable-diffusion-webui\venv\lib\site-packages\timm\models\layers\__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
No module 'xformers'. Proceeding without it.
*** Extension "sd-webui-cn-in-extras-tab" requires "sd-webui-controlnet" which is not installed.
Loading weights [b8616b3a8f] from C:\HUI\stable-diffusion-webui\models\Stable-diffusion\pasanctuarySDXL_v50.safetensors
Creating model from config: C:\HUI\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml
C:\HUI\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub\file_download.py:945: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
warnings.warn(
Applying attention optimization: Doggettx... done.
Model loaded in 5.1s (load weights from disk: 0.2s, create model: 0.4s, apply weights to model: 4.1s, move model to device: 0.1s, calculate empty prompt: 0.2s).
C:\HUI\stable-diffusion-webui\extensions\stable-diffusion-webui-stable-horde\scripts\main.py:100: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
model.style(container=False)
C:\HUI\stable-diffusion-webui\extensions\stable-diffusion-webui-stable-horde\scripts\main.py:112: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
post_processing_1.style(container=False)
C:\HUI\stable-diffusion-webui\extensions\stable-diffusion-webui-stable-horde\scripts\main.py:114: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
post_processing_2.style(container=False)
C:\HUI\stable-diffusion-webui\extensions\stable-diffusion-webui-stable-horde\scripts\main.py:116: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
post_processing_3.style(container=False)
calling C:\HUI\stable-diffusion-webui\extensions\sd-webui-cn-in-extras-tab\scripts\cn_in_extras_tab.py/ui: ImportError
Traceback (most recent call last):
File "C:\HUI\stable-diffusion-webui\modules\scripts_postprocessing.py", line 103, in wrap_call
res = func(*args, **kwargs)
File "C:\HUI\stable-diffusion-webui\extensions\sd-webui-cn-in-extras-tab\scripts\cn_in_extras_tab.py", line 108, in ui
from scripts import global_state
ImportError: cannot import name 'global_state' from 'scripts' (unknown location)
Traceback (most recent call last):
File "C:\HUI\stable-diffusion-webui\launch.py", line 48, in <module>
main()
File "C:\HUI\stable-diffusion-webui\launch.py", line 44, in main
start()
File "C:\HUI\stable-diffusion-webui\modules\launch_utils.py", line 469, in start
webui.webui()
File "C:\HUI\stable-diffusion-webui\webui.py", line 64, in webui
shared.demo = ui.create_ui()
File "C:\HUI\stable-diffusion-webui\modules\ui.py", line 872, in create_ui
ui_postprocessing.create_ui()
File "C:\HUI\stable-diffusion-webui\modules\ui_postprocessing.py", line 25, in create_ui
script_inputs = scripts.scripts_postproc.setup_ui()
File "C:\HUI\stable-diffusion-webui\modules\scripts_postprocessing.py", line 165, in setup_ui
self.create_script_ui(script, inputs)
File "C:\HUI\stable-diffusion-webui\modules\scripts_postprocessing.py", line 134, in create_script_ui
for control in script.controls.values():
AttributeError: 'NoneType' object has no attribute 'values'
Additional information
No response
Metadata
Metadata
Assignees
Labels
bug-reportReport of a bug, yet to be confirmedReport of a bug, yet to be confirmed