Code Monkey home page Code Monkey logo

Comments (10)

numz avatar numz commented on August 15, 2024 2

@genglinxiao Hi sorry for that, on Mac you need dlib and not dlib-bin.
To resolve this issue, in the requirements.txt change "dlib-bin" to "dlib".
Let me know :)

from sd-wav2lip-uhq.

numz avatar numz commented on August 15, 2024

Hye, sorry about that ,
Can you tell me more about installation?
Python version?
Did you use the 'sd.webui.zip', for installation?

from sd-wav2lip-uhq.

jacknoakes avatar jacknoakes commented on August 15, 2024

Yes, the bark integration is broken. I just tried a clean install of SD webui 1.0-pre zip with all the updates to 1.5.2 in a completely separate folder and when trying to activate the extension with the bark update from a few days ago, I'm getting this console error:

`*** Error running install.py for extension D:\sd.webui-2\webui\extensions\sd-wav2lip-uhq.
*** Command: "D:\sd.webui-2\system\python\python.exe" "D:\sd.webui-2\webui\extensions\sd-wav2lip-uhq\install.py"
*** Error code: 1
*** stdout: Installing wav2lip_uhq requirement: dlib-bin
*** Installing wav2lip_uhq requirement: opencv-python
*** Installing wav2lip_uhq requirement: pillow
*** Installing wav2lip_uhq requirement: librosa==0.10.0.post2
*** Installing wav2lip_uhq requirement: opencv-contrib-python
*** Installing wav2lip_uhq requirement: git+https://github.com/suno-ai/bark.git


*** stderr: Traceback (most recent call last):
*** File "D:\sd.webui-2\webui\extensions\sd-wav2lip-uhq\install.py", line 10, in
*** launch.run_pip(f"install {lib}", f"wav2lip_uhq requirement: {lib}")
*** File "D:\sd.webui-2\webui\modules\launch_utils.py", line 136, in run_pip
*** return run(f'"{python}" -m pip {command} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}", live=live)
*** File "D:\sd.webui-2\webui\modules\launch_utils.py", line 113, in run
*** raise RuntimeError("\n".join(error_bits))
*** RuntimeError: Couldn't install wav2lip_uhq requirement: git+https://github.com/suno-ai/bark.git.
*** Command: "D:\sd.webui-2\system\python\python.exe" -m pip install git+https://github.com/suno-ai/bark.git --prefer-binary
*** Error code: 2
*** stdout: Collecting git+https://github.com/suno-ai/bark.git
*** Cloning https://github.com/suno-ai/bark.git to c:\users\user\appdata\local\temp\pip-req-build-3328bzgg
*** Resolved https://github.com/suno-ai/bark.git to commit 95c9b43f20f6cede5dd4a36b8cfcc53e0cf53d39
*** 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: Running command git clone --filter=blob:none --quiet https://github.com/suno-ai/bark.git 'C:\Users\user\AppData\Local\Temp\pip-req-build-3328bzgg'
*** ERROR: Exception:
*** Traceback (most recent call last):
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\cli\base_command.py", line 180, in exc_logging_wrapper
*** status = run_func(*args)
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\cli\req_command.py", line 248, in wrapper
*** return func(self, options, args)
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\commands\install.py", line 377, in run
*** requirement_set = resolver.resolve(
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\resolution\resolvelib\resolver.py", line 73, in resolve
*** collected = self.factory.collect_root_requirements(root_reqs)
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\resolution\resolvelib\factory.py", line 491, in collect_root_requirements
*** req = self._make_requirement_from_install_req(
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\resolution\resolvelib\factory.py", line 453, in _make_requirement_from_install_req
*** cand = self._make_candidate_from_link(
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\resolution\resolvelib\factory.py", line 206, in _make_candidate_from_link
*** self._link_candidate_cache[link] = LinkCandidate(
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\resolution\resolvelib\candidates.py", line 293, in init
*** super().init(
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\resolution\resolvelib\candidates.py", line 156, in init
*** self.dist = self._prepare()
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\resolution\resolvelib\candidates.py", line 225, in _prepare
*** dist = self._prepare_distribution()
*** File "D:\sd.webui-2\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 "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\operations\prepare.py", line 538, in prepare_linked_requirement
*** return self._prepare_linked_requirement(req, parallel_builds)
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\operations\prepare.py", line 653, in _prepare_linked_requirement
*** dist = _get_prepared_distribution(
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\operations\prepare.py", line 69, in _get_prepared_distribution
*** abstract_dist.prepare_distribution_metadata(
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\distributions\sdist.py", line 48, in prepare_distribution_metadata
*** self._install_build_reqs(finder)
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\distributions\sdist.py", line 118, in _install_build_reqs
*** build_reqs = self._get_build_requires_wheel()
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\distributions\sdist.py", line 95, in _get_build_requires_wheel
*** return backend.get_requires_for_build_wheel()
*** File "D:\sd.webui-2\system\python\lib\site-packages\pip_internal\utils\misc.py", line 697, in get_requires_for_build_wheel
*** return super().get_requires_for_build_wheel(config_settings=cs)
*** File "D:\sd.webui-2\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 "D:\sd.webui-2\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 "D:\sd.webui-2\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 "", line 1050, in _gcd_import
*** File "", line 1027, in _find_and_load
*** File "", line 992, in _find_and_load_unlocked
*** File "", line 241, in _call_with_frames_removed
*** File "", line 1050, in _gcd_import
*** File "", line 1027, in _find_and_load
*** File "", line 1006, in _find_and_load_unlocked
*** File "", line 688, in _load_unlocked
*** File "", line 883, in exec_module
*** File "", line 241, in call_with_frames_removed
*** File "C:\Users\user\AppData\Local\Temp\pip-build-env-b7bzcumx\overlay\Lib\site-packages\setuptools_init
.py", line 15, in
*** import setuptools.version
*** File "C:\Users\user\AppData\Local\Temp\pip-build-env-b7bzcumx\overlay\Lib\site-packages\setuptools\version.py", line 1, in
*** from .importlib import metadata
*** File "C:\Users\user\AppData\Local\Temp\pip-build-env-b7bzcumx\overlay\Lib\site-packages\setuptools_importlib.py", line 45, in
*** import importlib.metadata as metadata # noqa: F401
*** File "importlib\metadata_init
.py", line 17, in
*** File "importlib\metadata_adapters.py", line 3, in
*** File "email\message.py", line 15, in
*** File "email\utils.py", line 29, in
*** File "socket.py", line 51, in
*** ModuleNotFoundError: No module named '_socket'
*`

from sd-wav2lip-uhq.

numz avatar numz commented on August 15, 2024

Hello
ok, thanks for report. I think that came from 3.10.6 python version and bark. For the moment i recommand to not use sd.webui.zip.. sorry about that

if you want, follow this :

@echo off

set PYTHON="path to your python 3.10.11 python exe" for me => c:\NUMZ\APPS\python-3.10\python.exe

set GIT=
set VENV_DIR=venv
set COMMANDLINE_ARGS=--xformers
call webui.bat

Let me know, if that works for you

Regards

from sd-wav2lip-uhq.

jacknoakes avatar jacknoakes commented on August 15, 2024

I'll try it in a secondary install, but on my main SD install (the zip one which has a lot of customizations that I can't just blow away), I just used your commit from before the bark integration and it works great. I don't need bark at this stage, at least not the generic TTS voices - I'm looking at using the voice cloning support, and the repo for TTS Generation WebUI has a lot of features in it. I need a replacement for ElevenLabs voice cloning. I also need to be able to chop up video between the audio generation and wav2lip stages anyway, so the one-stop shop method won't work in my scenario.

from sd-wav2lip-uhq.

golendercaria avatar golendercaria commented on August 15, 2024

It's possible to make install with specific commit or stable branche ? Previous from install of bark. Thank for community.

from sd-wav2lip-uhq.

golendercaria avatar golendercaria commented on August 15, 2024

I clone repository on specific commit and It work : https://github.com/golendercaria/wav2lipStable.git

Process on linux server

  1. remove folder sd-wav2lip on stable-diffusion/extension
  2. reboot/reload UI => the wav2lip need to be remove
  3. follow initial instruction with link : https://github.com/golendercaria/wav2lipStable.git
  4. reload UI

For me i need to reload my server.

Commit how work

commit 6967d1a4a782ba04a2a1068e3aeaec6d684c2f3b (HEAD -> master, origin/master)
Author: numz <[email protected]>
Date:   Sun Aug 6 19:15:54 2023 +0200

    update librosa version to 0.10.0

from sd-wav2lip-uhq.

genglinxiao avatar genglinxiao commented on August 15, 2024

Same here. I'm on an M2 Macbook. It seems to me the offending issue is the installing of dlib-bin. I always get this error:

ERROR: Could not find a version that satisfies the requirement dlib-bin (from versions: none)
ERROR: No matching distribution found for dlib-bin

I tried different methods but so far none of them worked.
It would be great if someone can share the proper way to install this module on an M2 MacBook.

from sd-wav2lip-uhq.

BTakacs-Oxit avatar BTakacs-Oxit commented on August 15, 2024

Probably the same issue as in #35 Chek the versions of WebUI

from sd-wav2lip-uhq.

genglinxiao avatar genglinxiao commented on August 15, 2024

@genglinxiao Hi sorry for that, on Mac you need dlib and not dlib-bin. To resolve this issue, in the requirements.txt change "dlib-bin" to "dlib". Let me know :)

Wow, I should have known. And indeed that fixed the issue. Thanks!

from sd-wav2lip-uhq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.