[Community Pipeline] Imagic: Text-Based Real Image Editing with Diffusion Models
See original GitHub issueIntro
Community Pipelines are introduced in diffusers==0.4.0
with the idea of allowing the community to quickly add, integrate, and share their custom pipelines on top of diffusers
.
You can find a guide about Community Pipelines here. You can also find all the community examples under examples/community/
. If you have questions about the Community Pipelines feature, please head to the parent issue.
Idea: Imagic: Text-based Real Image Editing with Diffusion Models
This pipeline aims to implement this paper to Stable Diffusion, allowing for real-world image editing. Example from the paper:
Issue Analytics
- State:
- Created a year ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Text-Based Real Image Editing with Diffusion Models - arXiv
Our method, which we call "Imagic", leverages a pre-trained text-to-image diffusion model for this task. It produces a text embedding that ...
Read more >AK on Twitter: "Imagic: Text-Based Real Image Editing with ...
Imagic : Text-Based Real Image Editing with Diffusion Models abs: ... being able to move in the latent space to accomplish editing tasks...
Read more >AI Image Editing from Text using Diffusion Models ... - YouTube
Imagic : Text - Based Real Image Editing with Diffusion Models. arXiv preprint https://arxiv.org/abs/2210.09276. ▻ Use it with Stable ...
Read more >Exemplar-based Image Editing with Diffusion Models
The whole framework involves a single forward of the diffusion model without any iterative optimization. We demonstrate that our method achieves ...
Read more >Multimodal Image Synthesis and Editing: A Survey - OSF
real image editing, without requiring ad-hoc supervision ... diffusion models in high-fidelity image synthesis, the text- ... Overall, the pipeline for.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would like to work on this
Would love to see this added, notebook implementation here for reference https://github.com/justinpinkney/stable-diffusion/blob/main/notebooks/imagic.ipynb