Skip to content

Commit

Permalink
docs: add short description of each pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Feb 17, 2023
1 parent 1f98385 commit da50be6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ To build:

### Text-to-Image (`txt2img`)

Create an image from a text prompt.

To run:

```sh
Expand All @@ -68,6 +70,8 @@ To run:

### Image-to-Image (`img2img`)

Create an image from an existing image and a text prompt.

First, copy an image to the `input` folder. Next, to run:

```sh
Expand All @@ -76,6 +80,8 @@ First, copy an image to the `input` folder. Next, to run:

### Depth-Guided Diffusion (`depth2img`)

Modify an existing image with its depth map and a text prompt.

First, copy an image to the `input` folder. Next, to run:

```sh
Expand All @@ -85,6 +91,8 @@ First, copy an image to the `input` folder. Next, to run:

### Instruct Pix2Pix (`pix2pix`)

Modify an existing image with a text prompt.

First, copy an image to the `input` folder. Next, to run:

```sh
Expand All @@ -94,6 +102,8 @@ First, copy an image to the `input` folder. Next, to run:

### Image Upscaling (`upscale4x`)

Create a high resolution image from an existing image with a text prompt.

First, copy an image to the `input` folder. Next, to run:

```sh
Expand All @@ -103,6 +113,8 @@ First, copy an image to the `input` folder. Next, to run:

### Diffusion Inpainting (`inpaint`)

Modify specific areas of an existing image with an image mask and a text prompt.

First, copy an image and an image mask to the `input` folder. White areas of the
mask will be diffused and black areas will be kept untouched. Next, to run:

Expand Down

0 comments on commit da50be6

Please sign in to comment.