Controlnet not load presets config #414
Unanswered
vqhchinh98
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever i try to use presets config it show below error:
NameError: name 'preprocessor_filters' is not defined
Traceback (most recent call last):
File "D:\stable-diffusion-webui-forge\system\python\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "D:\stable-diffusion-webui-forge\system\python\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "D:\stable-diffusion-webui-forge\system\python\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "D:\stable-diffusion-webui-forge\system\python\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "D:\stable-diffusion-webui-forge\system\python\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "D:\stable-diffusion-webui-forge\system\python\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "D:\stable-diffusion-webui-forge\system\python\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "D:\stable-diffusion-webui-forge\webui\extensions-builtin\sd_forge_controlnet\lib_controlnet\controlnet_ui\preset.py", line 150, in apply_preset
new_control_type = infer_control_type(unit.module, unit.model)
File "D:\stable-diffusion-webui-forge\webui\extensions-builtin\sd_forge_controlnet\lib_controlnet\controlnet_ui\preset.py", line 40, in infer_control_type
control_types = preprocessor_filters.keys()
Beta Was this translation helpful? Give feedback.
All reactions