Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *** API error: POST: http://100.65.14.8:60106/internal/progress {'error': 'ValidationError', 'detail': '', 'body': '', 'errors': '3 validation errors for ProgressResponse\neta\n Input should be a valid number [type=float_type, input_value=None, input_type=NoneType]\n For further information visit https://errors.pydantic.dev/2.1/v/float_type\nlive_preview\n Input should be a valid string [type=string_type, input_value=None, input_type=NoneType]\n For further information visit https://errors.pydantic.dev/2.1/v/string_type\ntextinfo\n Input should be a valid string [type=string_type, input_value=None, input_type=NoneType]\n For further information visit https://errors.pydantic.dev/2.1/v/string_type'}
- Traceback (most recent call last):
- File "/usr/local/lib/python3.10/dist-packages/anyio/streams/memory.py", line 98, in receive
- return self.receive_nowait()
- File "/usr/local/lib/python3.10/dist-packages/anyio/streams/memory.py", line 93, in receive_nowait
- raise WouldBlock
- anyio.WouldBlock
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/base.py", line 78, in call_next
- message = await recv_stream.receive()
- File "/usr/local/lib/python3.10/dist-packages/anyio/streams/memory.py", line 118, in receive
- raise EndOfStream
- anyio.EndOfStream
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/stable-diffusion-webui/modules/api/api.py", line 152, in exception_handling
- return await call_next(request)
- File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/base.py", line 84, in call_next
- raise app_exc
- File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/base.py", line 70, in coro
- await self.app(scope, receive_or_disconnect, send_no_error)
- File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/base.py", line 108, in __call__
- response = await self.dispatch_func(request, call_next)
- File "/stable-diffusion-webui/modules/api/api.py", line 116, in log_and_time
- res: Response = await call_next(req)
- File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/base.py", line 84, in call_next
- raise app_exc
- File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/base.py", line 70, in coro
- await self.app(scope, receive_or_disconnect, send_no_error)
- File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/cors.py", line 91, in __call__
- await self.simple_response(scope, receive, send, request_headers=headers)
- File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/cors.py", line 146, in simple_response
- await self.app(scope, receive, send)
- File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/gzip.py", line 24, in __call__
- await responder(scope, receive, send)
- File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/gzip.py", line 44, in __call__
- await self.app(scope, receive, self.send_with_gzip)
- File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/exceptions.py", line 79, in __call__
- raise exc
- File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/exceptions.py", line 68, in __call__
- await self.app(scope, receive, sender)
- File "/usr/local/lib/python3.10/dist-packages/fastapi/middleware/asyncexitstack.py", line 20, in __call__
- raise e
- File "/usr/local/lib/python3.10/dist-packages/fastapi/middleware/asyncexitstack.py", line 17, in __call__
- await self.app(scope, receive, send)
- File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line 718, in __call__
- await route.handle(scope, receive, send)
- File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line 276, in handle
- await self.app(scope, receive, send)
- File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line 66, in app
- response = await func(request)
- File "/usr/local/lib/python3.10/dist-packages/fastapi/routing.py", line 273, in app
- raw_response = await run_endpoint_function(
- File "/usr/local/lib/python3.10/dist-packages/fastapi/routing.py", line 192, in run_endpoint_function
- return await run_in_threadpool(dependant.call, **values)
- File "/usr/local/lib/python3.10/dist-packages/starlette/concurrency.py", line 41, in run_in_threadpool
- return await anyio.to_thread.run_sync(func, *args)
- File "/usr/local/lib/python3.10/dist-packages/anyio/to_thread.py", line 33, in run_sync
- return await get_asynclib().run_sync_in_worker_thread(
- File "/usr/local/lib/python3.10/dist-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
- return await future
- File "/usr/local/lib/python3.10/dist-packages/anyio/_backends/_asyncio.py", line 807, in run
- result = context.run(func, *args)
- File "/stable-diffusion-webui/modules/progress.py", line 120, in progressapi
- return ProgressResponse(active=active, queued=queued, completed=completed, progress=progress, eta=eta, live_preview=live_preview, id_live_preview=id_live_preview, textinfo=shared.state.textinfo)
- File "/usr/local/lib/python3.10/dist-packages/pydantic/main.py", line 159, in __init__
- __pydantic_self__.__pydantic_validator__.validate_python(data, self_instance=__pydantic_self__)
- pydantic_core._pydantic_core.ValidationError: 3 validation errors for ProgressResponse
- eta
- Input should be a valid number [type=float_type, input_value=None, input_type=NoneType]
- For further information visit https://errors.pydantic.dev/2.1/v/float_type
- live_preview
- Input should be a valid string [type=string_type, input_value=None, input_type=NoneType]
- For further information visit https://errors.pydantic.dev/2.1/v/string_type
- textinfo
- Input should be a valid string [type=string_type, input_value=None, input_type=NoneType]
- For further information visit https://errors.pydantic.dev/2.1/v/string_type
- ---
- Applying attention optimization: xformers... done.
- Model loaded in 11.3s (load weights from disk: 1.9s, create model: 0.7s, apply weights to model: 7.7s, apply half(): 0.5s, move model to device: 0.3s).
Add Comment
Please, Sign In to add comment