Make your unique polaroid style photo using DALL-E.
Execute the following commands to download the source code
git clone https://github.com/Kiotlin/dalle-polaroid.git
cd dalle-polaroid
Execute the following commands to install dependencies
npm install
Launch
npm start
- Make sure you have deployed this version of dalle-playground (This repo is a fork which is not the newest version of dalle-playground, the data structure of the outputed images might be changed according to the development of origin repo, which may cause dalle-polaroid into error) into your own Google Colab .
- Run the notebook until the backend is full loaded.
- Copy the url from the log output of backend into the input box of dalle-polaroid.
- Feel free to generate your own style of dalle based polaroids!
- Implement more layout template and font.
- Implement a function for putting a filter on a photo.
- Use GPT-3 to translate long text into shorter text, keep editable.
- Use GPT-3 to translate
promptText
into other language.