@astrofoundry/pi-astro 0.6.3 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -235,7 +235,7 @@ function renderPreview(model: ImageModel, p: Params, estimate: { estimatedUsd: n
|
|
|
235
235
|
const nImages = isImagen(model) ? p.number_of_images ?? 1 : 1;
|
|
236
236
|
const lines: string[] = [];
|
|
237
237
|
lines.push(`Model: ${model}`);
|
|
238
|
-
lines.push(`Prompt: "${p.prompt
|
|
238
|
+
lines.push(`Prompt: "${p.prompt}"`);
|
|
239
239
|
if (p.image_size) lines.push(`Size: ${p.image_size}`);
|
|
240
240
|
if (p.aspect_ratio) lines.push(`Aspect ratio: ${p.aspect_ratio}`);
|
|
241
241
|
lines.push(`Images: ${nImages}`);
|