Daniel Demmel

Results 107 comments of Daniel Demmel

This is still happening even after figuring out that I have to use direct image URLs rather than reference type links in Markdown (see [this commit](https://github.com/daaain/danieldemmel.me-next/commit/764230b6c32e52d7789464bd1b8259c86455a0a2)) to get them wrapped...

I'd even be happy with just a flat directory with files like `{timestamp}_{prompt}_{n}.png` which defaults to be `~/.diffusionbee/images` and can (eventually) be customised to be any other directory.

All right, apparently the file name length limit can be [as few as 255 characters](https://apple.stackexchange.com/questions/86611/does-os-x-enforce-a-maximum-filename-length-or-character-restriction) so that's indeed not going to be scalable for long prompts.

I was looking at the demo instance, but if you could write up a few troubleshooting steps why this might be happening locally and how to fix it that would...

I found a slightly nicer way to implement @s-h-a-d-o-w's code which doesn't leak anything into production and you can put `doServerRestart.ts` in `.gitignore` as it'll be created on startup. ```ts...

I also lost a few hours figuring out how to dig myself out of a hole of my own making with errors like: ``` error: getting snapshot: snapshot integrity failure;...

I'm thinking about this but considering the wider question of what would be the best way to let the Ansible setup script run in CI to produce a pre-baked image...

How did you try to change the sample rate? The `sampleRate` variable used in a fair few places and the WAV encoder is pretty low level, so might need to...

Ouch :) I haven't been maintaining this project actively (was just a Music Hack Day weekend hack), but this issue sounds like something which should be fixed in Chrome. But...

Hi @Mageshkumar-Rajendran, Please give a bit more details on what your problem is, what errors do you see in the browser console and what operating system / browser version you're...