Gadi Cohen
Gadi Cohen
Hey, can you copy and paste the exact options causing the problem? IjzerenHein actually just mentioned to me that the `overflow="hidden"` is not required and can actually cause a few...
Just to clarify for others, the main problematic clause in the link above - to my understanding - is: > They can’t access or even seek permission to access a...
[PhotoRoom](https://www.photoroom.com/) made an awesome blog post on exactly how do this: [Making stable diffusion 25% faster using TensorRT](https://www.photoroom.com/tech/stable-diffusion-25-percent-faster-and-save-seconds/). They explain exactly what's happening, give all the sample code, and even...
Hey all. I'm using https://github.com/bananaml/serverless-template-stable-diffusion in another project, and they retrieve the model through a HuggingFace API key that you place in the Dockerfile (which in our case, we could...
`EAI_AGAIN` is a DNS timeout error. While it is in theory possible that Yahoo could be blocking server farms at this level, it's very, very unlikely. More likely one of...
Looks like you got it but I'm not familiar with netplan either. Can you paste the results of `dig a query2.finance.yahoo.com` ? (Amongst other things, it will tell you which...
Ok great thanks for reporting back! Glad you're up and running again.
Actually leaving this open, this does happen occasionally and perhaps we should document it somewhere.
*Edit*: It turns out that - for my at least - the issues were a result of comparing float32 to full precision, and of the original source image I was...
I'm experimenting with some patterns for this. The simplest I came up with was this: ``` jsx ``` Everything is cached and shared between multiple instances, and the class can...