Where this works
You can use AI image tools in:
- the postcard composer (
/) - the template editor (
/templates/new)
Hourly usage limits
To keep these tools available for real postcard workflows (and prevent free-bulk image utility abuse), AI image features are rate-limited per hour:
- AI image generation (low quality):
- guest:
12per hour - signed in:
36per hour
- guest:
- AI image generation (medium/high/auto quality):
- guest:
4per hour - signed in:
12per hour
- guest:
- Background removal:
- guest:
40per hour - signed in:
120per hour
- guest:
Limits are enforced by user account when signed in, and by network/device fingerprint when signed out.
Generate a new image with AI (composer)
- Open the postcard composer.
- Click AI mode in the image panel.
- Enter a prompt in:
Describe your postcard's image and create it with AI... - Optional: add reference images.
- Click Generate image (or use
Cmd/Ctrl+Enter).
The generated image is applied to the postcard image slot.
Modify an uploaded image (composer)
- Switch to upload mode and upload a photo.
- Click Remove background.
This removes the current image background and enables automatic background removal for later uploads/imports in that image slot.
Generate and modify images in the template editor
- Open
/templates/new. - Select an image layer in the canvas.
- In the inspector:
- use AI mode for prompt-based generation
- use Upload for manual image upload
- use the gear icon for Image generation settings (model, quality, size)
- Click the generate action (up-arrow) or press
Cmd/Ctrl+Enter.
You can also:
- add reference images (
+) for guided generation - clear references (
n refchip) - use Remove background + enable auto mode
AI backgrounds for containers/text (template editor)
For container and text blocks, enable Background image, switch to AI mode, then:
- Enter a background prompt.
- Optionally add reference images.
- Generate with the up-arrow button (
Cmd/Ctrl+Enter).
APIs behind these features
POST /api/postcard/generatePOST /api/postcard/remove-background
Last updated on