Skip to content

This repository contains my implementation of a text to image synthesis model using CLIP and VQGAN

License

Notifications You must be signed in to change notification settings

Daimon5/Text_To_Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Text_To_Image

This repository contains an implementation of Text to Image synthesis using CLIP and VQGAN. The project demonstrates how to generate images based on textual descriptions by leveraging the power of OpenAI's CLIP model and VQGAN.

Contents

  • Text_To_Image.ipynb: The Google Colab notebook containing the full implementation of the Text to Image synthesis. The notebook walks through the setup, training, and generation process using CLIP and VQGAN.

Requirements

To run this notebook, you will need the following dependencies:

  • Python 3.x
  • PyTorch
  • CLIP
  • VQGAN
  • Google Colab (recommended for ease of use)

Getting Started

  1. Clone the repository:
    git clone https://github.com/Daimon5/Text_To_Image.git
  2. Open the notebook in Google Colab by uploading it or using the GitHub link directly.

How to Use

  • Text to Image Synthesis:
    • Follow the notebook to understand how to generate images from text descriptions.
    • Input your desired text prompts.
    • Generate and visualize the corresponding images.

References

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This repository contains my implementation of a text to image synthesis model using CLIP and VQGAN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published