> ......i found a use for AI i want to investigate but i'm too lazy to do it
> train image gen model on r/WeWantPlates
> i want it to go the other way
> here is a normal food, present it in a ridiculous way
let's reticulate the splines
The Components
LLM with vision input
Image prompt: Original food pic
Text prompt: "Give me a prompt for putting this in a different env"
Output: prompt
Diffusion image-to-image model
Image prompt: Original food pic
Text prompt: Output from step 1
Output: cursed image
LLM with vision input: verify that the output from step 2
Python (because LLM codegen) to wire this together (incl. retries)