Hacker News new | ask | show | jobs
by sinistersnare 1202 days ago
Looks awesome, I think this is a great mix with prompt engineering.

It seems this does not work on Firefox? I could only draw on about half the canvas and it was pretty buggy. Dont support the chrome monoculture!

6 comments

Hey, Scribble Diffusion author here.

Sorry about the trouble. The Firefox incompatibility is the result of a bug in the underlying npm package we're using to render the drawing tool and canvas.

The issue is being tracked here: https://github.com/replicate/scribble-diffusion/issues/17#is...

We may need to wait for a fix to that, or consider swapping out the package we use for scribbling on a canvas.

Maybe put a banner notifying users about this? That was a pretty bad experience while I struggled to make it work & thought the author/you had shipped something totally broken lol.
You can run it locally with a different (much better) WebUI see https://github.com/Mikubill/sd-webui-controlnet for example.
Agreed. I nearly just closed the tab when it didn't work on Firefox.
wow, yeah, very frustrating experience
There's a solution linked at the bottom of the page: https://github.com/replicate/scribble-diffusion
Is there?
I think he is referring to “fork the repo and fix the bug yourself” as the solution, but given the existence of far more featureful publicly available Web UIs for Stable Diffusion + ControlNet, if you just want to get something that works on Firefox, you don’t need to expend that much work if you are wiling to host it yourself rather than just using something someone already has up on the web.