Daniel Demmel

Results 54 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...