Roberts Slisans
Roberts Slisans
https://github.com/ashleykleynhans/tts-webui-docker/blob/f9a26c757a79b34e53ea83d00320e08a4cc63c77/docker-bake.hcl#L50 An user is reporting that installing extensions does not work, which is because extensions.json and the github repos changed from extension_abc to tts_webui_extension.abc format (why? because the global namespace...
Thanks for setting this up I'm thinking about adding a badge link from the base repo like this: [](https://console.runpod.io/explore/3zyimdisfg) Of course, no promises to keep it in perpetuity Also,...
Will there be a discord server for this model?
### Describe the bug "precision=1" such as: ```python repetition_penalty = gr.Slider( label="Repetition Penalty", value=2.0, minimum=0.0, maximum=10.0, step=0.1, precision=1 ) ``` ought to return a float such as 2.0, but so...
I get this error despite running the cuda toolkit step: ``` OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root. ``` https://github.com/rsxdalv/flash-attention/actions/runs/11836964853/job/32982975377#step:6:41