mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-05-17 11:23:47 +02:00
82 lines
3.6 KiB
JavaScript
82 lines
3.6 KiB
JavaScript
const examples = [
|
|
{
|
|
title: "Open-Sora v2.0 Demos",
|
|
items: [
|
|
{
|
|
prompt:
|
|
"A group of anthropomorphic mushrooms having a disco party in the middle of a dark enchanted forest, with glowing neon lights and exaggerated dance moves, their smooth textures and reflective surfaces emphasizing a comical 3D look.",
|
|
inputs: [],
|
|
output: {
|
|
link: "https://streamable.com/8g9y9h",
|
|
},
|
|
},
|
|
{
|
|
prompt:
|
|
"A playful dog in a pink coat with a red leash dashes across a muddy field with sparse crops. The camera tracks its energetic movement from right to left against a backdrop of trees and distant power lines under an overcast sky. The realistic, medium shot captures a candid, lively moment in soft, diffused light.",
|
|
inputs: [],
|
|
output: {
|
|
link: "https://streamable.com/lsoai1",
|
|
},
|
|
},
|
|
{
|
|
prompt:
|
|
"A scene from disaster movie.",
|
|
inputs: [],
|
|
output: {
|
|
link: "https://streamable.com/yfwk8i",
|
|
},
|
|
},
|
|
{
|
|
prompt:
|
|
"A man performs push-ups on a wooden bench in a sunny park, captured from a side angle in a medium shot. The focus is on his upper body and technique, with natural sunlight accentuating the scene. Lush greenery and distant park-goers contribute to the energetic, realistic setting.",
|
|
inputs: [],
|
|
output: {
|
|
link: "https://streamable.com/k50mnv",
|
|
},
|
|
},
|
|
{
|
|
prompt:
|
|
"A medium shot captures a woman in a white car, wearing glasses, a yellow top, and a black jacket, with her arm resting on the open window. The background shows a stone-facade house amid lush greenery and natural sunlight filtering through trees. The realistic scene exudes a bright, warm, and candid atmosphere.",
|
|
inputs: [],
|
|
output: {
|
|
link: "https://streamable.com/us2w7h",
|
|
},
|
|
},
|
|
{
|
|
prompt:
|
|
"A drone captures a historic church perched on a rocky outcropping along Italy's Amalfi Coast, highlighting its intricate architecture and tiered patios. The view features crashing waves, expansive coastal waters, and distant figures enjoying the dramatic vistas. Bathed in the warm glow of the afternoon sun, the scene exudes a magical, romantic ambiance.",
|
|
inputs: [],
|
|
output: {
|
|
link: "https://streamable.com/jgjil0",
|
|
},
|
|
},
|
|
{
|
|
prompt:
|
|
"A panda bear climbed and rested on a wooden platform constructed from logs. It is predominantly white with black patches around its eyes, ears, and body. The surrounding environment is lush with green foliage, indicating a natural habitat.",
|
|
inputs: [],
|
|
output: {
|
|
link: "https://streamable.com/3wif07",
|
|
},
|
|
},
|
|
{
|
|
prompt:
|
|
"A tomato surfing on a piece of lettuce down a waterfall of ranch dressing, with exaggerated surfing moves and creamy wave effects to highlight the 3D animated fun.",
|
|
inputs: [],
|
|
output: {
|
|
link: "https://streamable.com/28krjb",
|
|
},
|
|
},
|
|
{
|
|
prompt:
|
|
"A man and a woman jog on a residential sidewalk on a bright, sunny day, smiling and conversing. The man wears a gray hoodie over a red shirt, and the woman sports a light gray jacket with blue pants. A medium shot captures their movement past a beige house with a vibrant garden and street lamp, set in a serene environment.",
|
|
inputs: [],
|
|
output: {
|
|
link: "https://streamable.com/bzrn9n",
|
|
},
|
|
},
|
|
],
|
|
},
|
|
];
|
|
|
|
export default examples;
|