<% if (isGenerating) { %>

Generating your image...

<%= progress.toFixed(0) %>% Complete

<% } else if (images && images.length > 0) { %>
<% images.forEach((image, index) => { %>
<%= image.prompt %>

<%= image.prompt %>

<%= image.model.toUpperCase() %> | <%= image.size %>

<% }); %>
<% } else { %>

No images generated yet. Start creating amazing visuals!

<% } %>
<% if (!isGenerating) { %> <% } else { %> <% } %>

Example Prompts