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
release: v1.0.2 — rename Seedance 2.0 models to SD 2, fix Windows build size
- Rename Seedance 2.0 → SD 2 (t2v, extend, i2v models)
- Bump version to 1.0.2
- Update README download links to v1.0.2
- Fix afterPack.js to strip platform-inappropriate @next/swc native binaries,
reducing Windows installer from ~739 MB unpacked to ~144 MB
- Windows build now targets x64 only (arm64 cross-compile via Wine is broken on macOS)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| Windows (x64 + ARM64) |[Open Generative AI Setup 1.0.0.exe](https://github.com/Anil-matcha/Open-Generative-AI/releases/download/v1.0.0/Open.Generative.AI.Setup.1.0.0.exe)|
27
+
| macOS Apple Silicon (M1/M2/M3/M4) |[Open Generative AI-1.0.2-arm64.dmg](https://github.com/Anil-matcha/Open-Generative-AI/releases/download/v1.0.2/Open.Generative.AI-1.0.2-arm64.dmg)|
| Windows (x64 + ARM64) |[Open Generative AI Setup 1.0.2.exe](https://github.com/Anil-matcha/Open-Generative-AI/releases/download/v1.0.2/Open.Generative.AI.Setup.1.0.2.exe)|
30
30
| Linux (Ubuntu x64) | Build locally with `npm run electron:build:linux`|
31
31
32
32
All releases: [github.com/Anil-matcha/Open-Generative-AI/releases](https://github.com/Anil-matcha/Open-Generative-AI/releases)
Copy file name to clipboardExpand all lines: src/lib/models.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2162,7 +2162,7 @@ export const t2vModels = [
2162
2162
},
2163
2163
{
2164
2164
"id": "seedance-v2.0-t2v",
2165
-
"name": "Seedance 2.0",
2165
+
"name": "SD 2",
2166
2166
"inputs": {
2167
2167
"prompt": {"type": "string","title": "Prompt","name": "prompt","description": "The prompt to generate the video"},
2168
2168
"aspect_ratio": {"enum": ["16:9","9:16","4:3","3:4"],"title": "Aspect Ratio","name": "aspect_ratio","type": "string","description": "Aspect ratio of the output video.","default": "16:9"},
"request_id": {"type": "string","title": "Request ID","name": "request_id","description": "Request ID of the original Seedance 2.0 video generation.","placeholder": "abcdefg-123-456-789-a1b2c3d4e5f6"},
2178
+
"request_id": {"type": "string","title": "Request ID","name": "request_id","description": "Request ID of the original SD 2 video generation.","placeholder": "abcdefg-123-456-789-a1b2c3d4e5f6"},
2179
2179
"prompt": {"type": "string","title": "Prompt","name": "prompt","description": "Optional prompt to guide the extension. If omitted, the model continues with the original scene."},
2180
2180
"duration": {"enum": [5,10,15],"title": "Duration","name": "duration","type": "int","description": "The duration of the generated video extension in seconds","default": 5},
2181
2181
"quality": {"enum": ["high","basic"],"title": "Quality","name": "quality","type": "string","description": "Quality of the generated video.","default": "basic"}
0 commit comments