Christian Kokott
Christian Kokott
I have tried this now on many different configurations and different batch sizes and models. I am not managing to get any stylized images but plain color outputs (mostly black,...
**Describe the bug** Richdocuments is spamming my error log with: OCP\Share\Exceptions\ShareNotFound: The requested share does not exist anymore Stack trace: ``` /var/www/html/custom_apps/richdocuments/lib/Controller/WopiController.php - line 708: OC\Share20\Manager->getShareByToken("dRjw4ioPEG2xjgm") /var/www/html/custom_apps/richdocuments/lib/Controller/WopiController.php - line 495:...
Hello, I am not sure if this is already possible. I am looking to create a wavetable synth that accepts classic .wav wavebanks (same format WaveEdit uses). I understand that...
Hello! First of all thank you for writing an open source alternative HttpClient. I have a problem running it. When I try to do a GET to a local server...
## Describe the bug https://fastapi-users.github.io/fastapi-users/latest/configuration/databases/beanie/ In the documentation for how to configure the User model for Beanie the documentation mentions that `BeanieBaseUser` is pre-configured to create a unique index on...
Very excited for Flow subclassing to arrive! I noticed a little issue: The original example from the PR works: https://github.com/Netflix/metaflow/pull/2086 (After putting BaseFlow into its own file) ``` from metaflow...
Any chance you would consider adding the third_party folder in the release archive? Background: I would like to have the `draco_transcoder` be part of the conda package. Apparently conda-forge packages...
Hey, I would love the configuration: - Python 3.11 - CUDA 128 - torch 2.7.1 To be available as pre-built wheels including the compiled cuda extensions. It seems that all...
Hey I ran into a weird issue after upgrading from Python 3.10 to 3.11. The issue pops up during a torch import but I can reproduce it without: ``` #...