James
James
Using Python 3.11.1 Traceback (most recent call last): File "C:\Users\James\Desktop\articles\suno_text_to_voice.py", line 1, in from bark import SAMPLE_RATE, generate_audio, preload_models ImportError: cannot import name 'SAMPLE_RATE' from 'bark' (unknown location)
> This is a classic issue: the python environment you use to run suno differs from the python environment you installed suno. > > I'd recommend using a virtual environment,...
Can I confirm that the yaml file to edit is: blip2_instruct_vicuna7b.yaml and the line to change is llm_model: ? these files: pytorch_model-00001-of-00002.bin pytorch_model-00002-of-00002.bin are stored in this folder: C:\Users\james\.cache\huggingface\hub\models--lmsys--vicuna-7b-v1.5\snapshots\de56c35b1763eaae20f4d60efd64af0a9091ebe5 so...
LoRA and ControlNet supersede the general hypernetworks.
ERROR: triton-2.0.0-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.
Same I got the same error (blip_env) C:\Users\james>pip install https://huggingface.co/r4ziel/xformers_pre_built/resolve/main/triton-2.0.0-cp310-cp310-win_amd64.whl **ERROR: triton-2.0.0-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.** (blip_env) C:\Users\james>python -V **Python 3.11.4** So I guess no triton...
I got it to work. C:\Users\James\Desktop\articles\Image-Downloader>**pip install PyQt5** Collecting PyQt5 Using cached PyQt5-5.15.9-cp37-abi3-win_amd64.whl (6.8 MB) Collecting PyQt5-sip=12.11 (from PyQt5) Downloading PyQt5_sip-12.12.1-cp311-cp311-win_amd64.whl (78 kB) ---------------------------------------- 78.4/78.4 kB 4.3 MB/s eta 0:00:00...
Multiple GPU and multiple CUDA does not work using both cuda:0 and cuda:1 is not possible.
Really? It still works?