AlekPet / ComfyUI_Custom_Nodes_AlekPet

Custom nodes that extend the capabilities of Comfyui
MIT License
897 stars 59 forks source link

module 'httpcore' has no attribute 'SyncHTTPTransport' #88

Closed ffdown closed 1 month ago

ffdown commented 1 month ago
### [START] ComfyUI AlekPet Nodes v1.0.29.3 ###
Node -> ArgosTranslateNode: ArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode [Loading]
Node -> DeepTranslatorNode: DeepTranslatorCLIPTextEncodeNode, DeepTranslatorTextNode [Loading]
Node -> GoogleTranslateNode: GoogleTranslateCLIPTextEncodeNode, GoogleTranslateTextNode [Loading]
Node -> ExtrasNode: Node -> PoseNode: PreviewTextNode, HexToHueNode, ColorsCorrectNodePoseNode  [Loading] [Loading]

Node -> IDENode: IDENode [Loading]
Node -> PainterNode: PainterNode [Loading]
### [END] ComfyUI AlekPet Nodes ###
Traceback (most recent call last):
  File "X:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "X:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet\__init__.py", line 284, in <module>
    from .GoogleTranslateNode.google_translate_node import (
  File "X:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet\GoogleTranslateNode\google_translate_node.py", line 6, in <module>
    from googletrans import Translator, LANGUAGES
  File "X:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\googletrans\__init__.py", line 6, in <module>
    from googletrans.client import Translator
  File "X:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\googletrans\client.py", line 30, in <module>
    class Translator:
  File "X:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\googletrans\client.py", line 62, in Translator
    proxies: typing.Dict[str, httpcore.SyncHTTPTransport] = None,
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'httpcore' has no attribute 'SyncHTTPTransport'

Cannot import X:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet module for custom nodes: module 'httpcore' has no attribute 'SyncHTTPTransport'

Обновление aiohhtp, httpcore, googletrans и прочих модулей предлагаемых ChatGPT никаких результатов не дало, ошибочка не пропадает..

AlekPet commented 1 month ago

Привет, это проблема в модулем googletrans, посмотри здесь: https://stackoverflow.com/questions/72796594/attributeerror-module-httpcore-has-no-attribute-synchttptransport or https://community.openai.com/t/not-able-to-import-openai-causing-issue-with-module-httpcore-has-no-attribute-unsupportedprotocol/511495/4

ffdown commented 1 month ago

сорян за много текста, помогли подобного рода пертурбации =) видимо что-то в конце =)

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip uninstall opencv-python
Found existing installation: opencv-python 4.10.0.84
Uninstalling opencv-python-4.10.0.84:
  Would remove:
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\*
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\opencv_python-4.10.0.84.dist-info\*
  Would not remove (might be manually added):
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\bgsegm\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\bioinspired\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\ccm\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\colored_kinfu\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\datasets\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\dnn_superres\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\dpm\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\dynafu\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\face\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\ft\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\hfs\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\img_hash\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\intensity_transform\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\kinfu\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\kinfu\detail\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\large_kinfu\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\legacy\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\line_descriptor\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\linemod\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\mcc\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\motempl\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\multicalib\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\omnidir\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\optflow\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\phase_unwrapping\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\plot\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\ppf_match_3d\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\quality\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\rapid\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\reg\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\rgbd\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\saliency\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\signal\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\stereo\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\structured_light\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\text\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\videostab\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\wechat_qrcode\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\xfeatures2d\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\ximgproc\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\ximgproc\segmentation\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\xphoto\__init__.pyi
Proceed (Y/n)? y
  Successfully uninstalled opencv-python-4.10.0.84

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip uninstall opencv-contrib-python
Found existing installation: opencv-contrib-python 4.10.0.84
Uninstalling opencv-contrib-python-4.10.0.84:
  Would remove:
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\bgsegm\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\bioinspired\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\ccm\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\colored_kinfu\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\datasets\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\dnn_superres\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\dpm\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\dynafu\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\face\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\ft\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\hfs\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\img_hash\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\intensity_transform\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\kinfu\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\kinfu\detail\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\large_kinfu\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\legacy\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\line_descriptor\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\linemod\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\mcc\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\motempl\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\multicalib\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\omnidir\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\optflow\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\phase_unwrapping\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\plot\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\ppf_match_3d\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\quality\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\rapid\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\reg\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\rgbd\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\saliency\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\signal\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\stereo\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\structured_light\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\text\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\videostab\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\wechat_qrcode\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\xfeatures2d\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\ximgproc\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\ximgproc\segmentation\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\cv2\xphoto\__init__.pyi
    x:\comfyui_windows_portable\python_embeded\lib\site-packages\opencv_contrib_python-4.10.0.84.dist-info\*
Proceed (Y/n)? y
  Successfully uninstalled opencv-contrib-python-4.10.0.84

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip uninstall opencv-contrib-python-headless
WARNING: Skipping opencv-contrib-python-headless as it is not installed.

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip install opencv-python==4.8.0.74
Collecting opencv-python==4.8.0.74
  Downloading opencv_python-4.8.0.74-cp37-abi3-win_amd64.whl.metadata (19 kB)
Requirement already satisfied: numpy>=1.21.2 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from opencv-python==4.8.0.74) (1.26.4)
Downloading opencv_python-4.8.0.74-cp37-abi3-win_amd64.whl (38.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.1/38.1 MB 1.3 MB/s eta 0:00:00
Installing collected packages: opencv-python
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
inference-cli 0.18.1 requires opencv-python<=4.10.0.84,>=4.8.1.78, but you have opencv-python 4.8.0.74 which is incompatible.
inference-cli 0.18.1 requires requests<=2.31.0, but you have requests 2.32.3 which is incompatible.
inference-cli 0.18.1 requires rich<=13.5.2, but you have rich 13.9.2 which is incompatible.
inference-cli 0.18.1 requires typer==0.9.0, but you have typer 0.12.5 which is incompatible.
inference-gpu 0.23.0 requires opencv-python<=4.10.0.84,>=4.8.1.78, but you have opencv-python 4.8.0.74 which is incompatible.
inference-gpu 0.23.0 requires pillow<11.0, but you have pillow 11.0.0 which is incompatible.
inference-gpu 0.23.0 requires requests<=2.31.0, but you have requests 2.32.3 which is incompatible.
inference-gpu 0.23.0 requires rich<=13.5.2, but you have rich 13.9.2 which is incompatible.
inference-gpu 0.23.0 requires setuptools<=72.1.0,>=70.0.0, but you have setuptools 75.2.0 which is incompatible.
inference-gpu 0.23.0 requires typer==0.9.0, but you have typer 0.12.5 which is incompatible.
ultralyticsplus 0.0.28 requires ultralytics<8.0.44,>=8.0.43, but you have ultralytics 8.3.14 which is incompatible.
Successfully installed opencv-python-4.8.0.74

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip install opencv-contrib-python==4.8.0.74
Collecting opencv-contrib-python==4.8.0.74
  Downloading opencv_contrib_python-4.8.0.74-cp37-abi3-win_amd64.whl.metadata (19 kB)
Requirement already satisfied: numpy>=1.21.2 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from opencv-contrib-python==4.8.0.74) (1.26.4)
Downloading opencv_contrib_python-4.8.0.74-cp37-abi3-win_amd64.whl (44.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.8/44.8 MB 1.2 MB/s eta 0:00:00
Installing collected packages: opencv-contrib-python
Successfully installed opencv-contrib-python-4.8.0.74

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip install opencv-contrib-python-headless==4.8.0.74
Collecting opencv-contrib-python-headless==4.8.0.74
  Downloading opencv_contrib_python_headless-4.8.0.74-cp37-abi3-win_amd64.whl.metadata (19 kB)
Requirement already satisfied: numpy>=1.21.2 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from opencv-contrib-python-headless==4.8.0.74) (1.26.4)
Downloading opencv_contrib_python_headless-4.8.0.74-cp37-abi3-win_amd64.whl (44.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.7/44.7 MB 1.3 MB/s eta 0:00:00
Installing collected packages: opencv-contrib-python-headless
Successfully installed opencv-contrib-python-headless-4.8.0.74

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip install httpcore==0.15.0 httpx h11 httpx pymongo googlet
rans --upgrade
Collecting httpcore==0.15.0
  Downloading httpcore-0.15.0-py3-none-any.whl.metadata (15 kB)
Requirement already satisfied: httpx in x:\comfyui_windows_portable\python_embeded\lib\site-packages (0.27.2)
Requirement already satisfied: h11 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (0.14.0)
Collecting pymongo
  Downloading pymongo-4.10.1-cp311-cp311-win_amd64.whl.metadata (22 kB)
Requirement already satisfied: googletrans in x:\comfyui_windows_portable\python_embeded\lib\site-packages (4.0.0rc1)
Collecting h11
  Using cached h11-0.12.0-py3-none-any.whl.metadata (8.1 kB)
Requirement already satisfied: sniffio==1.* in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpcore==0.15.0) (1.3.1)
Requirement already satisfied: anyio==3.* in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpcore==0.15.0) (3.7.1)
Requirement already satisfied: certifi in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpcore==0.15.0) (2024.8.30)
Requirement already satisfied: idna>=2.8 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from anyio==3.*->httpcore==0.15.0) (3.10)
INFO: pip is looking at multiple versions of httpx to determine which version is compatible with other requirements. This could take a while.
Collecting httpx
  Using cached httpx-0.27.2-py3-none-any.whl.metadata (7.1 kB)
  Downloading httpx-0.27.1-py3-none-any.whl.metadata (7.2 kB)
  Downloading httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB)
  Downloading httpx-0.26.0-py3-none-any.whl.metadata (7.6 kB)
INFO: pip is still looking at multiple versions of httpx to determine which version is compatible with other requirements. This could take a while.
  Downloading httpx-0.25.2-py3-none-any.whl.metadata (6.9 kB)
  Downloading httpx-0.25.1-py3-none-any.whl.metadata (7.1 kB)
Requirement already satisfied: dnspython<3.0.0,>=1.16.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from pymongo) (2.7.0)
  Using cached httpx-0.13.3-py3-none-any.whl.metadata (25 kB)
Requirement already satisfied: hstspreload in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx) (2024.10.1)
Requirement already satisfied: chardet==3.* in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx) (3.0.4)
Collecting idna>=2.8 (from anyio==3.*->httpcore==0.15.0)
  Using cached idna-2.10-py2.py3-none-any.whl.metadata (9.1 kB)
Requirement already satisfied: rfc3986<2,>=1.3 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx) (1.5.0)
Collecting googletrans
  Using cached googletrans-3.0.0-py3-none-any.whl
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
  Downloading googletrans-2.4.0.tar.gz (17 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: requests in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from googletrans) (2.32.3)
Requirement already satisfied: charset-normalizer<4,>=2 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->googletrans) (3.4.0)
Requirement already satisfied: urllib3<3,>=1.21.1 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->googletrans) (2.2.3)
Downloading httpcore-0.15.0-py3-none-any.whl (68 kB)
Downloading httpx-0.25.1-py3-none-any.whl (75 kB)
Using cached h11-0.12.0-py3-none-any.whl (54 kB)
Downloading pymongo-4.10.1-cp311-cp311-win_amd64.whl (876 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 876.5/876.5 kB 1.1 MB/s eta 0:00:00
Building wheels for collected packages: googletrans
  Building wheel for googletrans (setup.py) ... done
  Created wheel for googletrans: filename=googletrans-2.4.0-py3-none-any.whl size=15824 sha256=cf856ce9bd6820d55510f58e696f00f8949a82dda900c8b38dff60f20531ed78
  Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\00\7d\4c\a7ebf39a4ed2eb1834fada786a67575642bd0ba28e3cea9921
Successfully built googletrans
Installing collected packages: pymongo, h11, httpcore, googletrans, httpx
  Attempting uninstall: h11
    Found existing installation: h11 0.14.0
    Uninstalling h11-0.14.0:
      Successfully uninstalled h11-0.14.0
  Attempting uninstall: httpcore
    Found existing installation: httpcore 1.0.6
    Uninstalling httpcore-1.0.6:
      Successfully uninstalled httpcore-1.0.6
  Attempting uninstall: googletrans
    Found existing installation: googletrans 4.0.0rc1
    Uninstalling googletrans-4.0.0rc1:
      Successfully uninstalled googletrans-4.0.0rc1
  Attempting uninstall: httpx
    Found existing installation: httpx 0.27.2
    Uninstalling httpx-0.27.2:
      Successfully uninstalled httpx-0.27.2
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
gradio 4.44.0 requires pillow<11.0,>=8.0, but you have pillow 11.0.0 which is incompatible.
inference-gpu 0.23.0 requires opencv-python<=4.10.0.84,>=4.8.1.78, but you have opencv-python 4.8.0.74 which is incompatible.
inference-gpu 0.23.0 requires pillow<11.0, but you have pillow 11.0.0 which is incompatible.
inference-gpu 0.23.0 requires requests<=2.31.0, but you have requests 2.32.3 which is incompatible.
inference-gpu 0.23.0 requires rich<=13.5.2, but you have rich 13.9.2 which is incompatible.
inference-gpu 0.23.0 requires setuptools<=72.1.0,>=70.0.0, but you have setuptools 75.2.0 which is incompatible.
inference-gpu 0.23.0 requires typer==0.9.0, but you have typer 0.12.5 which is incompatible.
ollama 0.3.1 requires httpx<0.28.0,>=0.27.0, but you have httpx 0.25.1 which is incompatible.
spaces 0.29.3 requires psutil<6,>=2, but you have psutil 6.0.0 which is incompatible.
swarm 0.1.0 requires openai==1.33.0, but you have openai 1.51.2 which is incompatible.
Successfully installed googletrans-2.4.0 h11-0.12.0 httpcore-0.15.0 httpx-0.25.1 pymongo-4.10.1

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip install pillow==10.0.0 opencv-python==4.10.0 requests==2.31.0 rich==13.5.2 setuptools==72.1.0 typer==0.9.0
Collecting pillow==10.0.0
  Downloading Pillow-10.0.0-cp311-cp311-win_amd64.whl.metadata (9.6 kB)
ERROR: Ignored the following yanked versions: 3.4.11.39, 3.4.17.61, 4.4.0.42, 4.4.0.44, 4.5.4.58, 4.5.5.62, 4.7.0.68
ERROR: Could not find a version that satisfies the requirement opencv-python==4.10.0 (from versions: 3.4.0.14, 3.4.10.37, 3.4.11.41, 3.4.11.43, 3.4.11.45, 3.4.13.47, 3.4.15.55, 3.4.16.57, 3.4.16.59, 3.4.17.63, 3.4.18.65, 4.3.0.38, 4.4.0.40, 4.4.0.46, 4.5.1.48, 4.5.3.56, 4.5.4.60, 4.5.5.64, 4.6.0.66, 4.7.0.72, 4.8.0.74, 4.8.0.76, 4.8.1.78, 4.9.0.80, 4.10.0.82, 4.10.0.84)
ERROR: No matching distribution found for opencv-python==4.10.0

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip install pillow==10.0.0 requests==2.31.0 rich==13.5.2 set
uptools==72.1.0 typer==0.9.0
Collecting pillow==10.0.0
  Using cached Pillow-10.0.0-cp311-cp311-win_amd64.whl.metadata (9.6 kB)
Collecting requests==2.31.0
  Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting rich==13.5.2
  Using cached rich-13.5.2-py3-none-any.whl.metadata (18 kB)
Collecting setuptools==72.1.0
  Using cached setuptools-72.1.0-py3-none-any.whl.metadata (6.6 kB)
Collecting typer==0.9.0
  Using cached typer-0.9.0-py3-none-any.whl.metadata (14 kB)
Requirement already satisfied: charset-normalizer<4,>=2 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests==2.31.0) (3.4.0)
Requirement already satisfied: idna<4,>=2.5 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests==2.31.0) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests==2.31.0) (2.2.3)
Requirement already satisfied: certifi>=2017.4.17 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests==2.31.0) (2024.8.30)
Requirement already satisfied: markdown-it-py>=2.2.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from rich==13.5.2) (3.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from rich==13.5.2) (2.18.0)
Requirement already satisfied: click<9.0.0,>=7.1.1 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from typer==0.9.0) (8.1.7)
Requirement already satisfied: typing-extensions>=3.7.4.3 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from typer==0.9.0) (4.12.2)
Requirement already satisfied: colorama in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from click<9.0.0,>=7.1.1->typer==0.9.0) (0.4.4)
Requirement already satisfied: mdurl~=0.1 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from markdown-it-py>=2.2.0->rich==13.5.2) (0.1.2)
Downloading Pillow-10.0.0-cp311-cp311-win_amd64.whl (2.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 1.1 MB/s eta 0:00:00
Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Using cached rich-13.5.2-py3-none-any.whl (239 kB)
Using cached setuptools-72.1.0-py3-none-any.whl (2.3 MB)
Using cached typer-0.9.0-py3-none-any.whl (45 kB)
Installing collected packages: setuptools, requests, pillow, typer, rich
  Attempting uninstall: setuptools
    Found existing installation: setuptools 75.2.0
    Uninstalling setuptools-75.2.0:
      Successfully uninstalled setuptools-75.2.0
  Attempting uninstall: requests
    Found existing installation: requests 2.32.3
    Uninstalling requests-2.32.3:
      Successfully uninstalled requests-2.32.3
  Attempting uninstall: pillow
    Found existing installation: pillow 11.0.0
    Uninstalling pillow-11.0.0:
      Successfully uninstalled pillow-11.0.0
  Attempting uninstall: typer
    Found existing installation: typer 0.12.5
    Uninstalling typer-0.12.5:
      Successfully uninstalled typer-0.12.5
  Attempting uninstall: rich
    Found existing installation: rich 13.9.2
    Uninstalling rich-13.9.2:
      Successfully uninstalled rich-13.9.2
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
arxiv 2.1.3 requires requests~=2.32.0, but you have requests 2.31.0 which is incompatible.
blendmodes 2024.1.1 requires Pillow<11,>=10.2.0, but you have pillow 10.0.0 which is incompatible.
datasets 3.0.0 requires requests>=2.32.2, but you have requests 2.31.0 which is incompatible.
flet 0.25.0.dev3382 requires packaging<24.0,>=23.1, but you have packaging 24.1 which is incompatible.
gradio 4.44.0 requires typer<1.0,>=0.12; sys_platform != "emscripten", but you have typer 0.9.0 which is incompatible.
image-reward 1.5 requires timm==0.6.13, but you have timm 0.9.12 which is incompatible.
img2texture 1.0.6 requires pillow<10,>=9.2, but you have pillow 10.0.0 which is incompatible.
inference-cli 0.18.1 requires opencv-python<=4.10.0.84,>=4.8.1.78, but you have opencv-python 4.8.0.74 which is incompatible.
inference-gpu 0.23.0 requires opencv-python<=4.10.0.84,>=4.8.1.78, but you have opencv-python 4.8.0.74 which is incompatible.
instructor 1.3.7 requires rich<14.0.0,>=13.7.0, but you have rich 13.5.2 which is incompatible.
matrix-client 0.4.0 requires urllib3~=1.21, but you have urllib3 2.2.3 which is incompatible.
roboflow 1.1.41 requires idna==3.7, but you have idna 3.10 which is incompatible.
sensevoice-onnx 1.1.0 requires setuptools<=65.0, but you have setuptools 72.1.0 which is incompatible.
spaces 0.29.3 requires psutil<6,>=2, but you have psutil 6.0.0 which is incompatible.
swarm 0.1.0 requires openai==1.33.0, but you have openai 1.51.2 which is incompatible.
torchscale 0.3.0 requires fairscale==0.4.0, but you have fairscale 0.4.13 which is incompatible.
torchscale 0.3.0 requires timm==0.6.13, but you have timm 0.9.12 which is incompatible.
ultralyticsplus 0.0.28 requires ultralytics<8.0.44,>=8.0.43, but you have ultralytics 8.3.14 which is incompatible.
Successfully installed pillow-10.0.0 requests-2.31.0 rich-13.5.2 setuptools-72.1.0 typer-0.9.0

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip install httpcore==0.15.0 httpx pymongo googletrans --upgrade --use-feature=2020-resolver

Usage:
  X:\ComfyUI_windows_portable\python_embeded\python.exe -m pip install [options] <requirement specifier> [package-index-options] ...
  X:\ComfyUI_windows_portable\python_embeded\python.exe -m pip install [options] -r <requirements file> [package-index-options] ...
  X:\ComfyUI_windows_portable\python_embeded\python.exe -m pip install [options] [-e] <vcs project url> ...
  X:\ComfyUI_windows_portable\python_embeded\python.exe -m pip install [options] [-e] <local project path> ...
  X:\ComfyUI_windows_portable\python_embeded\python.exe -m pip install [options] <archive url/path> ...

option --use-feature: invalid choice: '2020-resolver' (choose from 'fast-deps', 'truststore', 'no-binary-enable-wheel-cache')

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip install httpcore==0.15.0 httpx pymongo googletrans --upgrade --use-feature=truststore
WARNING: The following features are always enabled: truststore.
Requirement already satisfied: httpcore==0.15.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (0.15.0)
Requirement already satisfied: httpx in x:\comfyui_windows_portable\python_embeded\lib\site-packages (0.25.1)
Collecting httpx
  Using cached httpx-0.27.2-py3-none-any.whl.metadata (7.1 kB)
Requirement already satisfied: pymongo in x:\comfyui_windows_portable\python_embeded\lib\site-packages (4.10.1)
Requirement already satisfied: googletrans in x:\comfyui_windows_portable\python_embeded\lib\site-packages (2.4.0)
Collecting googletrans
  Using cached googletrans-3.0.0-py3-none-any.whl
Requirement already satisfied: h11<0.13,>=0.11 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpcore==0.15.0) (0.12.0)
Requirement already satisfied: sniffio==1.* in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpcore==0.15.0) (1.3.1)
Requirement already satisfied: anyio==3.* in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpcore==0.15.0) (3.7.1)
Requirement already satisfied: certifi in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpcore==0.15.0) (2024.8.30)
Requirement already satisfied: idna>=2.8 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from anyio==3.*->httpcore==0.15.0) (3.10)
INFO: pip is looking at multiple versions of httpx to determine which version is compatible with other requirements. This could take a while.
Collecting httpx
  Using cached httpx-0.27.1-py3-none-any.whl.metadata (7.2 kB)
  Using cached httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB)
  Using cached httpx-0.26.0-py3-none-any.whl.metadata (7.6 kB)
  Using cached httpx-0.25.2-py3-none-any.whl.metadata (6.9 kB)
Requirement already satisfied: dnspython<3.0.0,>=1.16.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from pymongo) (2.7.0)
  Using cached httpx-0.13.3-py3-none-any.whl.metadata (25 kB)
Requirement already satisfied: hstspreload in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx) (2024.10.1)
Requirement already satisfied: chardet==3.* in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx) (3.0.4)
Collecting idna>=2.8 (from anyio==3.*->httpcore==0.15.0)
  Using cached idna-2.10-py2.py3-none-any.whl.metadata (9.1 kB)
Requirement already satisfied: rfc3986<2,>=1.3 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx) (1.5.0)
Requirement already satisfied: requests in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from googletrans) (2.31.0)
Requirement already satisfied: charset-normalizer<4,>=2 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->googletrans) (3.4.0)
Requirement already satisfied: urllib3<3,>=1.21.1 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->googletrans) (2.2.3)

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip freeze | grep http
"grep" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip freeze
absl-py==2.1.0
accelerate==1.0.0
addict==2.4.0
aenum==3.1.15
aiofiles==23.2.1
aiohappyeyeballs==2.4.0
aiohttp==3.10.10
aioice==0.9.0
aioresponses==0.7.6
aiortc==1.9.0
aiosignal @ file:///D:/a/ComfyUI/cu121_python_deps/aiosignal-1.3.1-py3-none-any.whl#sha256=f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17
albucore==0.0.17
albumentations==1.4.16
altair==5.4.0
annotated-types==0.7.0
anthropic==0.34.2
antlr4-python3-runtime==4.9.3
anyio==3.7.1
APScheduler==3.10.1
argcomplete==3.5.1
argostranslate==1.9.6
arrow==1.3.0
arxiv==2.1.3
asttokens==2.4.1
astunparse==1.6.3
async-timeout==4.0.3
attrs==24.2.0
audioread==3.0.1
auto_gptq==0.7.1+cu118
av==12.3.0
awscli==1.33.44
babel==2.16.0
backoff==2.2.1
basicsr==1.4.2
beautifulsoup4==4.12.3
bidict==0.23.1
binaryornot==0.4.4
bitsandbytes==0.44.1
black==24.10.0
blake3==0.4.1
blend_modes==2.1.0
blendmodes==2024.1.1
blind-watermark==0.4.4
blinker==1.8.2
boto3==1.34.123
botocore==1.34.162
braceexpand==0.1.7
cachetools==5.5.0
came-pytorch==0.1.3
certifi==2024.8.30
cffi==1.17.0
cfgv==3.4.0
chardet==3.0.4
charset-normalizer==3.4.0
click==8.1.7
clip-interrogator==0.6.0
cmake==3.30.2
codetiming==1.4.0
color-matcher==0.5.0
colorama==0.4.4
coloredlogs==15.0.1
colorlog==6.8.2
colour-science==0.4.4
compel==2.0.3
contourpy==1.3.0
cookiecutter==2.6.0
cpm-kernels==1.0.11
cryptography==43.0.0
cssselect2==0.7.0
cstr @ git+https://github.com/WASasquatch/cstr@0520c29a18a7a869a6e5983861d6f7a4c86f8e9b
ctranslate2==4.4.0
cupy-cuda12x==13.3.0
cycler==0.12.1
Cython==3.0.0
daltonlens==0.1.5
dataclasses-json==0.6.7
datamodel-code-generator==0.26.1
datasets==3.0.0
ddt==1.7.2
decorator==4.4.2
decord==0.6.0
deep-translator==1.11.4
deepdiff==7.0.1
deepface==0.0.93
defusedxml==0.7.1
Deprecated==1.2.14
diffusers==0.30.3
dill==0.3.8
dirtyjson==1.0.8
diskcache==5.6.3
distlib==0.3.8
distro==1.9.0
dlib @ file:///X:/ComfyUI_windows_portable/dlib-19.24.1-cp311-cp311-win_amd64.whl#sha256=6f1a5ee167975d7952b28e0ce4495f1d9a77644761cf5720fb66d7c6188ae496
dnspython==2.7.0
docker==6.1.3
docker-pycreds==0.4.0
docstring_parser==0.16
docutils==0.16
docx2txt==0.8
dynaconf==3.2.6
dynamicprompts==0.31.0
easydict==1.13
easyocr==1.7.2
einops @ file:///D:/a/ComfyUI/cu121_python_deps/einops-0.8.0-py3-none-any.whl#sha256=9572fb63046264a862693b0a87088af3bdc8c068fde03de63453cbbde245465f
email_validator==2.2.0
et-xmlfile==1.1.0
eval_type_backport==0.2.0
evalidate==2.0.3
executing==2.0.1
facexlib @ file:///X:/ComfyUI_windows_portable/ComfyUI/custom_nodes/CharacterFaceSwap/thirdparty/facexlib
fairscale==0.4.13
faiss-cpu==1.8.0.post1
fake-useragent==1.5.1
fal_client==0.4.1
fastapi==0.110.0
faster-whisper==1.0.3
fastrlock==0.8.2
feedparser==6.0.11
ffmpeg-python==0.2.0
ffmpy==0.4.0
filelock==3.16.1
filetype==1.2.0
filterpy==1.4.5
fire==0.6.0
Flask==3.0.3
Flask-Cors==5.0.0
flatbuffers==24.3.25
flet==0.25.0.dev3382
flet-core==0.25.0.dev3382
flet-runtime==0.25.0.dev3382
fonttools==4.54.1
frozenlist @ file:///D:/a/ComfyUI/cu121_python_deps/frozenlist-1.4.1-cp311-cp311-win_amd64.whl#sha256=fb3c2db03683b5767dedb5769b8a40ebb47d6f7f45b1b3e3b4b51ec8ad9d9825
fsspec==2024.6.1
ftfy==6.2.3
future==1.0.0
fvcore==0.1.5.post20221221
gast==0.6.0
gdown==5.2.0
gekko==1.2.1
genson==1.3.0
gfpgan==1.3.8
gguf==0.9.1
ghp-import==2.1.0
gitdb==4.0.11
GitPython==3.1.43
glfw==2.7.0
glitch_this==1.0.3
google-ai-generativelanguage==0.6.6
google-api-core==2.19.1
google-api-python-client==2.142.0
google-auth==2.34.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.0.0
google-cloud-core==2.4.1
google-cloud-storage==2.18.2
google-crc32c==1.6.0
google-generativeai==0.7.2
google-pasta==0.2.0
google-resumable-media==2.7.2
googleapis-common-protos==1.63.2
googletrans==2.4.0
googletrans-py==4.0.0
GPUtil==1.4.0
gpytoolbox==0.3.2
gradio==4.44.0
gradio_client==1.3.0
gray2color==0.4.3
greenlet==3.1.1
griffe==1.1.1
groq==0.9.0
grpcio==1.65.5
grpcio-status==1.62.3
gunicorn==23.0.0
h11==0.12.0
h2==4.1.0
h5py==3.12.1
hatchling==1.25.0
hpack==4.0.0
hstspreload==2024.10.1
html2image==2.0.5
html5lib==1.1
httpcore==0.15.0
httplib2==0.22.0
httptools==0.6.1
httpx==0.25.1
httpx-sse==0.4.0
hub-sdk==0.0.9
huggingface-hub==0.23.4
humanfriendly==10.0
hydra-core==1.3.2
hyperframe==6.0.1
identify==2.6.1
idna==3.10
ifaddr==0.2.0
image-reward==1.5
imageio==2.35.1
imageio-ffmpeg==0.5.1
imagesize==1.4.1
img2texture @ git+https://github.com/WASasquatch/img2texture.git@a546609a915caf1dcb84a15bf44b5b639ad924e6
importlib_metadata==8.4.0
importlib_resources==6.4.5
inference-cli==0.18.1
inference-gpu==0.23.0
inflect==5.6.2
iniconfig==2.0.0
insightface @ file:///X:/ComfyUI_windows_portable/insightface-0.7.3-cp311-cp311-win_amd64.whl#sha256=ea9b96de0f3cada1c031e3c566d2dfcb2ff45b0b7cca88e27f583ed9ef386561
instructor==1.3.7
intel-openmp @ file:///D:/a/ComfyUI/cu121_python_deps/intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl#sha256=eef4c8bcc8acefd7f5cd3b9384dbf73d59e2c99fc56545712ded913f43c4a94f
iopath==0.1.10
ipdb==0.13.13
ipython==8.26.0
isort==5.13.2
itsdangerous==2.2.0
jax==0.4.31
jaxlib==0.4.31
jaxtyping==0.2.34
jedi==0.19.1
Jinja2==3.1.4
jiter==0.4.2
jmespath==1.0.1
joblib==1.4.2
json_repair==0.28.3
jsonpatch==1.33
jsonpointer==3.0.0
jsonschema==4.23.0
jsonschema-specifications==2023.12.1
kaldi-native-fbank==1.20.0
keras==3.5.0
keyboard==0.13.5
keyframed==0.3.15
kiui==0.2.13
kiwisolver==1.4.7
kornia @ file:///D:/a/ComfyUI/cu121_python_deps/kornia-0.7.3-py2.py3-none-any.whl#sha256=f2175f7244a220443111917f8ccaf0242ac9c20401b9824b5c0dacddb37f3258
kornia_rs @ file:///D:/a/ComfyUI/cu121_python_deps/kornia_rs-0.1.5-cp311-none-win_amd64.whl#sha256=9491d260bbdd43fad55e9bf15ade851be8b0fed4a341b9db40b1a8a43fab483b
langchain==0.3.1
langchain-community==0.3.1
langchain-core==0.3.6
langchain-openai==0.2.1
langchain-text-splitters==0.3.0
langdetect==1.0.9
langsmith==0.1.128
lark-parser==0.12.0
latex2mathml==3.77.0
lazy_loader==0.4
libclang==18.1.1
librosa==0.10.2.post1
lightning-utilities==0.11.6
lion-pytorch==0.2.2
llama-cloud==0.1.0
llama-cpp-agent==0.0.17
llama-index==0.11.13
llama-index-agent-openai==0.3.4
llama-index-cli==0.3.1
llama-index-core==0.11.13.post1
llama-index-embeddings-openai==0.2.5
llama-index-indices-managed-llama-cloud==0.4.0
llama-index-legacy==0.9.48.post3
llama-index-llms-openai==0.2.9
llama-index-multi-modal-llms-openai==0.2.1
llama-index-program-openai==0.2.0
llama-index-question-gen-openai==0.2.0
llama-index-readers-file==0.2.2
llama-index-readers-llama-parse==0.3.0
llama-parse==0.5.6
llama_cpp_python==0.2.26+cu121
llvmlite==0.43.0
lmdb==1.5.1
loguru==0.7.2
loralib==0.1.2
lpips==0.1.4
lxml==5.3.0
manifold3d==2.5.1
mapbox_earcut==1.0.2
Markdown==3.7
markdown-it-py==3.0.0
markdownify==0.13.1
MarkupSafe==2.1.1
marshmallow==3.22.0
matplotlib==3.9.2
matplotlib-inline==0.1.7
matrix-client==0.4.0
mdtex2html==1.3.0
mdurl==0.1.2
mediapipe==0.10.14
mergedeep==1.3.4
mido==1.3.2
mkdocs==1.6.0
mkdocs-autorefs==1.1.0
mkdocs-get-deps==0.2.0
mkdocs-material==9.5.32
mkdocs-material-extensions==1.3.1
mkdocstrings==0.25.2
mkdocstrings-python==1.10.8
mkl @ file:///D:/a/ComfyUI/cu121_python_deps/mkl-2021.4.0-py2.py3-none-win_amd64.whl#sha256=ceef3cafce4c009dd25f65d7ad0d833a0fbadc3d8903991ec92351fe5de1e718
ml-dtypes==0.4.0
modelscope==1.17.1
moviepy==1.0.3
mpmath==1.3.0
msgpack==1.0.8
mss==9.0.1
msvc_runtime==14.40.33807
mtcnn==0.1.1
mtcnn-runtime==1.0.0
multidict @ file:///D:/a/ComfyUI/cu121_python_deps/multidict-6.0.5-cp311-cp311-win_amd64.whl#sha256=2faa5ae9376faba05f630d7e5e6be05be22913782b927b19d12b8145968a85ea
multiprocess==0.70.16
munch==4.0.0
mypy-extensions==1.0.0
namex==0.0.8
narwhals==1.5.4
natsort==8.4.0
neo4j==5.25.0
nerfacc==0.5.3
nest-asyncio==1.6.0
networkx==3.4.1
nexfort==0.0.1.dev0
ninja==1.11.1.1
nltk==3.9.1
nodeenv==1.9.1
numba==0.60.0
numexpr==2.10.1
numpy==1.26.4
oauthlib==3.2.2
objprint==0.2.3
ollama==0.3.1
omegaconf==2.3.0
onediff==1.2.1.dev23
onediffx==1.2.1.dev23
onefx==0.0.3
onnx==1.16.2
onnx2torch==1.5.15
onnxruntime==1.19.2
onnxruntime-gpu==1.15.1
open_clip_torch==2.26.1
openai==1.51.2
openai-clip==1.0.1
opencv-contrib-python==4.8.0.74
opencv-contrib-python-headless==4.8.0.74
opencv-python==4.8.0.74
opencv-python-headless==4.10.0.84
openpyxl==3.1.5
openunmix==1.3.0
opt-einsum==3.3.0
optimum==1.17.1
optree==0.12.1
ordered-set==4.1.0
orjson==3.10.7
outcome==1.3.0.post0
packaging==24.1
paginate==0.5.6
pandas==2.2.3
parso==0.8.4
pathlib==1.0.1
pathspec==0.12.1
pdf2image==1.17.0
pdfminer.six==20231228
pdfplumber==0.11.4
pefile==2024.8.26
peft==0.12.0
pendulum==3.0.0
peppercorn==0.6
piexif==1.1.3
pilgram==1.2.1
Pillow==10.0.0
pipdeptree==2.23.4
pixeloe==0.0.10
platformdirs==4.2.2
pluggy==1.5.0
plyfile==1.1
pooch==1.8.2
portalocker==2.10.1
pre_commit==4.0.1
pretty-errors==1.2.25
prettytable==3.11.0
prodigyopt==1.0
proglog==0.1.10
prometheus-fastapi-instrumentator==6.0.0
prometheus_client==0.20.0
prompt_toolkit==3.0.47
proto-plus==1.24.0
protobuf==4.25.5
psutil==6.0.0
PuLP==2.9.0
pure_eval==0.2.3
py-cord==2.6.1
py-cpuinfo==9.0.0
pyarrow==17.0.0
pyasn1==0.6.0
pyasn1_modules==0.4.0
pybase64==1.4.0
pybboxes==0.1.6
pyclipper==1.3.0.post5
pycocoevalcap==1.2
pycocotools==2.0.8
pycollada==0.8
pycparser==2.22
pydantic==2.9.2
pydantic-settings==2.4.0
pydantic_core==2.23.4
pydeck==0.9.1
pydot==3.0.1
pydub==0.25.1
pyee==12.0.0
pyexiv2==2.14.0
pygit2==1.16.0
PyGithub==2.3.0
pygltflib==1.16.2
Pygments==2.18.0
pygtrans==1.5.3
pyhocon==0.3.61
PyJWT==2.9.0
pykalman==0.9.7
pylibsrtp==0.10.0
PyMatting==1.1.12
PyMCubes==0.1.6
pymdown-extensions==10.9
pymeshlab==2023.12.post2
pymongo==4.10.1
pymunk==6.8.1
PyMuPDF==1.24.9
PyMuPDFb==1.24.9
PyNaCl==1.5.0
pynvml==11.5.3
PyOpenGL==3.1.7
PyOpenGL-accelerate==3.1.7
pyOpenSSL==24.2.1
pyparsing==3.2.0
pypdf==4.3.1
PyPDF2==3.0.1
pypdfium2==4.30.0
pypng==0.20220715.0
pyreadline3==3.4.1
pySmartDL==1.3.4
PySocks==1.7.1
pytest==8.3.2
pytest-asyncio==0.21.1
python-bidi==0.6.0
python-dateutil==2.9.0.post0
python-docx==1.1.2
python-dotenv==1.0.1
python-engineio==4.9.1
python-multipart==0.0.12
python-rtmidi==1.5.8
python-slugify==8.0.4
python-socketio==5.11.4
pytorch-lightning==2.4.0
pytorch-msssim==1.0.0
pytz==2024.2
PyWavelets==1.7.0
pywin32==306
PyYAML==6.0.2
pyyaml_env_tag==0.1
pyzbar==0.1.9
qrcode==7.4.2
qudida==0.0.4
qwen-vl-utils==0.0.4
realesrgan==0.3.0
redis==5.0.8
referencing==0.35.1
regex @ file:///D:/a/ComfyUI/cu121_python_deps/regex-2024.7.24-cp311-cp311-win_amd64.whl#sha256=538d30cd96ed7d1416d3956f94d54e426a8daf7c14527f6e0d6d425fcb4cca52
rembg==2.0.59
repath==0.9.0
reportlab==4.2.2
requests==2.31.0
requests-file==2.1.0
requests-oauthlib==1.3.1
requests-toolbelt==1.0.0
requirements-parser==0.11.0
retina-face==0.0.17
rf-clip==1.1
rfc3986==1.5.0
rich==13.5.2
rich-argparse==1.5.2
roboflow==1.1.41
rouge==1.0.1
rpds-py==0.20.0
rsa==4.7.2
Rtree==1.3.0
ruff==0.6.9
s3transfer==0.10.2
sacremoses==0.0.53
safetensors==0.4.5
sahi==0.11.18
sanitize-filename==1.2.0
scenedetect==0.6.4
schedulefree==1.2.7
scikit-build==0.18.0
scikit-image==0.24.0
scikit-learn==1.5.2
scipy==1.14.1
seaborn==0.13.2
segment-anything==1.0
selenium==4.25.0
semantic-version==2.10.0
Send2Trash==1.8.3
sensevoice-onnx @ git+https://github.com/shadowcz007/SenseVoice-python.git@43f6cf1531e7e4a7d7507d37fbc9b0fb169166ab
sentence-transformers==3.1.1
sentencepiece @ file:///D:/a/ComfyUI/cu121_python_deps/sentencepiece-0.2.0-cp311-cp311-win_amd64.whl#sha256=0993dbc665f4113017892f1b87c3904a44d0640eda510abcacdfb07f74286d36
sentry-sdk==2.13.0
setproctitle==1.3.3
sgmllib3k==1.0.0
shapely==2.0.6
shellingham==1.5.4
shtab==1.7.1
simple-websocket==1.0.0
simpleeval==0.9.13
six==1.16.0
skypilot==0.5.0
slangtorch==1.2.6
smmap==5.0.1
sniffio==1.3.1
sortedcontainers==2.4.0
sounddevice==0.5.0
soundfile @ file:///D:/a/ComfyUI/cu121_python_deps/soundfile-0.12.1-py2.py3-none-win_amd64.whl#sha256=0d86924c00b62552b650ddd28af426e3ff2d4dc2e9047dae5b3d8452e0a49a77
soupsieve==2.6
soxr==0.5.0
spaces==0.29.3
spandrel==0.4.0
SpoutGL==0.1.0
SQLAlchemy==2.0.35
srt==3.5.3
stack-data==0.6.3
stanza==1.2.3
starlette==0.36.3
stereoscopy==2.0.1
streamlit==1.38.0
striprtf==0.0.26
structlog==24.4.0
supervision==0.22.0
surrealist==0.5.3
svg.path==6.3
svglib==1.5.1
swarm @ git+https://github.com/openai/swarm.git@f360d6632fe83ee4bebdc14baff0d225afcded7f
sympy==1.13.1
symusic==0.5.1
tabulate==0.9.0
taming-transformers==0.0.1
tb-nightly==2.18.0a20240822
tbb==2021.13.1
tenacity==8.5.0
tensorboard==2.17.1
tensorboard-data-server==0.7.2
tensorflow==2.17.0
tensorflow-intel==2.17.0
tensorflow-io-gcs-filesystem==0.31.0
termcolor==2.4.0
terminaltables==3.1.10
text-unidecode==1.3
tf_keras==2.17.0
thop==0.1.1.post2209072238
threadpoolctl==3.5.0
tifffile==2024.9.20
tiktoken==0.7.0
time-machine==2.15.0
timm==0.9.12
tinycss2==1.3.0
tldextract==5.1.2
tokenizers==0.20.1
toml==0.10.2
tomli==2.0.1
tomlkit==0.12.0
torch==2.5.0+cu121
torchaudio==2.5.0+cu121
torchmetrics==1.4.0
torchscale==0.3.0
torchsde @ file:///D:/a/ComfyUI/cu121_python_deps/torchsde-0.2.6-py3-none-any.whl#sha256=19bf7ff02eec7e8e46ba1cdb4aa0f9db1c51d492524a16975234b467f7fc463b
torchtools @ git+https://github.com/pabloppp/pytorch-tools@6472bd5e223142bfbe105e2006432252f1ce3709
torchtyping==0.1.5
torchvision==0.20.0+cu121
tornado==6.4.1
tqdm==4.66.5
traitlets==5.14.3
trampoline @ file:///D:/a/ComfyUI/cu121_python_deps/trampoline-0.1.2-py3-none-any.whl#sha256=36cc9a4ff9811843d177fc0e0740efbd7da39eadfe6e50c9e2937cbc06d899d9
transformers==4.45.2
transformers-stream-generator==0.0.5
transparent-background==1.3.2
trimesh==4.4.7
trio==0.26.2
trio-websocket==0.11.1
trove-classifiers==2024.9.12
typeguard==2.13.3
typer==0.9.0
typer-cli==0.12.0
typer-config==1.4.0
typer-slim==0.12.0
types-python-dateutil==2.9.0.20240821
types-setuptools==74.0.0.20240831
typing==3.7.4.3
typing-inspect==0.9.0
typing_extensions==4.12.2
tyro==0.8.5
tzdata==2024.2
tzlocal==5.2
ultralytics==8.3.14
ultralytics-thop==2.0.5
ultralyticsplus==0.0.28
Unidecode==1.3.8
uritemplate==4.1.1
urllib3==2.2.3
uvicorn==0.31.1
varname==0.13.3
verovio==4.3.1
vhacdx==0.0.8.post1
virtualenv==20.26.5
vnoise==0.1.0
voluptuous==0.15.2
vtracer==0.6.11
wandb==0.17.8
warmup_scheduler @ git+https://github.com/ildoonet/pytorch-gradual-warmup-lr.git@6b5e8953a80aef5b324104dc0c2e9b8c34d622bd
watchdog==4.0.2
watchfiles==0.23.0
wcwidth==0.2.13
webcolors==24.8.0
webdataset==0.2.100
webencodings==0.5.1
websocket-client==1.8.0
websockets==12.0
Werkzeug==3.0.4
wget==3.2
wikipedia==1.4.0
win32-setctime==1.1.0
wrapt==1.16.0
wsproto==1.2.0
xatlas==0.0.9
xlrd==2.0.1
xxhash==3.5.0
yacs==0.1.8
yapf==0.40.2
yarl==1.13.1
zipp==3.20.0
zxing-cpp==2.2.0

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip install httpx==0.2.0
ERROR: Ignored the following yanked versions: 1.0.0b0
ERROR: Could not find a version that satisfies the requirement httpx==0.2.0 (from versions: 0.6.7, 0.6.8, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.7.6, 0.7.7, 0.7.8, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.10.0, 0.10.1, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.13.dev0, 0.13.0.dev1, 0.13.0.dev2, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.14.0, 0.14.1, 0.14.2, 0.14.3, 0.15.0, 0.15.1, 0.15.2, 0.15.3, 0.15.4, 0.15.5, 0.16.0, 0.16.1, 0.17.0, 0.17.1, 0.18.0, 0.18.1, 0.18.2, 0.19.0, 0.20.0, 0.21.0, 0.21.1, 0.21.2, 0.21.3, 0.22.0, 0.23.0, 0.23.1, 0.23.2, 0.23.3, 0.24.0, 0.24.1, 0.25.0, 0.25.1, 0.25.2, 0.26.0, 0.27.0, 0.27.1, 0.27.2)
ERROR: No matching distribution found for httpx==0.2.0

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip install httpx==0.24.1
Collecting httpx==0.24.1
  Using cached httpx-0.24.1-py3-none-any.whl.metadata (7.4 kB)
Requirement already satisfied: certifi in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx==0.24.1) (2024.8.30)
Requirement already satisfied: httpcore<0.18.0,>=0.15.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx==0.24.1) (0.15.0)
Requirement already satisfied: idna in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx==0.24.1) (3.10)
Requirement already satisfied: sniffio in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx==0.24.1) (1.3.1)
Requirement already satisfied: h11<0.13,>=0.11 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpcore<0.18.0,>=0.15.0->httpx==0.24.1) (0.12.0)
Requirement already satisfied: anyio==3.* in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpcore<0.18.0,>=0.15.0->httpx==0.24.1) (3.7.1)
Using cached httpx-0.24.1-py3-none-any.whl (75 kB)
Installing collected packages: httpx
  Attempting uninstall: httpx
    Found existing installation: httpx 0.25.1
    Uninstalling httpx-0.25.1:
      Successfully uninstalled httpx-0.25.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
gradio 4.44.0 requires typer<1.0,>=0.12; sys_platform != "emscripten", but you have typer 0.9.0 which is incompatible.
inference-gpu 0.23.0 requires opencv-python<=4.10.0.84,>=4.8.1.78, but you have opencv-python 4.8.0.74 which is incompatible.
ollama 0.3.1 requires httpx<0.28.0,>=0.27.0, but you have httpx 0.24.1 which is incompatible.
spaces 0.29.3 requires psutil<6,>=2, but you have psutil 6.0.0 which is incompatible.
swarm 0.1.0 requires openai==1.33.0, but you have openai 1.51.2 which is incompatible.
Successfully installed httpx-0.24.1

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip show httpx
Name: httpx
Version: 0.24.1
Summary: The next generation HTTP client.
Home-page: https://github.com/encode/httpx
Author:
Author-email: Tom Christie <tom@tomchristie.com>
License:
Location: X:\ComfyUI_windows_portable\python_embeded\Lib\site-packages
Requires: certifi, httpcore, idna, sniffio
Required-by: anthropic, fal_client, flet-runtime, googletrans-py, gradio, gradio_client, groq, langsmith, llama-cloud, llama-index-core, llama-index-legacy, ollama, openai, spaces

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m swarm==999
X:\ComfyUI_windows_portable\python_embeded\python.exe: No module named swarm==999

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip install swarm==999
ERROR: Could not find a version that satisfies the requirement swarm==999 (from versions: 0.0.1, 0.0.2)
ERROR: No matching distribution found for swarm==999

X:\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip install --upgrade openai psutil httpx opencv-python type
r
Requirement already satisfied: openai in x:\comfyui_windows_portable\python_embeded\lib\site-packages (1.51.2)
Requirement already satisfied: psutil in x:\comfyui_windows_portable\python_embeded\lib\site-packages (6.0.0)
Requirement already satisfied: httpx in x:\comfyui_windows_portable\python_embeded\lib\site-packages (0.24.1)
Collecting httpx
  Using cached httpx-0.27.2-py3-none-any.whl.metadata (7.1 kB)
Requirement already satisfied: opencv-python in x:\comfyui_windows_portable\python_embeded\lib\site-packages (4.8.0.74)
Collecting opencv-python
  Using cached opencv_python-4.10.0.84-cp37-abi3-win_amd64.whl.metadata (20 kB)
Requirement already satisfied: typer in x:\comfyui_windows_portable\python_embeded\lib\site-packages (0.9.0)
Collecting typer
  Using cached typer-0.12.5-py3-none-any.whl.metadata (15 kB)
Requirement already satisfied: anyio<5,>=3.5.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from openai) (3.7.1)
Requirement already satisfied: distro<2,>=1.7.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from openai) (1.9.0)
Requirement already satisfied: jiter<1,>=0.4.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from openai) (0.4.2)
Requirement already satisfied: pydantic<3,>=1.9.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from openai) (2.9.2)
Requirement already satisfied: sniffio in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from openai) (1.3.1)
Requirement already satisfied: tqdm>4 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from openai) (4.66.5)
Requirement already satisfied: typing-extensions<5,>=4.11 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from openai) (4.12.2)
Requirement already satisfied: certifi in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx) (2024.8.30)
Collecting httpcore==1.* (from httpx)
  Using cached httpcore-1.0.6-py3-none-any.whl.metadata (21 kB)
Requirement already satisfied: idna in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx) (3.10)
Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx)
  Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Requirement already satisfied: numpy>=1.21.2 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from opencv-python) (1.26.4)
Requirement already satisfied: click>=8.0.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from typer) (8.1.7)
Requirement already satisfied: shellingham>=1.3.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from typer) (1.5.4)
Requirement already satisfied: rich>=10.11.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from typer) (13.5.2)
Requirement already satisfied: colorama in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from click>=8.0.0->typer) (0.4.4)
Requirement already satisfied: annotated-types>=0.6.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from pydantic<3,>=1.9.0->openai) (0.7.0)
Requirement already satisfied: pydantic-core==2.23.4 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from pydantic<3,>=1.9.0->openai) (2.23.4)
Requirement already satisfied: markdown-it-py>=2.2.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from rich>=10.11.0->typer) (3.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from rich>=10.11.0->typer) (2.18.0)
Requirement already satisfied: mdurl~=0.1 in x:\comfyui_windows_portable\python_embeded\lib\site-packages (from markdown-it-py>=2.2.0->rich>=10.11.0->typer) (0.1.2)
Using cached httpx-0.27.2-py3-none-any.whl (76 kB)
Using cached httpcore-1.0.6-py3-none-any.whl (78 kB)
Using cached opencv_python-4.10.0.84-cp37-abi3-win_amd64.whl (38.8 MB)
Using cached typer-0.12.5-py3-none-any.whl (47 kB)
Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Installing collected packages: opencv-python, h11, httpcore, typer, httpx
  Attempting uninstall: opencv-python
    Found existing installation: opencv-python 4.8.0.74
    Uninstalling opencv-python-4.8.0.74:
      Successfully uninstalled opencv-python-4.8.0.74
  Attempting uninstall: h11
    Found existing installation: h11 0.12.0
    Uninstalling h11-0.12.0:
      Successfully uninstalled h11-0.12.0
  Attempting uninstall: httpcore
    Found existing installation: httpcore 0.15.0
    Uninstalling httpcore-0.15.0:
      Successfully uninstalled httpcore-0.15.0
  Attempting uninstall: typer
    Found existing installation: typer 0.9.0
    Uninstalling typer-0.9.0:
      Successfully uninstalled typer-0.9.0
  Attempting uninstall: httpx
    Found existing installation: httpx 0.24.1
    Uninstalling httpx-0.24.1:
      Successfully uninstalled httpx-0.24.1
AlekPet commented 1 month ago

В итоге установились следующие версии Using cached httpx-0.27.2-py3-none-any.whl (76 kB) Using cached httpcore-1.0.6-py3-none-any.whl (78 kB)

ffdown commented 1 month ago

Покорнейше благодарю за выжимку)))