Open-Sora/data/examples.js
2024-06-18 07:37:41 +08:00

105 lines
7.9 KiB
JavaScript

const examples = [
{
title: "Text To Video v1.2",
items: [
{
prompt:
"A cozy living room, surrounded by soft cushions and warm lighting. Describe the scene in vivid detail, capturing the feeling of comfort and relaxation.",
inputs: [],
output: {
link: "https://streamable.com/e/52le7t?quality=highest&autoplay=1",
},
},
{
prompt:
"a dramatic scene from a disaster movie. the camera captures buildings collapsing amid explosions and debris flying through the air. people are running in panic, screams filling the chaotic atmosphere. smoke and dust obscure the background, giving a sense of immediate danger. the lighting is dim, with flickering lights adding to the tension. emergency vehicles with flashing lights are trying to navigate the devastation. the video focuses on the disaster's scale and the frantic efforts of people trying to escape.",
inputs: [],
output: {
link: "https://streamable.com/e/25jcc1?quality=highest&autoplay=1",
},
},
{
prompt:
"a scenic shot of a historical landmark. the landmark is an ancient temple with tall stone columns and intricate carvings. the surrounding area is lush with greenery and vibrant flowers. the sky above is clear and blue, with the sun casting a warm glow over the scene. tourists can be seen walking around, taking pictures and admiring the architecture. there is no text or additional objects in the video.",
inputs: [],
output: {
link: "https://streamable.com/e/1n9amr?quality=highest&autoplay=1",
},
},
{
prompt:
"A romantic scene set against the backdrop of a city skyline at night. a couple is seated on a rocky outcrop, their bodies silhouetted against the city lights. the woman is holdin g a small lantern, its light casting a warm glow on her face. the man, seated next to her, is holding a similar lantern. they are both looking up at the sky, their faces lit up w ith joy. the city lights twinkle in the background, adding to the magical atmosphere. the couple appears to be in a state of bliss, their bodies relaxed and their faces lit up wi th happiness. the image is a beautiful representation of a romantic night in the city.",
inputs: [],
output: {
link: "https://streamable.com/e/7ctap4?quality=highest&autoplay=1",
},
},
{
prompt:
"a neon-lit cityscape at night, featuring towering skyscrapers and crowded streets. the streets are bustling with people wearing futuristic attire, and vehicles hover above in organized traffic lanes. holographic advertisements are projected onto buildings, illuminating the scene with vivid colors. a light rain adds a reflective sheen to the ground, enhancing the cyberpunk atmosphere. the camera pans slowly through the scene, capturing the energy and technological advancements of the city. the video does not contain any text or additional objects.",
inputs: [],
output: {
link: "https://streamable.com/e/dklckh?quality=highest&autoplay=1",
},
},
{
prompt: "The gentle waves lapping against seashells",
inputs: [],
output: {
link: "https://streamable.com/e/5oloel?quality=highest&autoplay=1",
},
},
{
prompt:
"a close-up shot of a vibrant coral reef underwater. various colorful fish swim leisurely around the corals, creating a lively scene. the lighting is natural and slightly subdued, emphasizing the deep-sea environment. soft waves ripple across the view, occasionally bringing small bubbles into the frame. the background fades into a darker blue, suggesting deeper waters beyond. there are no texts or human-made objects visible in the video.",
inputs: [],
output: {
link: "https://streamable.com/e/kxallq?quality=highest&autoplay=1",
},
},
{
prompt:
"a nighttime scene in a bustling city filled with neon lights and futuristic architecture. the streets are crowded with people, some dressed in high-tech attire and others in casual cyberpunk fashion. holographic advertisements and signs illuminate the area in vibrant colors, casting a glow on the buildings and streets. futuristic vehicles and motorcycles are speeding by, adding to the city's dynamic atmosphere. in the background, towering skyscrapers with intricate designs stretch into the night sky. the scene is filled with energy, capturing the essence of a cyberpunk world.",
inputs: [],
output: {
link: "https://streamable.com/e/t8oqdg?quality=highest&autoplay=1",
},
},
{
prompt:
"a vibrant cyberpunk street scene at night. neon signs and holographic advertisements illuminate the narrow street, casting colorful reflections on the rain-slicked pavement. various characters, dressed in futuristic attire, move along the sidewalks while robotic street vendors sell their wares. towering skyscrapers with glowing windows dominate the background, creating a sense of depth. the camera takes a wide-angle perspective, capturing the bustling and lively atmosphere of the cyberpunk cityscape. there are no texts or other objects outside of the described scene.",
inputs: [],
output: {
link: "https://streamable.com/e/v1n8eh?quality=highest&autoplay=1",
},
},
{
prompt:
"a close-up shot of a woman standing in a dimly lit room. she is wearing a traditional chinese outfit, which includes a red and gold dress with intricate designs and a matching headpiece. the woman has her hair styled in an updo, adorned with a gold accessory. her makeup is done in a way that accentuates her features, with red lipstick and dark eyeshadow. she is looking directly at the camera with a neutral expression. the room has a rustic feel, with wooden beams and a stone wall visible in the background. the lighting in the room is soft and warm, creating a contrast with the woman's vibrant attire. there are no texts or other objects in the video. the style of the video is a portrait, focusing on the woman and her attire.",
inputs: [],
output: {
link: "https://streamable.com/e/ziee2r?quality=highest&autoplay=1",
},
},
{
prompt:
"a dynamic aerial shot showcasing various landscapes. the sequence begins with a sweeping view over a dense, green forest, transitioning smoothly to reveal a winding river cutting through a valley. next, the camera rises to capture a panoramic view of a mountain range, the peaks dusted with snow. the shot shifts to a coastal scene, where waves crash against rugged cliffs under a partly cloudy sky. finally, the aerial view ends over a bustling cityscape, with skyscrapers and streets filled with motion and life. the video does not contain any text or additional overlays.",
inputs: [],
output: {
link: "https://streamable.com/e/fl7pwu?quality=highest&autoplay=1",
},
},
{
prompt:
"a close-up portrait of a woman set against a snowy backdrop. the woman is wearing a golden crown with a feathered design and a matching golden garment with a textured pattern. her makeup is dramatic, featuring dark red lipstick and smoky eyes. she has a neutral expression on her face and is looking directly at the camera. the background is blurred but appears to be a snowy landscape with trees and a clear sky. the lighting suggests it is daytime with natural light illuminating the scene. there are no visible texts or logos in the video. the style of the video is a fashion or portrait photograph with a focus on the woman's attire and makeup.",
inputs: [],
output: {
link: "https://streamable.com/e/oy72c0?quality=highest&autoplay=1",
},
},
],
},
];
export default examples;