Kk786786 commited on
Commit
3a2a6f2
·
verified ·
1 Parent(s): 9c1ca18

Update Text_to_Video_with_Diffusers.ipynb

Browse files

![766674723_2137181467177004_6888220028526918575_n](https://cdn-uploads.huggingface.co/production/uploads/6a76116691aefac3e1e8d129/RR56uI5pPYzPQG93Y311_.webp)

Files changed (1) hide show
  1. Text_to_Video_with_Diffusers.ipynb +1 -1
Text_to_Video_with_Diffusers.ipynb CHANGED
@@ -422,7 +422,7 @@
422
  "cell_type": "code",
423
  "source": [
424
  "#@title Generate your video\n",
425
- "prompt = 'Spiderman chatting with a llama' #@param {type:\"string\"}\n",
426
  "video_duration_seconds = 3 #@param {type:\"integer\"}\n",
427
  "num_frames = video_duration_seconds * 10\n",
428
  "video_frames = pipe(prompt, negative_prompt=\"low quality\", num_inference_steps=25, num_frames=num_frames).frames\n",
 
422
  "cell_type": "code",
423
  "source": [
424
  "#@title Generate your video\n",
425
+ "prompt = 'Spiderman chatting with dog' #@param {type:\"string\"}\n",
426
  "video_duration_seconds = 3 #@param {type:\"integer\"}\n",
427
  "num_frames = video_duration_seconds * 10\n",
428
  "video_frames = pipe(prompt, negative_prompt=\"low quality\", num_inference_steps=25, num_frames=num_frames).frames\n",