Hacker News new | ask | show | jobs
by c7b 1238 days ago
Congrats, looks really amazing! May I ask what your AI stack is? Do you use MidJourney for the images and GPT for the stories or something else? How do you ensure the output stays consistent across images - do you use the seed image and a custom set of prompts for each image, or did you use eg StableDiffusion and did some customized training à la Dreambooth to ensure consistency? Is the workflow fully automated, or are the outputs reviewed and the prompts iterated on manually?
1 comments

Thanks so much! Happy to share our stack: - GPT3 davinci-003 writes the story - we did a lot of manual experimenting w prompts and used that to fine-tune GPT3 which now generates the image prompts for us - Stable Diffusion + Dreambooth generate the images (we train a model on your hero which gets deleted once your story is finished)

Right now the workflow is mostly automated, but we still manually approve stories before they get sent out to ensure quality. Unfortunately bc of manual time it takes + GPU costs + super high demand we will probably start offering a paid tier. Hope that helps!