SenshiSentou / sd-webui-state-manager

A state manager to quickly save and return to previous configs in A1111
MIT License
55 stars 6 forks source link

'Options' object has no attribute '' Error #16

Open enternalsaga opened 4 months ago

enternalsaga commented 4 months ago

Hi, everytime I gen image this error always show up even I've turned auto-save. Please help me review. Thank you.

ERROR: Exception in ASGI application Traceback (most recent call last): File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 407, in run_asgi result = await app( # type: ignore[func-returns-value] File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 69, in __call__ return await self.app(scope, receive, send) File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\fastapi\applications.py", line 273, in __call__ await super().__call__(scope, receive, send) File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\starlette\applications.py", line 122, in __call__ await self.middleware_stack(scope, receive, send) File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\starlette\middleware\errors.py", line 184, in __call__ raise exc File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\starlette\middleware\errors.py", line 162, in __call__ await self.app(scope, receive, _send) File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\starlette\middleware\cors.py", line 84, in __call__ await self.app(scope, receive, send) File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\starlette\middleware\gzip.py", line 24, in __call__ await responder(scope, receive, send) File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\starlette\middleware\gzip.py", line 44, in __call__ await self.app(scope, receive, self.send_with_gzip) File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\starlette\middleware\exceptions.py", line 79, in __call__ raise exc File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\starlette\middleware\exceptions.py", line 68, in __call__ await self.app(scope, receive, sender) File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\fastapi\middleware\asyncexitstack.py", line 21, in __call__ raise e File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\fastapi\middleware\asyncexitstack.py", line 18, in __call__ await self.app(scope, receive, send) File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\starlette\routing.py", line 718, in __call__ await route.handle(scope, receive, send) File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\starlette\routing.py", line 276, in handle await self.app(scope, receive, send) File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\starlette\routing.py", line 66, in app response = await func(request) File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\fastapi\routing.py", line 237, in app raw_response = await run_endpoint_function( File "I:\stable-diffusion-webui-updated\venv\lib\site-packages\fastapi\routing.py", line 163, in run_endpoint_function return await dependant.call(**values) File "I:\stable-diffusion-webui-updated\extensions\sd-webui-state-manager\scripts\api.py", line 86, in get_quick_settings return {"settings": {s: getattr(shared.opts, s) for s in quick_settings_names}} File "I:\stable-diffusion-webui-updated\extensions\sd-webui-state-manager\scripts\api.py", line 86, in <dictcomp> return {"settings": {s: getattr(shared.opts, s) for s in quick_settings_names}} File "I:\stable-diffusion-webui-updated\modules\options.py", line 142, in __getattr__ return super(Options, self).__getattribute__(item) AttributeError: 'Options' object has no attribute '' edit: here is my quick setting: image