lustfeind

Results 24 comments of lustfeind

I also tried everything.. M1 pro ValueError: The following `model_kwargs` are not used by the model: ['encoder_hidden_states', 'encoder_attention_mask'] (note: typos in the generate arguments will also show up in this...

I got it running installing the missing dependencies. And there are a lot! This install script lacks them. bash -l -c "conda activate web-ui; pip install jsonmerge einops clean-fid resize_right...

I just try the google colab demo link and get a similar error there. Something is generally wrong?

> same problem as #174 ? Yes, I think you're right.

I give up,.. installed beartype==0.15.0, changed installer_files/env/lib/python3.10/site-packages/torch/onnx/symbolic_helper.py from NoReturn to None... no success. Here is my full terminal output, if somebody could give me a hint, I would appreciate it...

Hello again,.. sorry for bothering. I did a clean install, installed miniconda3 again, deleted all enviroments,.. The UI starts, but I'm not able to do anything. Some of the folders...

Well, at least the UI works after updating gradio: ``` ./cmd_macos.sh pip install --upgrade gradio ``` But anything else didn't works to the end. Tortoise starts so load some models...

No, for example using Bark: Starting the UI, entering a prompt, and hit generate: ``` Traceback (most recent call last): File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py", line 388, in call_prediction output = await route_utils.call_process_api(...

Right, empty history did not work at first. The preset voices also don't work with empty history. I need to set something in "Use old generation as history:" and then...

At least on my Mac it don't seem solved