Update Text_to_Video_with_Diffusers.ipynb
#7
by Kk786786 - opened
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
|
| 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",
|