This open-source website provides a simple interface for generating images using text-based instructions. You can provide a text prompt describing what your dream is, and generate a new images based on the prompt.

The model is hosted on Replicate, which exposes a cloud API for running predictions. This website is built with Next.js and hosted onVercel, and uses Replicate's API to run the InstructPix2Pix model. The source code is publicly available on GitHub. Pull requests welcome!