Sylvain Filoni

Results 32 comments of 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) ![outpainting-demo](https://user-images.githubusercontent.com/7447007/193835116-4820ebee-b20a-44f3-93c1-5f1f332fd691.jpeg)

+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 ;) ![39E6A9CA-83CF-470F-A962-BA5DE06F9BE3](https://user-images.githubusercontent.com/7447007/188214747-e6b8475f-51bc-49c2-bfe1-48923245ab99.jpeg)

Note: this solution will work while calling public space API. Still does not work with private spaces