Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ https://drive.google.com/drive/folders/1nJ3HmgYgeA9NZr-oU-enqbYeO7zBaANs?usp=sha

Put the checkpoints into `./BigGAN_utils/weights/`

Install CLIP:

`pip install git+https://github.com/openai/CLIP.git`

Run the following command to generate images from text query:

`python fusedream_generator.py --text 'YOUR TEXT' --seed YOUR_SEED`
Expand Down