Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pix2pixzero committed Feb 7, 2023
1 parent bf1ac0f commit ff85a9f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,36 @@
<img src='assets/main.gif' align="center">
</p>
</div>


We propose pix2pix-zero, a diffusion-based image-to-image approach that allows users to specify the edit direction on-the-fly (e.g., cat to dog). Our method can directly use pre-trained [Stable Diffusion](https://github.com/CompVis/stable-diffusion), for editing real and synthetic images while preserving the input image's structure. Our method is training-free and prompt-free, as it requires neither manual text prompting for each input image nor costly fine-tuning for each task.


## Results
All our results are based on [stable-diffusion-v1-4](https://github.com/CompVis/stable-diffusion) model. Please the website for more results.




<div>
<p align="center">
<img src='assets/results_teaser.jpg' align="center" width=800px>
</p>
</div>

## Real Image Editing
<div>
<p align="center">
<img src='assets/results_teaser.jpg' align="center">
<img src='assets/results_real.jpeg' align="center" width=800px>
</p>
</div>

## Synthetic Image Editing
<div>
<p align="center">
<img src='assets/results_syn.jpg' align="center" width=800px>
</p>
</div>

## Method Details

Expand Down
Binary file added assets/results_real.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/results_syn.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff85a9f

Please sign in to comment.