studio-lumiere-cli 0.1.2 → 0.1.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "studio-lumiere-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Local SDK + CLI for Studio Lumiere image and video generation",
5
5
  "type": "module",
6
6
  "bin": {
@@ -9,11 +9,14 @@ description: Command-line usage for Studio Lumiere. Use when running npx studio-
9
9
  - `GEMINI_API_KEY` must be set in your environment.
10
10
  - `LUMIERE_OUTPUT_DIR` is optional (defaults to `outputs`).
11
11
 
12
- ## Invocation
13
- `npx studio-lumiere-cli <command> [options]`
14
-
15
- ## list
16
- Print JSON for valid IDs.
12
+ ## Invocation
13
+ `npx studio-lumiere-cli <command> [options]`
14
+
15
+ ## Timing
16
+ Image and video generation can take time: expect ~1-2 minutes per image and ~4-5 minutes per video.
17
+
18
+ ## list
19
+ Print JSON for valid IDs.
17
20
 
18
21
  Example:
19
22
  ```bash