This little tool can download all your images from Dalle2 at once – as a ZIP file. Prompts are also downloaded. It is intended for power users because it utilizes browser dev tools.
- Open your Dalle2 history or a collection
- Scroll down to load all the images. Warning: prompts won't show up on small screen!
- Open dev tools (F12)
- Copy the contents of dalle2-downloader.umd.js and paste it into the console
- The assembled script includes a ZIP library (fflate) and a utility for file downloading (file-saver)
- After pressing enter the process starts automatically
- At the end, the ZIP file will start downloading
- If needed, enter
Downloader.download();
to start it again
npm run build
builds the source code to dist
.