🧠
Text-to-Image Generation Project
A Jupyter notebook (Texttoimage.ipynb) that demonstrates generating images from text prompts using a deep-learning text-to-image model.
A Jupyter notebook (Texttoimage.ipynb) that demonstrates generating images from text prompts using a deep-learning text-to-image model.
A Jupyter notebook (Text_to_image.ipynb) that demonstrates generating images from text prompts using a deep-learning text-to-image model.
Text_to_image.ipynb in Jupyter and run the setup cells to load the model."a sunset over the ocean".Open the notebook in Jupyter:
jupyter notebook Text_to_image.ipynb
Install the deep-learning dependencies referenced inside the notebook (e.g. diffusers, torch, transformers).
Deep-learning libraries such as diffusers, torch, and transformers (see the notebook cells).