lora-scripts icon indicating copy to clipboard operation
lora-scripts copied to clipboard

Tagger Exception?

Open Tasvthe opened this issue 6 months ago • 1 comments

Loading wd14-vit-v3 model file from SmilingWolf/wd-vit-tagger-v3 ERROR: Exception in ASGI application

  • Exception Group Traceback (most recent call last): | File "H:\lora-scripts-main\lora-scripts-main\venv\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 428, in run_asgi | result = await app( # type: ignore[func-returns-value] | File "H:\lora-scripts-main\lora-scripts-main\venv\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 78, in call | return await self.app(scope, receive, send) | File "H:\lora-scripts-main\lora-scripts-main\venv\lib\site-packages\fastapi\applications.py", line 276, in call | await super().call(scope, receive, send) | File "H:\lora-scripts-main\lora-scripts-main\venv\lib\site-packages\starlette\applications.py", line 122, in call | await self.middleware_stack(scope, receive, send) | File "H:\lora-scripts-main\lora-scripts-main\venv\lib\site-packages\starlette\middleware\errors.py", line 184, in call | raise exc

Tasvthe avatar May 29 '25 16:05 Tasvthe

I just get the same error: Exception in ASGI application, when I use a tagger. The Prompt says "ModuleNotFoundError: No module named 'onnxruntime'" for wd-swinv2-v3 but this model is surely saved at "lora-scripts/huggingface/hub/models--SmilingWolf--wd-swinv2-tagger-v3/snapshots/627aef95638667ddcaa3ac8ae625e88ea5b02f51/model.onnx"

firstbrand-kawamoto avatar Jul 20 '25 02:07 firstbrand-kawamoto