Skip to content

Commit

Permalink
docs: add section for depth-guided diffusion
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Jan 27, 2023
1 parent 331ba44 commit 607fdd8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ First, copy an image to the `input` folder. Next, to run:
./build.sh run --image image.png 'Andromeda galaxy in a bottle'
```

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

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

```sh
./build.sh run --model 'stabilityai/stable-diffusion-2-depth' \
--image image.png 'A detailed description of the objects to change'
```

### Image Upscaling (`upscale4x`)

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

0 comments on commit 607fdd8

Please sign in to comment.