Jackson R

Results 10 comments of Jackson R

I had this same issue building libzmq on its own. I suspected it was because homebrew messed with the built-in OpenSSL libraries when I installed FFMPEG (which has ZeroMQ as...

I also have this issue, chrome.

Would love an example on how to count relations using query builder! @pleerock

> It would be awesome if you could investigate this bug! > > Here is our guide how to debug the language support of the monaco editor: https://github.com/microsoft/monaco-editor/blob/main/CONTRIBUTING.md#debugging--developing-language-support Hey @hediet...

I found the source of this bug! The function at getOrCreateModel at https://github.com/microsoft/monaco-editor/blob/main/src/language/typescript/languageFeatures.ts#L116 is being called when the editor tries to autocomplete the function that's in `addExtraLib` for the first...

This repository is not the ControlNet webui plugin. Try a clean install of auto1111 and follow the instructions at https://github.com/Mikubill/sd-webui-controlnet#install. Be sure the place the models in the appropriate folders....

> I've now realised that my mistake was that I didn't do forward steps on the first frame latents. > > The code is working fine now after doing 1000...

> The forward step should be done using deterministic forward steps (not included in the current code), in order to recover the input image. For the text conditioning, some further...

https://huggingface.co/docs/diffusers/api/schedulers/ddim_inverse Working with this. Will let you know how it goes.