NVIDIA / Stable-Diffusion-WebUI-TensorRT

TensorRT Extension for Stable Diffusion Web UI
MIT License
1.9k stars 145 forks source link

error while trying to convert Lora #151

Open deulseolae opened 11 months ago

deulseolae commented 11 months ago

Traceback (most recent call last): File "E:\stable diffusion web ui\webui\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict output = await app.get_blocks().process_api( File "E:\stable diffusion web ui\webui\venv\lib\site-packages\gradio\blocks.py", line 1431, in process_api result = await self.call_function( File "E:\stable diffusion web ui\webui\venv\lib\site-packages\gradio\blocks.py", line 1103, in call_function prediction = await anyio.to_thread.run_sync( File "E:\stable diffusion web ui\webui\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "E:\stable diffusion web ui\webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "E:\stable diffusion web ui\webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 807, in run result = context.run(func, args) File "E:\stable diffusion web ui\webui\venv\lib\site-packages\gradio\utils.py", line 707, in wrapper response = f(args, **kwargs) File "E:\stable diffusion web ui\webui\extensions\Stable-Diffusion-WebUI-TensorRT\ui_trt.py", line 197, in export_lora_to_trt lora_model = available_lora_models[lora_name] KeyError: 'Rabbit'

image

SakuraKoi commented 10 months ago

experienced this bug today and found what caused it and how to make it works You needs rename your lora model file to match the string behind KeyError: