-
Notifications
You must be signed in to change notification settings - Fork 966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TensorRT for stable-diffusion-webui-forge #1543
Comments
run.bat
|
that's some triggerhappy moderation instead of actual implementation of what's requested |
TensorRT is not compatible with Forge at the moment, I think I've read somewhere that Illyasviel does not plan to add TensorRT since they believe that it's not needed. As a result, I recommend closing the issue until we get further news/announcements. |
I finally succeeded in getting tensorrt to install in Forge, however when clicking on "Export default engine" I get the error:
I found an issue on the Stable-Diffusion-WebUI-TensorRT repo that mentions this, but there they say it's a forge issue, so should be addressed here. |
Pls, add new tensorrt libraly for easy installing TensorRT
PS G:\webui_forge_cu124_torch24\system\python> G:\webui_forge_cu124_torch24\system\python\python.exe -m pip install --upgrade --force-reinstall torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
PS G:\webui_forge_cu124_torch24\system\python> G:\webui_forge_cu124_torch24\system\python\python.exe -m pip install --upgrade --force-reinstall optimum
PS G:\webui_forge_cu124_torch24\system\python> G:\webui_forge_cu124_torch24\system\python\python.exe -m pip install --upgrade --force-reinstall blendmodes
PS G:\webui_forge_cu124_torch24\system\python> G:\webui_forge_cu124_torch24\system\python\python.exe -m pip install --upgrade --force-reinstall tensorrt-cu12
The text was updated successfully, but these errors were encountered: