Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,30 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
-
# pOps: Photo-Inspired Diffusion Operators
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
+
# pOps: Photo-Inspired Diffusion Operators
|
| 6 |
+
|
| 7 |
+
<div align="center">
|
| 8 |
+
|
| 9 |
+
[**Project Page**](https://popspaper.github.io/pOps/) **|** [**Paper**](https://popspaper.github.io/pOps/static/files/pOps_paper.pdf) **|** [**Code**](https://github.com/pOpsPaper/pOps)
|
| 10 |
+
</div>
|
| 11 |
+
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
## Introduction
|
| 16 |
+
|
| 17 |
+
<p align="center">
|
| 18 |
+
<img src="https://popspaper.github.io/pOps/static/figures/teaser_pops.jpg" width="800px"/>
|
| 19 |
+
Different operators trained using pOps. Our method learns operators that are applied directly in the image embedding space, resulting in a variety of semantic operations that can then be realized as images using an image diffusion model.
|
| 20 |
+
</p>
|
| 21 |
+
|
| 22 |
+
## Trained Operators
|
| 23 |
+
- [Texturing Operator](https://huggingface.co/pOpsPaper/operators/blob/main/models/texturing/learned_prior.pth): Given an image embedding of an object and an image embedding of a texture exemplar, paint the object with the provided texture.
|
| 24 |
+
- [Scene Operator](https://huggingface.co/pOpsPaper/operators/blob/main/models/scene/learned_prior.pth): Given an image embedding of an object and an image embedding representing a scene layout, generate an image placing the object within a semantically similar scene.
|
| 25 |
+
- [Union Operator](https://huggingface.co/pOpsPaper/operators/blob/main/models/union/learned_prior.pth): Given two image embeddings representing scenes with one or multiple objects, combine the objects appearing in the scenes into a single embedding composed of both objects.
|
| 26 |
+
- [Instruct Operator](https://huggingface.co/pOpsPaper/operators/blob/main/models/instruct/learned_prior.pth): Given an image embedding of an object and a single-word adjective, apply the adjective to the image embedding, altering its characteristics accordingly.
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
## Inference
|
| 30 |
+
See the [pOps repo](https://github.com/pOpsPaper/pOps) for inference using the pretrained models
|
| 31 |
+
|