UPDATE: GPU version url
This commit is contained in:
parent
41d5b1e3ad
commit
79c123942d
35
README.md
35
README.md
@ -2,7 +2,36 @@
|
|||||||
|
|
||||||
<img src="example/ReActor_logo_red.png" alt="logo" width="180px"/>
|
<img src="example/ReActor_logo_red.png" alt="logo" width="180px"/>
|
||||||
|
|
||||||
<hr>
|

|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr style="border:2px solid transparent">
|
||||||
|
<td width="50%" style="text-align:right">
|
||||||
|
<b>
|
||||||
|
for Any GPU
|
||||||
|
</b>
|
||||||
|
<br>
|
||||||
|
<sup>
|
||||||
|
NVIDIA / AMD / Intel
|
||||||
|
</sup>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://github.com/Gourieff/sd-webui-reactor-force" target="_blank">
|
||||||
|
for NVIDIA GPU
|
||||||
|
<br>
|
||||||
|
<span style="display:inline-block">
|
||||||
|
<sup>
|
||||||
|
8Gb VRAM or more
|
||||||
|
</sup>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
[](https://github.com/Gourieff/sd-webui-reactor/commits/main)
|
[](https://github.com/Gourieff/sd-webui-reactor/commits/main)
|
||||||

|

|
||||||
[](https://github.com/Gourieff/sd-webui-reactor/issues?cacheSeconds=0)
|
[](https://github.com/Gourieff/sd-webui-reactor/issues?cacheSeconds=0)
|
||||||
@ -252,9 +281,9 @@ If it didn't help - it seems that you have another extension reinstalling `onnxr
|
|||||||
5. Then:
|
5. Then:
|
||||||
- `python -m pip install -U pip`
|
- `python -m pip install -U pip`
|
||||||
- `pip uninstall protobuf`
|
- `pip uninstall protobuf`
|
||||||
- `pip install protobuf==3.20.3`
|
- `pip install protobuf>=3.20.3`
|
||||||
|
|
||||||
If this method doesn't help - there is some other extension that has a higher version of protobuf dependence and SD WebUI installs it on a startup requirements check
|
If this method doesn't help - there is some other extension that has a wrong version of protobuf dependence and SD WebUI installs it on a startup requirements check
|
||||||
|
|
||||||
<a name="insightfacebuild">
|
<a name="insightfacebuild">
|
||||||
|
|
||||||
|
|||||||
35
README_RU.md
35
README_RU.md
@ -2,7 +2,36 @@
|
|||||||
|
|
||||||
<img src="example/ReActor_logo_red.png" alt="logo" width="180px"/>
|
<img src="example/ReActor_logo_red.png" alt="logo" width="180px"/>
|
||||||
|
|
||||||
<hr>
|

|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr style="border:2px solid transparent">
|
||||||
|
<td width="50%" style="text-align:right">
|
||||||
|
<b>
|
||||||
|
для любых GPU
|
||||||
|
</b>
|
||||||
|
<br>
|
||||||
|
<sup>
|
||||||
|
NVIDIA / AMD / Intel
|
||||||
|
</sup>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://github.com/Gourieff/sd-webui-reactor-force" target="_blank">
|
||||||
|
для GPU NVIDIA
|
||||||
|
<br>
|
||||||
|
<span style="display:inline-block">
|
||||||
|
<sup>
|
||||||
|
8Гб VRAM или более
|
||||||
|
</sup>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
[](https://github.com/Gourieff/sd-webui-reactor/commits/main)
|
[](https://github.com/Gourieff/sd-webui-reactor/commits/main)
|
||||||

|

|
||||||
[](https://github.com/Gourieff/sd-webui-reactor/issues?cacheSeconds=0)
|
[](https://github.com/Gourieff/sd-webui-reactor/issues?cacheSeconds=0)
|
||||||
@ -256,9 +285,9 @@ Inpainting также работает, но замена лица происх
|
|||||||
5. Затем:
|
5. Затем:
|
||||||
- `python -m pip install -U pip`
|
- `python -m pip install -U pip`
|
||||||
- `pip uninstall protobuf`
|
- `pip uninstall protobuf`
|
||||||
- `pip install protobuf==3.20.3`
|
- `pip install protobuf>=3.20.3`
|
||||||
|
|
||||||
Если это не помгло - значит, есть к-л другое расширение, которое использует более новую версию пакета protobuf, и SD WebUI устанавливает эту версию при каждом запуске.
|
Если это не помгло - значит, есть к-л другое расширение, которое использует неподходящую версию пакета protobuf, и SD WebUI устанавливает эту версию при каждом запуске.
|
||||||
|
|
||||||
<a name="insightfacebuild">
|
<a name="insightfacebuild">
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user