tilllt

Results 63 comments of tilllt

This is what copilot has to say in regards to your dockerfile After reviewing the Dockerfile, one likely reason people encounter problems with relative bind mounts is due to the...

> @tilllt The plugin / client probably doesn't have any more information. Something is terminating the connection. > > ComfyUI has one, but it's quite large (100mb or so), proxy...

Thats unfortunately beyond my skill set, but as a quick fix, i think NC Calendar should rather ignore the CLASS:PRIVATE field than hide the appointment from the owner but show...

I exported the appointment from User B's NC Web GUI and it keeps the CLASS:PRIVATE flag

Here is an anonymized version of the original iCal file from doctolib [Anon_09-01-2023-um-11-25.zip](https://github.com/nextcloud/calendar/files/10352068/Anon_09-01-2023-um-11-25.zip)

I think the error I posted earlier is coming from trying to access the gradio GUI when the docker container already has crashed. It exits with Exit Code 137, which...

> try using a medium model. i've also been having issues with the large models, though I'm on RX580 so only 8GB. I think it's a different issue. We have...

Depending on what you want to do with it, there are other implementations if whisper, faster whisper and whisperX. Like this API wrapper around various whisper implementations https://github.com/ahmetoner/whisper-asr-webservice Personally I...

I still am not sure if I got my point across. There is the whisper model, there are whisper implementations. The software in this repo offers various of these implementations...

``` whisper-webui | Use "faster-whisper" implementation whisper-webui | Device "cuda" is detected whisper-webui | * Running on local URL: http://0.0.0.0:7860 whisper-webui | * To create a public link, set `share=True`...