Skip to content

Commit

Permalink
samples
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jan 18, 2021
1 parent 1ae008e commit 8f7da40
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,24 @@

*artificial intelligence*

<img src="./samples/cosmic_love.png" width="384px"></img>
<img src="./samples/cosmic_love_and_attention.png" width="384px"></img>

*cosmic love*
*cosmic love and attention*

<img src="./samples/fire_in_the_sky.png"></img>
<img src="./samples/fire_in_the_sky.png" width="384px"></img>

*fire in the sky*

<img src="./samples/a_pyramid_made_of_ice.png" width="384px"></img>

*a pyramid made of ice*


## Big Sleep

A simple command line tool for text to image generation, using OpenAI's CLIP and a BigGAN.
A simple command line tool for text to image generation, using OpenAI's <a href="https://github.com/openai/CLIP">CLIP</a> and a <a href="https://arxiv.org/abs/1809.11096">BigGAN</a>.

<a href="https://twitter.com/advadnoun">Ryan Murdock</a> has done it again, combining CLIP and the generator from a BigGAN. This repository wraps up his work so it is easily accessible to anyone who owns a GPU.
<a href="https://twitter.com/advadnoun">Ryan Murdock</a> has done it again, combining CLIP and the generator from a BigGAN! This repository wraps up his work so it is easily accessible to anyone who owns a GPU.

Original notebook [![Open In Colab][colab-badge]][colab-notebook]

Expand Down
Binary file added samples/a_pyramid_made_of_ice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/cosmic_love_and_attention.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8f7da40

Please sign in to comment.