Use Case:
As a parent, I want Pi to tell my child a bedtime story. I want the story to have pictures.
Feature:
Use realtime image generation to generate illustrations for a narrative story told by Pi.
A new image could be generated on each message from Pi.
Pi's story text could be passed directly to the image generation service, or more likely, preprocessed by a fast LLM (e.g. Llama3-70B) to generate an image prompt from the narrative text.
Example:
Performance Requirements
Image generation should be as close to realtime as possible. However, there is scope for slower generations.
It takes about 20-40s to read a message on average, so even a 10s image generation time might be acceptable.
Use Case: As a parent, I want Pi to tell my child a bedtime story. I want the story to have pictures.
Feature: Use realtime image generation to generate illustrations for a narrative story told by Pi.
A new image could be generated on each message from Pi.
Pi's story text could be passed directly to the image generation service, or more likely, preprocessed by a fast LLM (e.g. Llama3-70B) to generate an image prompt from the narrative text.
Example:
Performance Requirements Image generation should be as close to realtime as possible. However, there is scope for slower generations. It takes about 20-40s to read a message on average, so even a 10s image generation time might be acceptable.