Skip to content

Commit

Permalink
docs: add example for stable unclip variations
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Apr 15, 2023
1 parent 154a2ce commit 3e26a1d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,17 @@ First, copy an image to the `input` folder. Next, to run:
--image image.png 'A detailed description of the objects to change'
```

### Stable UnCLIP Variations (`unclip`)

Create different versions of an image with a text prompt.

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

```sh
./build.sh run --model 'stabilityai/stable-diffusion-2-1-unclip-small' \
--image image.png 'A detailed description of the image'
```

### Image Upscaling (`upscale4x`)

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

0 comments on commit 3e26a1d

Please sign in to comment.