Relies on a slightly customized fork of the InvokeAI Stable Diffusion code: Code Repo Multiple prompts at once: Enter each prompt on a new line (newline-separated). Word wrapping does not count ...
This is a collection of interesting algorithm problems written first recursively, then using memoization and finally a bottom-up approach.This allows to well capture the logic of dynamic programming.