HOTFIX: Rollback to ORT --extra-index-url if CU12
+VersionUP (0.7.0 beta5)
This commit is contained in:
parent
8fc0de58f6
commit
e215bd6763
@ -2,7 +2,7 @@
|
||||
|
||||
<img src="https://github.com/Gourieff/Assets/raw/main/sd-webui-reactor/ReActor_logo_NEW_EN.png?raw=true" alt="logo" width="180px"/>
|
||||
|
||||

|
||||

|
||||
|
||||
<a href="https://boosty.to/artgourieff" target="_blank">
|
||||
<img src="https://lovemet.ru/www/boosty.jpg" width="108" alt="Support Me on Boosty"/>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
<img src="https://github.com/Gourieff/Assets/raw/main/sd-webui-reactor/ReActor_logo_NEW_RU.png?raw=true" alt="logo" width="180px"/>
|
||||
|
||||

|
||||

|
||||
|
||||
<a href="https://boosty.to/artgourieff" target="_blank">
|
||||
<img src="https://lovemet.ru/www/boosty.jpg" width="108" alt="Поддержать проект на Boosty"/>
|
||||
|
||||
@ -120,7 +120,8 @@ with open(req_file) as file:
|
||||
if cuda_version is not None and float(cuda_version)>=12: # CU12
|
||||
if not is_installed(ort,"1.17.1",False):
|
||||
install_count += 1
|
||||
pip_install(ort,"-U")
|
||||
pip_uninstall("onnxruntime", "onnxruntime-gpu")
|
||||
pip_install(ort,"--extra-index-url","https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/")
|
||||
elif not is_installed(ort,"1.16.1",False):
|
||||
install_count += 1
|
||||
pip_install(ort, "-U")
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
app_title = "ReActor"
|
||||
version_flag = "v0.7.0-b4"
|
||||
version_flag = "v0.7.0-b5"
|
||||
|
||||
from scripts.reactor_logger import logger, get_Run, set_Run
|
||||
from scripts.reactor_globals import DEVICE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user