Spaces:
Runtime error
Runtime error
Add Qwen Auto-Prompts section to Quick Start popup and Instructions tab
Browse files- kimodo/demo/config.py +15 -0
kimodo/demo/config.py
CHANGED
|
@@ -102,6 +102,12 @@ DEMO_UI_QUICK_START_CORE_MD = """
|
|
| 102 |
- To **edit** a constraint:
|
| 103 |
- Move playback to the target frame
|
| 104 |
- Click **Enter Editing Mode** in the Constraints tab.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
"""
|
| 106 |
|
| 107 |
DEMO_UI_QUICK_START_MODAL_MD = (
|
|
@@ -156,6 +162,15 @@ DEMO_UI_INSTRUCTIONS_TAB_MD = (
|
|
| 156 |
- The posing skeleton becomes visible in editing mode for precise positioning
|
| 157 |
- Use **Snap to constraint** to align the current frame to a constraint
|
| 158 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
### Saving & Loading
|
| 160 |
|
| 161 |
You can save the current constraints or current motion to load in later from the Load/Save menu.
|
|
|
|
| 102 |
- To **edit** a constraint:
|
| 103 |
- Move playback to the target frame
|
| 104 |
- Click **Enter Editing Mode** in the Constraints tab.
|
| 105 |
+
|
| 106 |
+
### Qwen Auto-Prompts
|
| 107 |
+
- Set a **Scene context** to describe the overall scenario.
|
| 108 |
+
- **Target actions** controls how many prompts Qwen fills in.
|
| 109 |
+
- Click **Fill Timeline via Qwen** to auto-populate the timeline with text prompts.
|
| 110 |
+
- Enable **Auto-run Generate after loading prompts** to generate immediately.
|
| 111 |
"""
|
| 112 |
|
| 113 |
DEMO_UI_QUICK_START_MODAL_MD = (
|
|
|
|
| 162 |
- The posing skeleton becomes visible in editing mode for precise positioning
|
| 163 |
- Use **Snap to constraint** to align the current frame to a constraint
|
| 164 |
|
| 165 |
+
### Qwen Auto-Prompts
|
| 166 |
+
|
| 167 |
+
1. Expand the **Qwen Auto-Prompts** section in the Generate tab.
|
| 168 |
+
2. Enter a **Scene context** — a short description of the overall scenario (e.g. "A martial arts training session").
|
| 169 |
+
3. Set **Target actions** to control how many timeline segments Qwen fills in.
|
| 170 |
+
4. Click **Fill Timeline via Qwen** — Qwen generates contextual text prompts and places them on the timeline automatically.
|
| 171 |
+
5. Optionally enable **Auto-run Generate after loading prompts** to kick off generation right after the prompts are filled.
|
| 172 |
+
6. Review the generated prompts, adjust durations or text as needed, then click **Generate**.
|
| 173 |
+
|
| 174 |
### Saving & Loading
|
| 175 |
|
| 176 |
You can save the current constraints or current motion to load in later from the Load/Save menu.
|