Python H I L F E bei Python-Paketinstallationsfehlern in portabler Einrichtung (Installation der ROOP-Erweiterung ERROR) bei Stable Difusion GUI

ICHBINDA

Lt. Junior Grade
Registriert
Nov. 2007
Beiträge
441
Hallo Community,

ich suche Hilfe bei einem Problem in meiner portablen Python-Installation, speziell beim Versuch, die ROOP-Erweiterung zu installieren. Eure Einsichten und Anleitungen wären sehr wertvoll.

Problem Beschreibung:Ich verwende eine portable Installation unter C:\StableDifusionBilderbearbeiten\sd.webui\system\python. Das Problem tritt auf, wenn ich versuche, die ROOP-Erweiterung mit einem install.py-Skript zu installieren. Dabei stößt das Skript auf einen Fehler, der die Installation verhindert.

Auftretender Fehler:Der Fehler tritt während der Ausführung von install.py für die ROOP-Erweiterung auf. Das Skript versucht, Abhängigkeiten aus einer requirements.txt-Datei zu installieren, schlägt jedoch fehl und gibt folgende Fehlermeldungen aus:

pythonCopy code
*** Fehler bei der Ausführung von install.py für die Erweiterung ...
*** Fehlercode: 1
[...]
*** ModuleNotFoundError: Kein Modul namens '_socket'
[...]
*** subprocess.CalledProcessError: Befehl '['pip', 'install', '-r', 'C:\\StableDifusionBilderbearbeiten\\sd.webui\\webui\\extensions\\sd-webui-roop\\requirements.txt']' gab den Status 2 zurück.
[...]

Der Fehler weist speziell auf Probleme mit dem _socket-Modul und einem Fehler im Subprozessmodul innerhalb des install.py-Skripts hin.

Versuche zur Behebung:

  • Überprüfung und Sicherstellung der korrekten Umgebungsvariablen für Python.
  • Aktualisierung von Pip und Setuptools auf die neuesten Versionen.
  • Versuch der einzelnen Installation von Paketen, jedoch ohne Erfolg.
Da es sich um eine portable Installation handelt, ist eine komplette Neuinstallation von Python nicht machbar, um bestehende Konfigurationen und Abhängigkeiten nicht zu stören.

Hilfegesuch:Falls jemand ähnliche Probleme hatte, insbesondere bei der Installation der ROOP-Erweiterung in einer portablen Python-Umgebung, oder Vorschläge zur Lösung dieser Fehler hat, wäre ich für jede Unterstützung dankbar. Ich suche speziell nach Lösungen, die den Fehler mit dem _socket-Modul beheben und das install.py-Skript erfolgreich ausführen lassen, ohne eine komplette Neuinstallation von Python vornehmen zu müssen.

Vielen Dank für eure Zeit und jegliche Hilfe.

Mit freundlichen Grüßen,
Ichbinda

LOG:
*** Error running install.py for extension C:\StableDifusionBilderbearbeiten\sd.webui\webui\extensions\sd-webui-roop.
*** Command: "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\python.exe" "C:\StableDifusionBilderbearbeiten\sd.webui\webui\extensions\sd-webui-roop\install.py"
*** Error code: 1
*** stdout: Collecting insightface==0.7.3 (from -r C:\StableDifusionBilderbearbeiten\sd.webui\webui\extensions\sd-webui-roop\requirements.txt (line 1))
*** Using cached insightface-0.7.3.tar.gz (439 kB)
*** Installing build dependencies: started
*** Installing build dependencies: finished with status 'done'
*** Getting requirements to build wheel: started
*** Getting requirements to build wheel: finished with status 'done'
***
*** stderr: ERROR: Exception:
*** Traceback (most recent call last):
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\cli\base_command.py", line 180, in exc_logging_wrapper
*** status = run_func(*args)
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\cli\req_command.py", line 245, in wrapper
*** return func(self, options, args)
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\commands\install.py", line 377, in run
*** requirement_set = resolver.resolve(
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 95, in resolve
*** result = self._result = resolver.resolve(
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 546, in resolve
*** state = resolution.resolve(requirements, max_rounds=max_rounds)
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 397, in resolve
*** self._add_to_criteria(self.state.criteria, r, parent=None)
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 173, in _add_to_criteria
*** if not criterion.candidates:
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\vendor\resolvelib\structs.py", line 156, in __bool_
*** return bool(self._sequence)
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\internal\resolution\resolvelib\found_candidates.py", line 155, in __bool_
*** return any(self)
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 143, in <genexpr>
*** return (c for c in iterator if id(c) not in self._incompatible_ids)
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 47, in _iter_built
*** candidate = func()
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 182, in _make_candidate_from_link
*** base: Optional[BaseCandidate] = self._make_base_candidate_from_link(
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 228, in _make_base_candidate_from_link
*** self._link_candidate_cache[link] = LinkCandidate(
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\internal\resolution\resolvelib\candidates.py", line 293, in __init_
*** super().init(
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\internal\resolution\resolvelib\candidates.py", line 156, in __init_
*** self.dist = self._prepare()
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 225, in _prepare
*** dist = self._prepare_distribution()
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 304, in _prepare_distribution
*** return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\operations\prepare.py", line 525, in prepare_linked_requirement
*** return self._prepare_linked_requirement(req, parallel_builds)
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\operations\prepare.py", line 640, in _prepare_linked_requirement
*** dist = _get_prepared_distribution(
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\operations\prepare.py", line 71, in _get_prepared_distribution
*** abstract_dist.prepare_distribution_metadata(
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\distributions\sdist.py", line 54, in prepare_distribution_metadata
*** self._install_build_reqs(finder)
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\distributions\sdist.py", line 124, in _install_build_reqs
*** build_reqs = self._get_build_requires_wheel()
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\distributions\sdist.py", line 101, in _get_build_requires_wheel
*** return backend.get_requires_for_build_wheel()
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_internal\utils\misc.py", line 751, in get_requires_for_build_wheel
*** return super().get_requires_for_build_wheel(config_settings=cs)
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_vendor\pyproject_hooks\_impl.py", line 166, in get_requires_for_build_wheel
*** return self._call_hook('get_requires_for_build_wheel', {
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_vendor\pyproject_hooks\_impl.py", line 321, in _call_hook
*** raise BackendUnavailable(data.get('traceback', ''))
*** pip._vendor.pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last):
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\system\python\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 77, in _build_backend
*** obj = import_module(mod_path)
*** File "importlib\init.py", line 126, in import_module
*** File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
*** File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
*** File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
*** File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
*** File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
*** File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
*** File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
*** File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
*** File "<frozen importlib._bootstrap_external>", line 883, in exec_module
*** File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
*** File "C:\Users\Alex\AppData\Local\Temp\pip-build-env-fnhrv44t\overlay\Lib\site-packages\setuptools\init.py", line 13, in <module>
*** from . import version as _version_module
*** File "C:\Users\Alex\AppData\Local\Temp\pip-build-env-fnhrv44t\overlay\Lib\site-packages\setuptools\version.py", line 1, in <module>
*** from ._importlib import metadata
*** File "C:\Users\Alex\AppData\Local\Temp\pip-build-env-fnhrv44t\overlay\Lib\site-packages\setuptools\_importlib.py", line 45, in <module>
*** import importlib.metadata as metadata # noqa: F401
*** File "importlib\metadata\init.py", line 17, in <module>
*** File "importlib\metadata\_adapters.py", line 3, in <module>
*** File "email\message.py", line 15, in <module>
*** File "email\utils.py", line 29, in <module>
*** File "socket.py", line 51, in <module>
*** ModuleNotFoundError: No module named '_socket'
***
*** Traceback (most recent call last):
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\webui\extensions\sd-webui-roop\install.py", line 27, in <module>
*** subprocess.run(["pip", "install", "-r", req_file], check=True)
*** File "subprocess.py", line 524, in run
*** subprocess.CalledProcessError: Command '['pip', 'install', '-r', 'C:\\StableDifusionBilderbearbeiten\\sd.webui\\webui\\extensions\\sd-webui-roop\\requirements.txt']' returned non-zero exit status 2.
***
*** During handling of the above exception, another exception occurred:
***
*** Traceback (most recent call last):
*** File "C:\StableDifusionBilderbearbeiten\sd.webui\webui\extensions\sd-webui-roop\install.py", line 29, in <module>
*** print(f"Failed to install requirements: {e.stderr.decode('utf-8')}")
*** AttributeError: 'NoneType' object has no attribute 'decode'
 
Ungeachtet des Python Fehlers würde ich vorschlagen nicht mehr das alte ROOP package zu verwenden, da dort die Entwicklung schon einige Zeit nicht mehr weitergeführt wird.

Ein alternativer Fork wäre z.B.
https://github.com/Gourieff/sd-webui-reactor

Das portable image selbst ist aktuell? Per zip-Datei oder git clone eingerichtet?
 
  • Gefällt mir
Reaktionen: ICHBINDA und madmax2010
Hallo SpartanerTom,


Ich habe seine Videos gesehen und wollte das auch am PC machen können:https://www.youtube.com/@Aiconomist

Speziell das hat mich fasziniert:

Ist das GUI, das du vorschlägst, das gleiche?

Danke, viele Grüße

ichbinda
 
Zuletzt bearbeitet:
Das ist kein eigenes GUI sondern nur eine aktuellere Version der ROOP Erweiterung. Beides läuft unter Automatic1111 (wie in dem verlinkten Video).

Insgesamt kann ROOP/ReActor manchmal etwas zickig in der Einrichtung sein, weil unter Umständen ein Teil der Dependencies bei der Installation selbst compiliert werden muss. Dazu müssen dann entsprechend die Compiler installiert sein. Für ReActor ist dies aber auch Teil der Anleitung.

Ich persönlich würde im übrigen empfehlen nicht das embedded Python System zu nehmen, sondern eine eigene virtuelle Umgebung mit z.B. Anaconda verwaltet. Ist in meinen Augen deutlich komfortabler und spart oft auch Zeit, wenn die eingebetteten Dependencies mal wieder nicht up to date sind. Das passiert immer mal wieder.
 
Das war die lösung :)

Installieren Sie es global mit der Datei:

(3.10 https://github.com/Gourieff/Assets/raw/main/Insightface/insightface-0.7.3-cp310-cp310-win_amd64.whl,
3.11 https://github.com/Gourieff/Assets/...nsightface-0.7.3-cp311-cp311-win_amd64.whlpip install insightface-0.7.3-cp310-cp310-win_amd64.whl)
Ergänzung ()

SpartanerTom schrieb:
Das ist kein eigenes GUI sondern nur eine aktuellere Version der ROOP Erweiterung. Beides läuft unter Automatic1111 (wie in dem verlinkten Video).

Insgesamt kann ROOP/ReActor manchmal etwas zickig in der Einrichtung sein, weil unter Umständen ein Teil der Dependencies bei der Installation selbst compiliert werden muss. Dazu müssen dann entsprechend die Compiler installiert sein. Für ReActor ist dies aber auch Teil der Anleitung.

Ich persönlich würde im übrigen empfehlen nicht das embedded Python System zu nehmen, sondern eine eigene virtuelle Umgebung mit z.B. Anaconda verwaltet. Ist in meinen Augen deutlich komfortabler und spart oft auch Zeit, wenn die eingebetteten Dependencies mal wieder nicht up to date sind. Das passiert immer mal wieder.

ok du scheinst dich damit Professionell auszukennen :)
Es solle eine Mobiles werden, was ich einfach verwende wenn ich es mal brauche, ist sowas mit anaconda auch möglich?
 
Zuletzt bearbeitet:
  • Gefällt mir
Reaktionen: SpartanerTom
Grundsätzlich würde das denke ich schon auch gehen, allerdings geht der angedachte Komfort-Effekt dann eher flöten.
Wenn es jetzt funktioniert ist es ja super.
 
ja Komfort-Effekt ist was anders :utxloc:

python treibt mich in den wahnsinn. es ist zwar gut aber einfach schwachsinn ohne GUI

kann man das andere auch portable verwenden?

gerade versuche ich das zu installiern:
https://github.com/yjg30737/huggingface_gui

und scheitere da es geht einfach nicht:freak::
C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui>git clone https://github.com/yjg30737/huggingface_gui
Cloning into 'huggingface_gui'...
remote: Enumerating objects: 218, done.
remote: Counting objects: 100% (218/218), done.
remote: Compressing objects: 100% (159/159), done.
remote: Total 218 (delta 138), reused 116 (delta 56), pack-reused 0
Receiving objects: 100% (218/218), 51.92 KiB | 1.44 MiB/s, done.
Resolving deltas: 100% (138/138), done.

C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui>.\python_embeded\python.exe setup.py install
Das System kann den angegebenen Pfad nicht finden.

C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui>C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\python.exe setup.py install
running install
C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Lib\site-packages\setuptools_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

********************************************************************************
Please avoid running setup.py directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.

See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************


!!
self.initialize_options()
C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Lib\site-packages\setuptools_distutils\cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!

********************************************************************************
Please avoid running setup.py and easy_install.
Instead, use pypa/build, pypa/installer or other
standards-based tools.

See https://github.com/pypa/setuptools/issues/917 for details.
********************************************************************************


!!
self.initialize_options()
running bdist_egg
running egg_info
creating huggingface_gui.egg-info
writing huggingface_gui.egg-info\PKG-INFO
writing dependency_links to huggingface_gui.egg-info\dependency_links.txt
writing requirements to huggingface_gui.egg-info\requires.txt
writing top-level names to huggingface_gui.egg-info\top_level.txt
writing manifest file 'huggingface_gui.egg-info\SOURCES.txt'
reading manifest file 'huggingface_gui.egg-info\SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'huggingface_gui.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_py
creating build
creating build\lib
creating build\lib\src
copying src\huggingFaceModelClass.py -> build\lib\src
copying src\huggingFaceModelInputDialog.py -> build\lib\src
copying src\huggingFaceModelInstallWidget.py -> build\lib\src
copying src\huggingFaceModelTableWidget.py -> build\lib\src
copying src\huggingFaceModelWidget.py -> build\lib\src
copying src\huggingFacePathWidget.py -> build\lib\src
copying src_init_.py -> build\lib\src
creating build\bdist.win-amd64
creating build\bdist.win-amd64\egg
creating build\bdist.win-amd64\egg\src
copying build\lib\src\huggingFaceModelClass.py -> build\bdist.win-amd64\egg\src
copying build\lib\src\huggingFaceModelInputDialog.py -> build\bdist.win-amd64\egg\src
copying build\lib\src\huggingFaceModelInstallWidget.py -> build\bdist.win-amd64\egg\src
copying build\lib\src\huggingFaceModelTableWidget.py -> build\bdist.win-amd64\egg\src
copying build\lib\src\huggingFaceModelWidget.py -> build\bdist.win-amd64\egg\src
copying build\lib\src\huggingFacePathWidget.py -> build\bdist.win-amd64\egg\src
copying build\lib\src_init_.py -> build\bdist.win-amd64\egg\src
byte-compiling build\bdist.win-amd64\egg\src\huggingFaceModelClass.py to huggingFaceModelClass.cpython-311.pyc
byte-compiling build\bdist.win-amd64\egg\src\huggingFaceModelInputDialog.py to huggingFaceModelInputDialog.cpython-311.pyc
byte-compiling build\bdist.win-amd64\egg\src\huggingFaceModelInstallWidget.py to huggingFaceModelInstallWidget.cpython-311.pyc
byte-compiling build\bdist.win-amd64\egg\src\huggingFaceModelTableWidget.py to huggingFaceModelTableWidget.cpython-311.pyc
byte-compiling build\bdist.win-amd64\egg\src\huggingFaceModelWidget.py to huggingFaceModelWidget.cpython-311.pyc
byte-compiling build\bdist.win-amd64\egg\src\huggingFacePathWidget.py to huggingFacePathWidget.cpython-311.pyc
byte-compiling build\bdist.win-amd64\egg\src_init_.py to init.cpython-311.pyc
creating build\bdist.win-amd64\egg\EGG-INFO
copying huggingface_gui.egg-info\PKG-INFO -> build\bdist.win-amd64\egg\EGG-INFO
copying huggingface_gui.egg-info\SOURCES.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying huggingface_gui.egg-info\dependency_links.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying huggingface_gui.egg-info\requires.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying huggingface_gui.egg-info\top_level.txt -> build\bdist.win-amd64\egg\EGG-INFO
zip_safe flag not set; analyzing archive contents...
src.pycache.huggingFaceModelWidget.cpython-311: module references file
creating dist
creating 'dist\huggingface_gui-0.0.142-py3.11.egg' and adding 'build\bdist.win-amd64\egg' to it
removing 'build\bdist.win-amd64\egg' (and everything under it)
Processing huggingface_gui-0.0.142-py3.11.egg
creating c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages\huggingface_gui-0.0.142-py3.11.egg
Extracting huggingface_gui-0.0.142-py3.11.egg to c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Adding huggingface-gui 0.0.142 to easy-install.pth file

Installed c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages\huggingface_gui-0.0.142-py3.11.egg
Processing dependencies for huggingface-gui==0.0.142
Searching for PyQt5>=5.14
Reading https://pypi.org/simple/PyQt5/
Downloading https://files.pythonhosted.org/pack...0428e1a236d25ebcb99304cd6e668c05d1188d514adec
Best match: PyQt5 5.15.10
Processing PyQt5-5.15.10-cp37-abi3-win_amd64.whl
Installing PyQt5-5.15.10-cp37-abi3-win_amd64.whl to c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Adding PyQt5 5.15.10 to easy-install.pth file
detected new path './huggingface_gui-0.0.142-py3.11.egg'
Installing pylupdate5-script.py script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts
Installing pylupdate5.exe script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts
Installing pyrcc5-script.py script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts
Installing pyrcc5.exe script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts
Installing pyuic5-script.py script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts
Installing pyuic5.exe script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts

Installed c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages\pyqt5-5.15.10-py3.11-win-amd64.egg
Searching for PyQt5-Qt5>=5.15.2
Reading https://pypi.org/simple/PyQt5-Qt5/
Downloading https://files.pythonhosted.org/pack...febedc08738e318ea09e9b10aea9ff0d73073f11f6962
Best match: PyQt5-Qt5 5.15.2
Processing PyQt5_Qt5-5.15.2-py3-none-win_amd64.whl
Installing PyQt5_Qt5-5.15.2-py3-none-win_amd64.whl to c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Adding PyQt5-Qt5 5.15.2 to easy-install.pth file
detected new path './pyqt5-5.15.10-py3.11-win-amd64.egg'

Installed c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages\pyqt5_qt5-5.15.2-py3.11-win-amd64.egg
Searching for PyQt5-sip<13,>=12.13
Reading https://pypi.org/simple/PyQt5-sip/
Downloading https://files.pythonhosted.org/pack...1f2d38c41e2e684029f43330f0635870895ab01c02f6c
Best match: PyQt5-sip 12.13.0
Processing PyQt5_sip-12.13.0-cp311-cp311-win_amd64.whl
Installing PyQt5_sip-12.13.0-cp311-cp311-win_amd64.whl to c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Adding PyQt5-sip 12.13.0 to easy-install.pth file
detected new path './pyqt5_qt5-5.15.2-py3.11-win-amd64.egg'

Installed c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages\pyqt5_sip-12.13.0-py3.11-win-amd64.egg
Searching for diffusers==0.25.0
Best match: diffusers 0.25.0
Adding diffusers 0.25.0 to easy-install.pth file
detected new path './pyqt5_sip-12.13.0-py3.11-win-amd64.egg'
Installing diffusers-cli-script.py script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts
Installing diffusers-cli.exe script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for transformers==4.36.2
Best match: transformers 4.36.2
Adding transformers 4.36.2 to easy-install.pth file
Installing transformers-cli-script.py script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts
Installing transformers-cli.exe script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for huggingface-hub==0.19.4
Best match: huggingface-hub 0.19.4
Adding huggingface-hub 0.19.4 to easy-install.pth file
Installing huggingface-cli-script.py script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts
Installing huggingface-cli.exe script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for Pillow==9.5.0
Best match: Pillow 9.5.0
Adding Pillow 9.5.0 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for safetensors==0.4.1
Best match: safetensors 0.4.1
Adding safetensors 0.4.1 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for requests==2.31.0
Best match: requests 2.31.0
Adding requests 2.31.0 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for regex==2023.10.3
Best match: regex 2023.10.3
Adding regex 2023.10.3 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for numpy==1.26.2
Best match: numpy 1.26.2
Adding numpy 1.26.2 to easy-install.pth file
Installing f2py-script.py script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts
Installing f2py.exe script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for filelock==3.13.1
Best match: filelock 3.13.1
Adding filelock 3.13.1 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for importlib-metadata==7.0.1
Best match: importlib-metadata 7.0.1
Adding importlib-metadata 7.0.1 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for tqdm==4.66.1
Best match: tqdm 4.66.1
Adding tqdm 4.66.1 to easy-install.pth file
Installing tqdm-script.py script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts
Installing tqdm.exe script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for tokenizers==0.15.0
Best match: tokenizers 0.15.0
Adding tokenizers 0.15.0 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for PyYAML==6.0.1
Best match: PyYAML 6.0.1
Adding PyYAML 6.0.1 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for packaging==23.2
Best match: packaging 23.2
Adding packaging 23.2 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for typing-extensions==4.9.0
Best match: typing-extensions 4.9.0
Adding typing-extensions 4.9.0 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for fsspec==2023.12.2
Best match: fsspec 2023.12.2
Adding fsspec 2023.12.2 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for certifi==2023.11.17
Best match: certifi 2023.11.17
Adding certifi 2023.11.17 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for urllib3==1.26.18
Best match: urllib3 1.26.18
Adding urllib3 1.26.18 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for idna==3.6
Best match: idna 3.6
Adding idna 3.6 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for charset-normalizer==3.3.2
Best match: charset-normalizer 3.3.2
Adding charset-normalizer 3.3.2 to easy-install.pth file
Installing normalizer-script.py script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts
Installing normalizer.exe script to C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\Scripts

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for zipp==3.17.0
Best match: zipp 3.17.0
Adding zipp 3.17.0 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Searching for colorama==0.4.6
Best match: colorama 0.4.6
Adding colorama 0.4.6 to easy-install.pth file

Using c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages
Finished processing dependencies for huggingface-gui==0.0.142

C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui>pip intsall -r requirements.txt
ERROR: unknown command "intsall" - maybe you meant "install"

C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui>C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\python.exe pip intsall -r requirements.txt
C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\python.exe: can't open file 'C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui\pip': [Errno 2] No such file or directory

C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui>git clone ~
fatal: repository '~' does not exist

C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui>git clone https://github.com/yjg30737/huggingface_gui
Cloning into 'huggingface_gui'...
remote: Enumerating objects: 218, done.
remote: Counting objects: 100% (218/218), done.
remote: Compressing objects: 100% (159/159), done.
remote: Total 218 (delta 138), reused 116 (delta 56), pack-reused 0Receiving objects: 38% (83/218)
Receiving objects: 100% (218/218), 51.92 KiB | 1.44 MiB/s, done.
Resolving deltas: 100% (138/138), done.

C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui>cd src

C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui\src>huggingFaceModelWidget.py
File "C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui\src\huggingFaceModelWidget.py", line 93
reply = dialog.exec()
^
SyntaxError: invalid syntax

C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui\src>C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\python.exe huggingFaceModelWidget.py
Traceback (most recent call last):
File "C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui\src\huggingFaceModelWidget.py", line 13, in
from src.huggingFacePathWidget import FindPathWidget
File "C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui\src\huggingFacePathWidget.py", line 4, in
from PyQt5.QtCore import Qt, QSettings
ImportError: DLL load failed while importing QtCore: Das angegebene Modul wurde nicht gefunden.

C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui\src>C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\python.exe -m huggingFaceModelWidget.py
C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\python.exe: Error while finding module specification for 'huggingFaceModelWidget.py' (ModuleNotFoundError: No module named 'huggingFaceModelWidget'). Try using 'huggingFaceModelWidget' instead of 'huggingFaceModelWidget.py' as the module name.

C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui\src>C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\python.exe -m pip install PyQt5 huggingface_hub transformers diffusers
DEPRECATION: Loading egg at c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages\huggingface_gui-0.0.142-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at pypa/pip#12330
DEPRECATION: Loading egg at c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages\pyqt5-5.15.10-py3.11-win-amd64.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at pypa/pip#12330
DEPRECATION: Loading egg at c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages\pyqt5_qt5-5.15.2-py3.11-win-amd64.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at pypa/pip#12330
DEPRECATION: Loading egg at c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages\pyqt5_sip-12.13.0-py3.11-win-amd64.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at pypa/pip#12330
Requirement already satisfied: PyQt5 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages\pyqt5-5.15.10-py3.11-win-amd64.egg (5.15.10)
Requirement already satisfied: huggingface_hub in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (0.19.4)
Requirement already satisfied: transformers in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (4.36.2)
Requirement already satisfied: diffusers in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (0.25.0)
Requirement already satisfied: PyQt5-sip<13,>=12.13 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages\pyqt5_sip-12.13.0-py3.11-win-amd64.egg (from PyQt5) (12.13.0)
Requirement already satisfied: PyQt5-Qt5>=5.15.2 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages\pyqt5_qt5-5.15.2-py3.11-win-amd64.egg (from PyQt5) (5.15.2)
Requirement already satisfied: filelock in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from huggingface_hub) (3.13.1)
Requirement already satisfied: fsspec>=2023.5.0 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from huggingface_hub) (2023.12.2)
Requirement already satisfied: requests in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from huggingface_hub) (2.31.0)
Requirement already satisfied: tqdm>=4.42.1 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from huggingface_hub) (4.66.1)
Requirement already satisfied: pyyaml>=5.1 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from huggingface_hub) (6.0.1)
Requirement already satisfied: typing-extensions>=3.7.4.3 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from huggingface_hub) (4.9.0)
Requirement already satisfied: packaging>=20.9 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from huggingface_hub) (23.2)
Requirement already satisfied: numpy>=1.17 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from transformers) (1.26.2)
Requirement already satisfied: regex!=2019.12.17 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from transformers) (2023.10.3)
Requirement already satisfied: tokenizers<0.19,>=0.14 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from transformers) (0.15.0)
Requirement already satisfied: safetensors>=0.3.1 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from transformers) (0.4.1)
Requirement already satisfied: importlib-metadata in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from diffusers) (7.0.1)
Requirement already satisfied: Pillow in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from diffusers) (9.5.0)
Requirement already satisfied: colorama in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from tqdm>=4.42.1->huggingface_hub) (0.4.6)
Requirement already satisfied: zipp>=0.5 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from importlib-metadata->diffusers) (3.17.0)
Requirement already satisfied: charset-normalizer<4,>=2 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->huggingface_hub) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->huggingface_hub) (3.6)
Requirement already satisfied: urllib3<3,>=1.21.1 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->huggingface_hub) (1.26.18)
Requirement already satisfied: certifi>=2017.4.17 in c:\stabledifusionbilderbearbeiten\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->huggingface_hub) (2023.11.17)
DEPRECATION: pytorch-lightning 1.7.7 has a non-standard dependency specifier torch>=1.9.*. pip 24.0 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of pytorch-lightning or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at pypa/pip#12063

C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui\src>C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\python.exe -m huggingFaceModelWidget.py
C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\python.exe: Error while finding module specification for 'huggingFaceModelWidget.py' (ModuleNotFoundError: No module named 'huggingFaceModelWidget'). Try using 'huggingFaceModelWidget' instead of 'huggingFaceModelWidget.py' as the module name.

C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui\src>C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\python_embeded\python.exe huggingFaceModelWidget.py
Traceback (most recent call last):
File "C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui\src\huggingFaceModelWidget.py", line 13, in
from src.huggingFacePathWidget import FindPathWidget
File "C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui\src\huggingFacePathWidget.py", line 4, in
from PyQt5.QtCore import Qt, QSettings
ImportError: DLL load failed while importing QtCore: Das angegebene Modul wurde nicht gefunden.

C:\StableDifusionBilderbearbeiten\ComfyUI_windows_portable\huggingface-gui\src>
 
Zurück
Oben