-
Congrats! Super great work!
I've noticed that you're currently using the original DDPM scheduler, which is rather slow. It would be much faster if we could apply DPM-Solver++ into this work to acce…
-
I tried it on the demo. I used simple and detailed prompt words to generate a female character. I tried adjusting the Sampling steps and Negative prompt, but the quality of the character picture I got…
-
I found that changing the `marathon_model` sampling initializer to `"advi+adapt_diag"` fit the model far faster. ADVI took ~12,000 steps to converge and then NUTS took about 3 minutes (my computer is …
-
The LTC2325-16 is Quad, 16-Bit, 5Msps/Ch Simultaneous Sampling ADC.
The LTC2325-16 has a high speed SPI-compatible serial interface that supports CMOS or LVDS. The fast 5Msps per channel throughput.
-
Hello!
A few quick questions. All of them are brainfood about interface improvements.
- how to properly perform fast seeking? sidplayfp::play with null buffer just renders single sample. Rendering…
-
See PR #32 (thanks @ahmedtadde for the suggestion!)
Currently, we apply parsing tools each time we load or sample data. We could cache the output of `self._apply_parsing_tools()` for the entire da…
-
At the moment we are doing experiments on mock datasets of 200 supernovae. What would it take to repeat these on 100,000 supernovae? Some benchmarking tests could be interesting - and let us know if w…
-
DPM adaptive:
` File "/content/gdrive/MyDrive/sd/stablediffusion/src/k-diffusion/k_diffusion/sampling.py", line 496, in sample_dpm_adaptive`
` if sigma_min
-
I want to benchmark faster-whisper and some pipeline whisper implementations of whisper in huggingface.
For the sake of fairness I would like to parametrize the models as equally as possible.
In H…
-
Hey!
This is not an issue but rather a suggestion :).
From what I understand, you walk on a graph by randomly hopping from one node to another. You do this via a roulette wheel method that runs …