mdkb
mdkb
neither of these work, getting "ERROR: Could not find a version that satisfies the requirement torch==0.3.1 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2, 0.4.1, 0.4.1.post2, 1.0.0, 1.0.1, 1.0.1.post2, 1.1.0, 1.2.0, 1.3.0, 1.3.1,...
you probably found it by now, but I ended up here with the same problem before I saw this but the period="max" is still not working to honor hourly data:...
this is giving an error. ``` %matplotlib inline import matplotlib.pyplot as plt import IPython.display as ipd import librosa import numpy as np import os import glob import json import torch...
I solved the above by running `!pip install numba==0.48` before the "import limbrosa" code and then restarting runtime and then running the line again. after that it continued to the...
ModuleNotFoundError Traceback (most recent call last) in () 10 11 import torch ---> 12 from text import text_to_sequence, cmudict 13 from text.symbols import symbols 14 import commons ModuleNotFoundError: No module...
old issue but I was running into this with the latest version on windows. I found if I add the year in brackets then it finds them. I have things...
I have windows 10 with python 3.10.6 in a conda environment and installing roop from the extension it did not show up in SD after restarting webgui from inside SD....
> if your main intention is not customizing the package, then it should not be necessary to retraining/refit the model that would be preferable. but with my attempt to run...
I am getting this too with local llms (mistral 7b with recommended modefile), annoyingly it resolves perfectly on the first go, but the agent thinks it hasnt finished and continues...
in logs I can see no obvious issues other than the one I shared. I have ``` INFO Found Text Encoder t5 for All: umt5-xxl-encoder-Q6_K.gguf ``` but I just realised...