Baquara

Results 9 issues of Baquara

Hello, I am trying to run the project using `python demo_toolbox.py` But I am running into: ``` [privateserver@privateserver Real-Time-Voice-Cloning]$ python demo_toolbox.py Arguments: datasets_root: None models_dir: saved_models cpu: False seed: None...

Hello, The following happens when I try to execute the project with "./gradlew run" ``` [privateserver@privateserver marytts]$ ./gradlew run FAILURE: Build failed with an exception. * Where: Settings file '/home/privateserver/Projects/SRT-Audio/marytts/settings.gradle'...

Hello, I'm trying to run the script using a GTX 1060 (the 3GB version) but I keep getting the following on the third step: `RuntimeError: CUDA out of memory. Tried...

Hello, I have an nvidia RTX 3060 12gb card with proprietary nvidia drivers installed, but I am getting the following issue: I first run: ``` docker-compose build docker-compose up ```...

Greetings, I am performing a fresh install on triton, using PyPip. `pip install triton` But the installation ultimately fails: ``` [ 7%] Building CXX object CMakeFiles/triton.dir/lib/codegen/analysis/axes.cc.o In file included from...

Hello, I am having the same problem as the (closed) issue #115 . I tried the solutions from that thread, used the .sh file, removed --xformers etc but it is...

new

**Is your feature request related to a problem? Please describe.** Many times, the Dreambooth-generated models generate hit or miss images regarding faces. Some look like the person it was trained...

# Expected Behavior From the issue #302 , I expected the model to be unloaded with the following function: ``` def unload_model(): global llm llama_free_model(llm) # Delete the model object...

bug

Greetings. I followed the exact instructions for the 3090 image. However, I am getting these problems when I open the browser and try to start audio capturing: ``` nginx-1 |...