Sylvain Filoni
Sylvain Filoni
Hello ! I got some new observations to report, i'll go straight to the points: 1. sketch-color BUG : canvas background resetting to none (or transparent) after browser window scale...
For the eraser feature, i made a good working one for my animation app, using p5js where `r` is the eraser radius, and `target` is the graphics (canvas instance) targeted...
Sketch-Tool BUG: Fast move reveals spikes on the end of each chunk of the line. See screenshot below:
➕1️⃣ i was looking for a solution for this. subscribed :)
Yes ! This is a great idea, i was wondering if this was possible crafting my Whisper To Diffusion demo. As i give the user the choice to check whisper...
I am working on it too. Actually you’d only need to work with img2img @CrazyBoyM Have you seen Amelia Wattenberg 's work on her outpainting app ? —› [Amelia @Wattenberger...
NEW Outpainting demo on huggingface : [StableDiffusion Infinity](https://huggingface.co/spaces/lnyan/stablediffusion-infinity) by [Inyan](https://huggingface.co/lnyan) 
+1 I get the same error on huggingface Space, while trying to import 'StableDiffusionImg2ImgPipeline' instead of 'StableDiffusionPipeline'
For huggingface space, you need to import diffusers through github pip install, as i did in a requirements.txt file ;) 
Note: this solution will work while calling public space API. Still does not work with private spaces