Malek

Results 13 issues of Malek

Hello, I was wondering why we have to clamp the output of x_start from predict_start_from_noise( ) when sampling: ``` def p_mean_variance(self, x, t, clip_denoised: bool): model_output = self.denoise_fn(x, t) if...

Hello again @DBraun , I've been grappling with this strange behavior when trying to render audio with the [Helm](https://tytel.org/helm/) free VST. For my M1 Macbook Air, I could only get...

Hello again @DBraun , I wanted to describe an issue that I have been experiencing lately with the PluginProcessor and if you would possibly be able to point me in...

bug

## Issue Description When running test_plugins.py, the function test_stereo_plugin_effect fails when the plugin_path is a .component file, but it works correctly for VST and VST3 files. The function fails at...

bug

### Description I am trying to use JVstHost to load and manipulate VST plugins on my Mac, but I am encountering an error when trying to run the JVstHost jar...

Added a method to Docs object that allows user to enter 'chat' mode, which is basically just query on an infinite loop. Reflected changes in setup.py to allow for easy...

In Zotero, you can select a publication entry (or multiple) and press CTRL+SHIFT+C to copy the BibTex data for each highlighted publication to your clipboard. This is handy because these...

During the query process where the user can find the answer to their question, the time to obtain the chatgpt response as well as retrieving evidence can be significant. It...

It would be nice to have a CLI that can be run to automatically enter the question-answering routine. The app should be installable through the setup.py and be created using...

Is it possible to use this DDRM code to sample from p_theta(x)? For example, if I start with unit variance zero-mean gaussian noise, could this code be used similar to...