Exstension install failed while WebUI lanuch. #40

Open
opened 2023-08-09 15:56:36 +02:00 by aetherwu · 1 comment
aetherwu commented 2023-08-09 15:56:36 +02:00 (Migrated from github.com)

Describe the bug
Exstension install failed while WebUI lanuch.

To Reproduce
WebUI restart.

Expected behavior
Normal lanuch.

Screenshots

*** Error running install.py for extension webui\extensions\sd-webui-faceswaplab.
*** Installing sd-webui-faceswaplab requirement: ifnude
***
*** stderr: A matching Triton is not available, some optimizations will not be enabled.
*** Error caught was: No module named 'triton'
webui\venv\Lib\site-packages\pytorch_lightning\utilities\distributed.py:258: LightningDeprecationWarning: `pytorch_lightning.utilities.distributed.rank_zero_only` has been deprecated in v1.8.1 and will be removed in v2.0.0. You can import it from `pytorch_lightning.utilities` instead.

*** During handling of the above exception, another exception occurred:
***
*** +--------------------- Traceback (most recent call last) ---------------------+
*** | webui\extensions\sd-webui-faceswaplab\install.py:65 in <module>       |
*** |                                                                             |
*** |   62                 raise e                                                |
*** |   63                                                                        |
*** |   64                                                                        |
*** | > 65 check_install()                                                        |
*** |   66                                                                        |
*** |                                                                             |
*** | webui\extensions\sd-webui-faceswaplab\install.py:58 in check_install  |
*** |                                                                             |
*** |   55                     )                                                  |
*** |   56                                                                        |
*** |   57             except Exception as e:                                     |
*** | > 58                 print(e)                                               |
*** |   59                 print(                                                 |
*** |   60                     f"Warning: Failed to install {package}, faceswapla |
*** |   61                 )                                                      |
*** +-----------------------------------------------------------------------------+
*** UnicodeEncodeError: 'gbk' codec can't encode character '\u073e' in position
*** 3243: illegal multibyte sequence

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Chrome
  • Version: faceswaplab 1.2.1
**Describe the bug** Exstension install failed while WebUI lanuch. **To Reproduce** WebUI restart. **Expected behavior** Normal lanuch. **Screenshots** ``` *** Error running install.py for extension webui\extensions\sd-webui-faceswaplab. *** Installing sd-webui-faceswaplab requirement: ifnude *** *** stderr: A matching Triton is not available, some optimizations will not be enabled. *** Error caught was: No module named 'triton' webui\venv\Lib\site-packages\pytorch_lightning\utilities\distributed.py:258: LightningDeprecationWarning: `pytorch_lightning.utilities.distributed.rank_zero_only` has been deprecated in v1.8.1 and will be removed in v2.0.0. You can import it from `pytorch_lightning.utilities` instead. *** During handling of the above exception, another exception occurred: *** *** +--------------------- Traceback (most recent call last) ---------------------+ *** | webui\extensions\sd-webui-faceswaplab\install.py:65 in <module> | *** | | *** | 62 raise e | *** | 63 | *** | 64 | *** | > 65 check_install() | *** | 66 | *** | | *** | webui\extensions\sd-webui-faceswaplab\install.py:58 in check_install | *** | | *** | 55 ) | *** | 56 | *** | 57 except Exception as e: | *** | > 58 print(e) | *** | 59 print( | *** | 60 f"Warning: Failed to install {package}, faceswapla | *** | 61 ) | *** +-----------------------------------------------------------------------------+ *** UnicodeEncodeError: 'gbk' codec can't encode character '\u073e' in position *** 3243: illegal multibyte sequence ``` **Desktop (please complete the following information):** - OS: Windows 10 - Browser: Chrome - Version: faceswaplab 1.2.1
glucauze commented 2023-08-10 10:04:41 +02:00 (Migrated from github.com)

It seems related to ifnude. I have no idea right now.

It seems related to ifnude. I have no idea right now.
Sign in to join this conversation.