Adam

Results 542 comments of Adam

off-topic but i see youre trying to implement many layouts, please look at this so you dont make the same longterm mistake https://github.com/LMMS/lmms/issues/7336

Why mention Docker and not the new standard Podman?

no install log, ive wiped clean and am trying again for the fourth time! surprised that the app is accessing packages outside of the env im on Linux Mint LTS...

getting this error with some of the programs ``` Failed to load Bark TTS tab. Please check your configuration. Error: Detected that PyTorch and TorchAudio were compiled with different CUDA...

``` desktoppc@homeuser:~/Desktop/audiocomfyui$ source tts-generation-webui-main/ttsui-env/bin/activate && cd tts-generation-webui-main && ./start_tts_webui.sh /usr/bin/curl /usr/bin/tar /usr/bin/bzip2 Checking if the Micromamba/Conda environment is already installed Micromamba/Conda environment already installed in /home/desktoppc/Desktop/audiocomfyui/tts-generation-webui-main/installer_files/env, skipping installation Starting init...

> Do you have the installation log? is there anything else you need?

``` pip install torch==2.3.1+cu121 torchaudio==2.3.1+cu121 ERROR: Could not find a version that satisfies the requirement torch==2.3.1+cu121 (from versions: 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0, 2.5.1) ERROR: No matching...

> Without +cu it will most probably install the CPU only version. I forgot torchvision, if you add it to the install torch command, it will select the correct version...