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
|
@@ -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
|
-
##
|
|
16
|
-
|
|
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
|