output = llm(
"Once upon a time,",
max_tokens=512,
echo=True
)
print(output)Create a 8 second cinematic video ad for a job post titled “We’re Hiring – Videographer”. Style: luxury, futuristic, minimal — color palette white, gold, and black. Scene composition:
Dynamic intro with glowing gold geometric shapes and digital film strips.
Floating icons representing creativity and media: video camera, film reel, clapperboard, 💬 DM icon.
Soft glowing text transitions.
No humans, no faces.
Subtle background motion: abstract light rays, gold particles, or smooth camera panning over modern design elements. Text sequence suggestion: 1️⃣ “🚀 We’re Hiring – Videographer!” 2️⃣ “Create. Edit. Inspire in the world of healthcare.” 3️⃣ “CV 📩 Contact us via DM!” Typography: bold, modern sans-serif, animated with smooth fade and motion blur. Soundtrack: ambient cinematic music with subtle beats (no lyrics). Final mood: professional, elegant, and inspiring — perfect for Instagram Reels, LinkedIn post, or website hero section.
- Downloads last month
- 72
4-bit
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="AiCoderv2/FineToon-Texttovideo", filename="t5-large-q4_k_m.gguf", )