stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: TWO BUG ,I update 1.9.0
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
- [X] The issue has not been reported before recently
- [ ] The issue has been reported before but has not been fixed yet
What happened?
UPDATE SD 1.9 ,two bug
Steps to reproduce the problem
UPDATE SD 1.9 ,two bug
What should have happened?
UPDATE SD 1.9 ,two bug
What browsers do you use to access the UI ?
No response
Sysinfo
Launching Web UI with arguments: --medvram --theme dark --xformers --opt-channelslast --api --autolaunch --enable-insecure-extension-access --allow-code win11,SD1.9.0,CUDA11.8+2.2.1,
Console logs
BUG1
*** Error loading script: sd-TemporalKit-UI.py
Traceback (most recent call last):
File "M:\SD\sdwebui\modules\scripts.py", line 508, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "M:\SD\sdwebui\modules\script_loading.py", line 14, 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 "M:\SD\sdwebui\extensions\TemporalKit\scripts\sd-TemporalKit-UI.py", line 23, in <module>
from modules.ui import create_sampler_and_steps_selection
ImportError: cannot import name 'create_sampler_and_steps_selection' from 'modules.ui' (M:\SD\sdwebui\modules\ui.py)
---
Tag Autocomplete: Could not locate model-keyword extension, Lora trigger word completion will be limited to those added through the extra networks menu.
*** Error loading script: face_editor.py
Traceback (most recent call last):
File "M:\SD\sdwebui\modules\scripts.py", line 508, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "M:\SD\sdwebui\modules\script_loading.py", line 14, 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 "M:\SD\sdwebui\extensions\sd-face-editor\scripts\face_editor.py", line 6, in <module>
from scripts.ui.ui_builder import UiBuilder
ModuleNotFoundError: No module named 'scripts.ui.ui_builder'; 'scripts.ui' is not a package
---
*** Error loading script: face_editor_extension.py
Traceback (most recent call last):
File "M:\SD\sdwebui\modules\scripts.py", line 508, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "M:\SD\sdwebui\modules\script_loading.py", line 14, 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 "M:\SD\sdwebui\extensions\sd-face-editor\scripts\face_editor_extension.py", line 5, in <module>
from scripts.ui.ui_builder import UiBuilder
ModuleNotFoundError: No module named 'scripts.ui.ui_builder'; 'scripts.ui' is not a package
BUG2
Traceback (most recent call last):
File "M:\SD\sdwebui\py310\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "M:\SD\sdwebui\py310\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "M:\SD\sdwebui\py310\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "M:\SD\sdwebui\py310\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "M:\SD\sdwebui\py310\lib\site-packages\anyio\_backends\_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "M:\SD\sdwebui\py310\lib\site-packages\anyio\_backends\_asyncio.py", line 867, in run
result = context.run(func, *args)
File "M:\SD\sdwebui\py310\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "M:\SD\sdwebui\modules\ui_extensions.py", line 158, in extension_table
ext.read_info_from_repo()
File "M:\SD\sdwebui\modules\extensions.py", line 148, in read_info_from_repo
self.from_dict(d)
File "M:\SD\sdwebui\modules\extensions.py", line 131, in from_dict
setattr(self, field, d[field])
TypeError: 'NoneType' object is not subscriptable
Traceback (most recent call last):
File "M:\SD\sdwebui\py310\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "M:\SD\sdwebui\py310\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "M:\SD\sdwebui\py310\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "M:\SD\sdwebui\py310\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "M:\SD\sdwebui\py310\lib\site-packages\anyio\_backends\_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "M:\SD\sdwebui\py310\lib\site-packages\anyio\_backends\_asyncio.py", line 867, in run
result = context.run(func, *args)
File "M:\SD\sdwebui\py310\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "M:\SD\sdwebui\modules\ui_extensions.py", line 196, in update_config_states_table
config_state = config_states.get_config()
File "M:\SD\sdwebui\modules\config_states.py", line 106, in get_config
ext_config = get_extension_config()
File "M:\SD\sdwebui\modules\config_states.py", line 84, in get_extension_config
ext.read_info_from_repo()
File "M:\SD\sdwebui\modules\extensions.py", line 148, in read_info_from_repo
self.from_dict(d)
File "M:\SD\sdwebui\modules\extensions.py", line 131, in from_dict
setattr(self, field, d[field])
TypeError: 'NoneType' object is not subscriptable
Additional information
No response
reinstall from scratch