-
Notifications
You must be signed in to change notification settings - Fork 4
Description
What happened and why was it ungood?
I get this error in the console when I click on "Load Settings":
reading custom settings from J:\Code-2\stable-diffusion-webui-forge\deforum_settings.txt
Traceback (most recent call last):
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "J:\Code-2\stable-diffusion-webui-forge\extensions\sd-forge-deforum\scripts\deforum_helpers\deforum_controlnet.py", line 70, in build_sliders
slider_resolution_kwargs = preprocessor.slider_resolution.gradio_update_kwargs.copy()
AttributeError: 'NoneType' object has no attribute 'slider_resolution'
Traceback (most recent call last):
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "J:\Code-2\stable-diffusion-webui-forge\extensions\sd-forge-deforum\scripts\deforum_helpers\deforum_controlnet.py", line 70, in build_sliders
slider_resolution_kwargs = preprocessor.slider_resolution.gradio_update_kwargs.copy()
AttributeError: 'NoneType' object has no attribute 'slider_resolution'
Traceback (most recent call last):
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "J:\Code-2\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "J:\Code-2\stable-diffusion-webui-forge\extensions\sd-forge-deforum\scripts\deforum_helpers\deforum_controlnet.py", line 70, in build_sliders
slider_resolution_kwargs = preprocessor.slider_resolution.gradio_update_kwargs.copy()
AttributeError: 'NoneType' object has no attribute 'slider_resolution'
Here's my Syslog:
[sysinfo-2024-04-17-22-06.json](https://github.com/deforum-art/sd-forge-deforum/files/15017575/sysinfo-2024-04-17-22-06.json)