Spaces:
Sleeping
Sleeping
Gaurav vashistha commited on
Commit ·
7cc04be
1
Parent(s): 83580e3
docs: update readme with gemini 2.0 and auth setup
Browse files
README.md
CHANGED
|
@@ -9,14 +9,14 @@ app_port: 7860
|
|
| 9 |
|
| 10 |
# Continuity
|
| 11 |
|
| 12 |
-
AI-powered video post-production tool that automatically generates seamless bridging transitions between two video clips using Gemini
|
| 13 |
|
| 14 |
## How it Works
|
| 15 |
|
| 16 |
Continuity behaves like a professional film crew inside your browser, orchestrating a multi-step workflow to bridge scenes:
|
| 17 |
|
| 18 |
1. **Ingest**: You upload your starting clip (Scene A) and ending clip (Scene C).
|
| 19 |
-
2. **Director Node (Gemini
|
| 20 |
* Analyzes the visual content, motion, and lighting of both clips.
|
| 21 |
* Drafts a creative direction for the transition (Scene B) to ensure narrative consistency.
|
| 22 |
3. **Cinematographer Node (Wan 2.2)**:
|
|
@@ -24,6 +24,12 @@ Continuity behaves like a professional film crew inside your browser, orchestrat
|
|
| 24 |
* Ensures the transition matches the style and tone of the input footage.
|
| 25 |
4. **Assembly**: The system stitches the generated bridge with the original clips (logic handled by the agent) and presents the final result.
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
## Usage
|
| 28 |
|
| 29 |
1. Upload **Scene A** (Start) and **Scene C** (End).
|
|
|
|
| 9 |
|
| 10 |
# Continuity
|
| 11 |
|
| 12 |
+
AI-powered video post-production tool that automatically generates seamless bridging transitions between two video clips using Gemini 2.0 Flash (Director) and Wan 2.2 (Cinematographer).
|
| 13 |
|
| 14 |
## How it Works
|
| 15 |
|
| 16 |
Continuity behaves like a professional film crew inside your browser, orchestrating a multi-step workflow to bridge scenes:
|
| 17 |
|
| 18 |
1. **Ingest**: You upload your starting clip (Scene A) and ending clip (Scene C).
|
| 19 |
+
2. **Director Node (Gemini 2.0 Flash)**:
|
| 20 |
* Analyzes the visual content, motion, and lighting of both clips.
|
| 21 |
* Drafts a creative direction for the transition (Scene B) to ensure narrative consistency.
|
| 22 |
3. **Cinematographer Node (Wan 2.2)**:
|
|
|
|
| 24 |
* Ensures the transition matches the style and tone of the input footage.
|
| 25 |
4. **Assembly**: The system stitches the generated bridge with the original clips (logic handled by the agent) and presents the final result.
|
| 26 |
|
| 27 |
+
## Setup Requirements
|
| 28 |
+
|
| 29 |
+
1. **Duplicate the Wan 2.2 Space**: Users must duplicate the Wan 2.2 Space to their own account.
|
| 30 |
+
2. **Add `HF_TOKEN` Secret**: Users must add a Secret named `HF_TOKEN` (Hugging Face Access Token) in the Space Settings.
|
| 31 |
+
3. **Add `GOOGLE_API_KEY` Secret**: Users must add a Secret named `GOOGLE_API_KEY`.
|
| 32 |
+
|
| 33 |
## Usage
|
| 34 |
|
| 35 |
1. Upload **Scene A** (Start) and **Scene C** (End).
|