You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/transform-generate-image-with-transloadit/SKILL.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: transform-generate-image-with-transloadit
3
-
description: One-off image generation (prompt -> image file) using Transloadit via the `transloadit` CLI. Prefer `image generate` for text-only and input-guided generation, and download outputs locally via `-o`.
3
+
description: One-off image generation (prompt -> image file) using Transloadit via the `transloadit` CLI. Prefer `image generate` for text-only and input-guided generation, and use `--output` when you need a deterministic path.
4
4
---
5
5
6
6
# Run
@@ -10,7 +10,7 @@ Use the `image generate` intent for quick image generation from a prompt.
10
10
```bash
11
11
npx -y @transloadit/node image generate \
12
12
--prompt 'A minimal product photo of a chameleon on white background' \
0 commit comments