Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
this repo contains the default image preprocessing code for wan 2.2 5B I2V pipeline
|
2 |
|
3 |
|
4 |
-
|
5 |
|
6 |
```py
|
7 |
image_processor = ModularPipeline.from_pretrained("YiYiXu/WanImageProcessor", trust_remote_code=True)
|
|
|
1 |
this repo contains the default image preprocessing code for wan 2.2 5B I2V pipeline
|
2 |
|
3 |
|
4 |
+
this will load an image from URL, resize and center crop it
|
5 |
|
6 |
```py
|
7 |
image_processor = ModularPipeline.from_pretrained("YiYiXu/WanImageProcessor", trust_remote_code=True)
|