Audiocraft Install with MusicGen & AudioGen on Linux Mint

  Рет қаралды 740

The IT-Unicorn

The IT-Unicorn

Күн бұрын

Пікірлер: 12
@theit-unicorn1873
@theit-unicorn1873 2 ай бұрын
What do you think about open source AI music and Sound Effects (SFX) ?
@sherrilltechnology
@sherrilltechnology 2 ай бұрын
Very interesting video!!! Great job brother
@theunismulder7119
@theunismulder7119 2 ай бұрын
I am following along with series -many thanks again. Will be installing this part of series tomorrow. Suggestions: AI music where you are able to remove the vocals from songs without affecting the quality of music? AI for Excel spreadsheets or any database? Keep up the great work you are doing.
@theit-unicorn1873
@theit-unicorn1873 2 ай бұрын
Thanks for the feedback! I will look into these great suggestions. 🙂
@LaurisKlim
@LaurisKlim 2 ай бұрын
thank and keep going.
@theit-unicorn1873
@theit-unicorn1873 2 ай бұрын
Thank you! I'm working on the next one right now 🙂
@adambeaudry3976
@adambeaudry3976 Ай бұрын
Loving the series... but im having issues with your links. Tried the txt to img earlier and the model wouldnt download, I found another similar model and did it manually... but now doing this audiocraft it seems the github link is no good. Are you able to update these videos?
@AltoidJTP
@AltoidJTP 2 ай бұрын
Pretty sure I followed every video, in order, to the letter. musicgen no longer loads once audiogen was set up. Here is the traceback: Traceback (most recent call last): File "/home/mike/miniconda3/envs/audiocraft/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/home/mike/miniconda3/envs/audiocraft/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/mike/ai/audiocraft/demos/musicgen_app.py", line 461, in ui_full(launch_kwargs) File "/home/mike/ai/audiocraft/demos/musicgen_app.py", line 224, in ui_full melody = gr.Audio(source="upload", type="numpy", label="File", File "/home/mike/miniconda3/envs/audiocraft/lib/python3.9/site-packages/gradio/component_meta.py", line 167, in wrapper return fn(self, **kwargs) TypeError: __init__() got an unexpected keyword argument 'source' Any idea where this might be coming from?
@theit-unicorn1873
@theit-unicorn1873 2 ай бұрын
try running pip install -r requirements.txt in the venv again
@AltoidJTP
@AltoidJTP 2 ай бұрын
@@theit-unicorn1873 That did it. Thanks!
@theit-unicorn1873
@theit-unicorn1873 2 ай бұрын
Awesome! I appreciate the confirmation.
@bmonden
@bmonden Күн бұрын
@@theit-unicorn1873 I've ran the install requirements.txt three times now and keep getting the same thing... Collecting scipy>=1.2.0 (from librosa->-r requirements.txt (line 19)) Using cached scipy-1.5.4-cp39-cp39-manylinux1_x86_64.whl.metadata (2.0 kB) Using cached scipy-1.5.3.tar.gz (25.2 MB) Installing build dependencies ... error error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [70 lines of output] Ignoring numpy: markers 'python_version == "3.6" and platform_system != "AIX"' don't match your environment Ignoring numpy: markers 'python_version == "3.7" and platform_system != "AIX"' don't match your environment Ignoring numpy: markers 'python_version == "3.6" and platform_system == "AIX"' don't match your environment Ignoring numpy: markers 'python_version == "3.7" and platform_system == "AIX"' don't match your environment Ignoring numpy: markers 'python_version >= "3.8" and platform_system == "AIX"' don't match your environment Collecting wheel Using cached wheel-0.44.0-py3-none-any.whl.metadata (2.3 kB) Collecting setuptools Using cached setuptools-75.2.0-py3-none-any.whl.metadata (6.9 kB) Collecting Cython>=0.29.18 Using cached Cython-3.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) Collecting numpy==1.17.3 Using cached numpy-1.17.3.zip (6.4 MB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pybind11>=2.4.3 Using cached pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB) Using cached wheel-0.44.0-py3-none-any.whl (67 kB) Using cached setuptools-75.2.0-py3-none-any.whl (1.2 MB) Using cached Cython-3.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) Using cached pybind11-2.13.6-py3-none-any.whl (243 kB) Building wheels for collected packages: numpy Building wheel for numpy (setup.py): started Building wheel for numpy (setup.py): finished with status 'error' error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [15 lines of output] Running from numpy source directory. Traceback (most recent call last): File "", line 2, in File "", line 34, in File "/tmp/pip-install-waap85b5/numpy_edb40ead6fa34560831d3af77a63b02e/setup.py", line 443, in setup_package() File "/tmp/pip-install-waap85b5/numpy_edb40ead6fa34560831d3af77a63b02e/setup.py", line 422, in setup_package from numpy.distutils.core import setup File "/tmp/pip-install-waap85b5/numpy_edb40ead6fa34560831d3af77a63b02e/numpy/distutils/core.py", line 26, in from numpy.distutils.command import config, config_compiler, \ File "/tmp/pip-install-waap85b5/numpy_edb40ead6fa34560831d3af77a63b02e/numpy/distutils/command/config.py", line 20, in from numpy.distutils.mingw32ccompiler import generate_manifest File "/tmp/pip-install-waap85b5/numpy_edb40ead6fa34560831d3af77a63b02e/numpy/distutils/mingw32ccompiler.py", line 34, in from distutils.msvccompiler import get_build_version as get_build_msvc_version ModuleNotFoundError: No module named 'distutils.msvccompiler' [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for numpy Running setup.py clean for numpy error: subprocess-exited-with-error × python setup.py clean did not run successfully. │ exit code: 1 ╰─> [10 lines of output] Running from numpy source directory. `setup.py clean` is not supported, use one of the following instead: - `git clean -xdf` (cleans all files) - `git clean -Xdf` (cleans all versioned files, doesn't touch files that aren't checked into the git repo) Add `--force` to your command to use it anyway if you must (unsupported). [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed cleaning build dir for numpy Failed to build numpy ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (numpy) [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip.
Coqui TTS Setup via Docker: Voice AI on Linux Mint
13:14
The IT-Unicorn
Рет қаралды 1,4 М.
Linux Mint 22 Review: A Deep Dive Into This Minty Fresh Distro
23:22
Michael Tunnell
Рет қаралды 39 М.
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 132 МЛН
Cool Parenting Gadget Against Mosquitos! 🦟👶 #gen
00:21
TheSoul Music Family
Рет қаралды 32 МЛН
TailsOS Guide For The Ultra Paranoid
35:32
Mental Outlaw
Рет қаралды 445 М.
THE Screenshot Tool, Free, Open Source for Win, Mac & Linux
15:13
Freeware Focus
Рет қаралды 77 М.
The Painful world of Linux Ricing | A Hyprland story
13:01
typecraft
Рет қаралды 40 М.
Documentary - Debian "The Distro"
29:30
YouTux Channel
Рет қаралды 3,6 М.
Librewolf: the best browser?
12:30
Bread on Penguins
Рет қаралды 12 М.
Arch Linux Experience - Hyprland
39:02
Bog
Рет қаралды 241 М.
Linux Mint Cinnamon: 10 Things To Do After Installing
17:19
Burn Barrel Media
Рет қаралды 42 М.
You NEED to try Hyprland on Linux RIGHT NOW
24:36
typecraft
Рет қаралды 147 М.
Linux Mint 22 Released! BARE METAL Install
24:53
Switched to Linux
Рет қаралды 25 М.
Гаджет из даркнета 📦
0:45
serg1us
Рет қаралды 174 М.
Самый длинный айфон в мире!
0:20
По ту сторону Гугла
Рет қаралды 706 М.