Skip to content

Commit

Permalink
credit assign
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Feb 1, 2021
1 parent 76f7337 commit 3bcdfdd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,12 @@ FLAGS

### Priming

You can prime the generator network with a starting image, before it is steered towards the text. Simply specify the path to the image you wish to use, and optionally the number of initial training steps.
Technique first devised and shared by <a href="https://twitter.com/quasimondo">Mario Klingemann</a>, it allows you to prime the generator network with a starting image, before being steered towards the text.

Simply specify the path to the image you wish to use, and optionally the number of initial training steps.

```bash
$ imagine 'a night sky filled with starts' --start-image-path ./cloudy-night-sky.jpg
$ imagine 'a clear night sky filled with stars' --start-image-path ./cloudy-night-sky.jpg
```

Primed starting image
Expand Down

0 comments on commit 3bcdfdd

Please sign in to comment.