tolgacangoz
commited on
Commit
•
8c310fb
1
Parent(s):
39e1979
The link was broken.
Browse files
README.md
CHANGED
@@ -250,7 +250,7 @@ from diffusers.utils import load_image, export_to_gif
|
|
250 |
repo_id = "ali-vilab/i2vgen-xl"
|
251 |
pipeline = I2VGenXLPipeline.from_pretrained(repo_id, torch_dtype=torch.float16, variant="fp16").to("cuda")
|
252 |
|
253 |
-
image_url = "https://
|
254 |
image = load_image(image_url).convert("RGB")
|
255 |
prompt = "Papers were floating in the air on a table in the library"
|
256 |
|
|
|
250 |
repo_id = "ali-vilab/i2vgen-xl"
|
251 |
pipeline = I2VGenXLPipeline.from_pretrained(repo_id, torch_dtype=torch.float16, variant="fp16").to("cuda")
|
252 |
|
253 |
+
image_url = "https://raw.githubusercontent.com/ali-vilab/VGen/main/data/test_images/img_0009.png"
|
254 |
image = load_image(image_url).convert("RGB")
|
255 |
prompt = "Papers were floating in the air on a table in the library"
|
256 |
|