-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add Gradio interface for inpainting #130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
osanseviero
commented
Aug 21, 2022
This is very cool! Is there a Hugging Face Space for this? We would be happy to provide temporary T4 GPUs for it to run faster :)
- Now creating an image the same size of input by resizing prediction - Automatically rotate the image according to EXIF data
leszekhanusz
commented
Aug 22, 2022
No, it is not on Hugging Face yet.
leszekhanusz
commented
Sep 2, 2022
The gradio interface was a little bit limitating so I made a web frontend using Vue to test the inpainting of Stable Diffusion with diffusers.
It is available here and looks like this for now
It is still a work in progress but you can already generate images and draw inpainting mask to generate editions. Please tell me what you think.
osanseviero
commented
Sep 5, 2022
This is very very cool! It looks nice :D thanks for sharing 🔥
It looks like this:
gradio_inpainting_screenshot