DALL-e API with Pen.el

1 · Shane Mulligan · Nov. 4, 2022, 11 a.m.
Summary
Summary I’m just demoing the DALL-E-2 API as used by Pen.el. Demo Code Engine http://github.com/semiosis/engines/blob/master/engines/dalle.engine Prompt http://github.com/semiosis/prompts/blob/master/prompts/given-a-textual-description-visualise-it-with-an-image-1.prompt elisp Here is an example of how to invoke the image generator prompt function. 1 2 3 4 (defun test-surreal-strawberry () (interactive) (car (pf-given-a-textual-description-visualise-it-with-an-image/1 "A surreal strawberry" :no-...